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
8
9
//! `Workspace` models and endpoints for the `anythingllm` client.
//!

#[allow(unused_imports)]
pub use endpoint::*;
pub use models::*;

pub mod endpoint;
pub mod models;