Merge branch 'main' of https://github.com/HKUDS/LightRAG into main

This commit is contained in:
LarFii
2024-10-15 22:32:51 +08:00

View File

@@ -319,6 +319,16 @@ def extract_queries(file_path):
return queries return queries
``` ```
## Star History
<a href="https://star-history.com/#HKUDS/LightRAG&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=HKUDS/LightRAG&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=HKUDS/LightRAG&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=HKUDS/LightRAG&type=Date" />
</picture>
</a>
## Code Structure ## Code Structure
```python ```python
@@ -347,17 +357,6 @@ def extract_queries(file_path):
├── requirements.txt ├── requirements.txt
└── setup.py └── setup.py
``` ```
## Star History
<a href="https://star-history.com/#HKUDS/LightRAG&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=HKUDS/LightRAG&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=HKUDS/LightRAG&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=HKUDS/LightRAG&type=Date" />
</picture>
</a>
## Citation ## Citation
```python ```python