Skip to content

Commit 39cf939

Browse files
committed
Update README.md
1 parent b6b2e69 commit 39cf939

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

‎README.md‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,9 @@ def extract_queries(file_path):
869869
│ ├── lightrag_siliconcloud_demo.py
870870
│ └── vram_management_demo.py
871871
├── lightrag
872+
│ ├── kg
873+
│ │ ├── __init__.py
874+
│ │ └── neo4j_impl.py
872875
│ ├── __init__.py
873876
│ ├── base.py
874877
│ ├── lightrag.py
@@ -886,10 +889,14 @@ def extract_queries(file_path):
886889
│ └── Step_3.py
887890
├── .gitignore
888891
├── .pre-commit-config.yaml
892+
├── Dockerfile
893+
├── get_all_edges_nx.py
889894
├── LICENSE
890895
├── README.md
891896
├── requirements.txt
892-
└── setup.py
897+
├── setup.py
898+
├── test_neo4j.py
899+
└── test.py
893900
```
894901

895902
## Star History

0 commit comments

Comments
 (0)