Update README.md
This commit is contained in:
parent
d0c1844264
commit
319de6fece
1 changed files with 8 additions and 1 deletions
|
|
@ -869,6 +869,9 @@ def extract_queries(file_path):
|
||||||
│ ├── lightrag_siliconcloud_demo.py
|
│ ├── lightrag_siliconcloud_demo.py
|
||||||
│ └── vram_management_demo.py
|
│ └── vram_management_demo.py
|
||||||
├── lightrag
|
├── lightrag
|
||||||
|
│ ├── kg
|
||||||
|
│ │ ├── __init__.py
|
||||||
|
│ │ └── neo4j_impl.py
|
||||||
│ ├── __init__.py
|
│ ├── __init__.py
|
||||||
│ ├── base.py
|
│ ├── base.py
|
||||||
│ ├── lightrag.py
|
│ ├── lightrag.py
|
||||||
|
|
@ -886,10 +889,14 @@ def extract_queries(file_path):
|
||||||
│ └── Step_3.py
|
│ └── Step_3.py
|
||||||
├── .gitignore
|
├── .gitignore
|
||||||
├── .pre-commit-config.yaml
|
├── .pre-commit-config.yaml
|
||||||
|
├── Dockerfile
|
||||||
|
├── get_all_edges_nx.py
|
||||||
├── LICENSE
|
├── LICENSE
|
||||||
├── README.md
|
├── README.md
|
||||||
├── requirements.txt
|
├── requirements.txt
|
||||||
└── setup.py
|
├── setup.py
|
||||||
|
├── test_neo4j.py
|
||||||
|
└── test.py
|
||||||
```
|
```
|
||||||
|
|
||||||
## Star History
|
## Star History
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue