Nathan.fooo 722b436cad
chore: Ai chat context (#6929)
* chore: implement chat setting

* chore: clippy

* chore: rename

* chore: set rag_ids when creating a chat

* chore: clippy

* chore: fix test

* chore: fix test

* chore: fix test

* chore: clippy
2024-12-08 18:25:25 +08:00

18 lines
284 B
Rust

pub use collab_folder::ViewLayout;
pub mod entities;
pub mod event_handler;
pub mod event_map;
pub mod manager;
pub mod notification;
pub mod protobuf;
mod user_default;
pub mod view_operation;
mod manager_init;
mod manager_observer;
pub mod publish_util;
pub mod share;
mod util;