ayda 1.1.1

Ask your Documents Anything. A tool for querying your documents with a large language model.
Documentation
1
2
3
4
5
6
7
//! Zotero client library.
//!

pub mod client;
pub mod collection;
pub(crate) mod error;
pub mod item;