Update Code Structure
This commit is contained in:
10
README.md
10
README.md
@@ -965,8 +965,8 @@ def extract_queries(file_path):
|
|||||||
|
|
||||||
```python
|
```python
|
||||||
.
|
.
|
||||||
├── .github
|
├── .github/
|
||||||
│ ├── workflows
|
│ ├── workflows/
|
||||||
│ │ └── linting.yaml
|
│ │ └── linting.yaml
|
||||||
├── examples/
|
├── examples/
|
||||||
│ ├── batch_eval.py
|
│ ├── batch_eval.py
|
||||||
@@ -987,8 +987,8 @@ def extract_queries(file_path):
|
|||||||
│ ├── lightrag_oracle_demo.py
|
│ ├── lightrag_oracle_demo.py
|
||||||
│ ├── lightrag_siliconcloud_demo.py
|
│ ├── lightrag_siliconcloud_demo.py
|
||||||
│ └── vram_management_demo.py
|
│ └── vram_management_demo.py
|
||||||
├── lightrag
|
├── lightrag/
|
||||||
│ ├── kg
|
│ ├── kg/
|
||||||
│ │ ├── __init__.py
|
│ │ ├── __init__.py
|
||||||
│ │ ├── oracle_impl.py
|
│ │ ├── oracle_impl.py
|
||||||
│ │ └── neo4j_impl.py
|
│ │ └── neo4j_impl.py
|
||||||
@@ -1000,7 +1000,7 @@ def extract_queries(file_path):
|
|||||||
│ ├── prompt.py
|
│ ├── prompt.py
|
||||||
│ ├── storage.py
|
│ ├── storage.py
|
||||||
│ └── utils.py
|
│ └── utils.py
|
||||||
├── reproduce
|
├── reproduce/
|
||||||
│ ├── Step_0.py
|
│ ├── Step_0.py
|
||||||
│ ├── Step_1_openai_compatible.py
|
│ ├── Step_1_openai_compatible.py
|
||||||
│ ├── Step_1.py
|
│ ├── Step_1.py
|
||||||
|
Reference in New Issue
Block a user