- Add KB Statistics keywords for Qdrant vector database monitoring: KB STATISTICS, KB COLLECTION STATS, KB DOCUMENTS COUNT, KB DOCUMENTS ADDED SINCE, KB LIST COLLECTIONS, KB STORAGE SIZE - Add comprehensive infrastructure documentation: - Scaling and load balancing with LXC containers - Infrastructure design with encryption, sharding strategies - Observ
13 lines
220 B
Rust
13 lines
220 B
Rust
pub mod automation;
|
|
pub mod bootstrap;
|
|
pub mod bot;
|
|
pub mod config;
|
|
pub mod directory;
|
|
pub mod dns;
|
|
pub mod kb;
|
|
pub mod package_manager;
|
|
pub mod secrets;
|
|
pub mod session;
|
|
pub mod shared;
|
|
pub mod ui_server;
|
|
pub mod urls;
|