Update README.md

This commit is contained in:
LarFii
2024-11-11 10:52:01 +08:00
parent b6b2e69773
commit 39cf939d15

View File

@@ -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