ragit-server 0.4.2

poc server implementation of ragit
1
2
3
4
5
6
7
8
9
pub mod ai_model;
pub mod archive;
pub mod auth;
pub mod blob;
pub mod chat;
pub mod chunk;
pub mod file;
pub mod repo;
pub mod user;