cognee-database 0.1.1

Relational metadata store (SQLite/Postgres via SeaORM) for the cognee AI-memory pipeline.
Documentation
1
2
3
4
5
6
7
result = await cognee.search(
    query_text="What can we learn from Guido's contributions in 2025?",
    query_type=cognee.SearchType.TEMPORAL,
    datasets=["python-development-with-cognee"],
)

print(result)