Skip to content

Commit da70b0e

Browse files
authored
Merge pull request #47 from GenerateNU/28-kuzu-graph-store-setup-verify-local-storage
28 kuzu graph store setup verify local storage
2 parents 0986dad + f1499ce commit da70b0e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ kong.yml
3636

3737
.DS_Store
3838

39-
# Cognee / Kuzu graph store (runtime data, do not commit)
40-
.cognee_system/
39+
# Cognee
40+
.cognee_system/
41+
.data_storage/

backend/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ hdbscan>=0.8.33
3232
cognee>=0.5.5
3333
cognee[postgres]
3434
cognee[gemini]
35+
cognee
36+
kuzu>=0.11.3
3537

3638
# docling==2.55.1
3739
# docling-core==2.48.4

0 commit comments

Comments
 (0)