cognee-database 0.1.3

Relational metadata store (SQLite/Postgres via SeaORM) for the cognee AI-memory pipeline.
Documentation
1
2
3
4
5
6
# Search for connections between your async patterns and Python philosophy
results = await cognee.search(
    query_text="How does my AsyncWebScraper implementation align with Python's design principles?",
    datasets=["python-development-with-cognee"],
)
print(results)