mindmap 0.1.2

Search your notes at the speed of thought
1
2
3
4
5
6
7
8
9
10
pub mod config;
pub mod database;
pub mod embeddings;
pub mod files;
pub mod formatter;
pub mod search;
pub mod server;
pub mod setup;
pub mod utils;
pub mod watcher;