cognee-database 0.1.0

Relational metadata store (SQLite/Postgres via SeaORM) for the cognee AI-memory pipeline.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod acl;
pub mod checkpoint;
pub mod data;
pub mod dataset_configurations;
pub mod datasets;
pub mod graph_storage;
pub mod notebooks;
pub mod pipeline_runs;
pub mod search_history;
pub mod session_lifecycle;
pub mod task_runs;
pub mod tutorial_seeder;

// `ops::user`, `ops::role`, `ops::tenant` moved to the closed
// `cognee-access-control` crate.