cf-mini-chat 0.1.28

Mini-chat module: multi-tenant AI chat
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod attachment_repo;
pub mod chat_repo;
pub mod message_attachment_repo;
pub mod message_repo;
pub mod quota_usage_repo;
pub mod reaction_repo;
pub mod thread_summary_repo;
pub mod turn_repo;
pub mod vector_store_repo;

#[cfg(test)]
#[cfg_attr(coverage_nightly, coverage(off))]
#[path = "repo_test.rs"]
mod repo_test;