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
pub mod noop;
pub mod repository;
pub mod sea_orm_impl;

pub use noop::NoopPipelineRunRepository;
pub use repository::{PipelineRunRepository, PipelineRunWithAttributionRow};
pub use sea_orm_impl::SeaOrmPipelineRunRepository;