From e83697f1a1ac48b8c3822b2db0a99b8d59a1cf6b Mon Sep 17 00:00:00 2001 From: LarFii <834462287@qq.com> Date: Wed, 4 Dec 2024 19:59:50 +0800 Subject: [PATCH] Update Code Structure --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 457554f6..4b483e1b 100644 --- a/README.md +++ b/README.md @@ -965,8 +965,8 @@ def extract_queries(file_path): ```python . -├── .github -│ ├── workflows +├── .github/ +│ ├── workflows/ │ │ └── linting.yaml ├── examples/ │ ├── batch_eval.py @@ -987,8 +987,8 @@ def extract_queries(file_path): │ ├── lightrag_oracle_demo.py │ ├── lightrag_siliconcloud_demo.py │ └── vram_management_demo.py -├── lightrag -│ ├── kg +├── lightrag/ +│ ├── kg/ │ │ ├── __init__.py │ │ ├── oracle_impl.py │ │ └── neo4j_impl.py @@ -1000,7 +1000,7 @@ def extract_queries(file_path): │ ├── prompt.py │ ├── storage.py │ └── utils.py -├── reproduce +├── reproduce/ │ ├── Step_0.py │ ├── Step_1_openai_compatible.py │ ├── Step_1.py