We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0986dad + f1499ce commit da70b0eCopy full SHA for da70b0e
.gitignore
@@ -36,5 +36,6 @@ kong.yml
36
37
.DS_Store
38
39
-# Cognee / Kuzu graph store (runtime data, do not commit)
40
-.cognee_system/
+# Cognee
+.cognee_system/
41
+.data_storage/
backend/requirements.txt
@@ -32,6 +32,8 @@ hdbscan>=0.8.33
32
cognee>=0.5.5
33
cognee[postgres]
34
cognee[gemini]
35
+cognee
+kuzu>=0.11.3
# docling==2.55.1
# docling-core==2.48.4
0 commit comments