mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-08-11 10:10:46 +00:00
Add Star History
This commit is contained in:
parent
7409668f9f
commit
c3a5c8a8ff
12
README.md
12
README.md
@ -318,6 +318,7 @@ def extract_queries(file_path):
|
|||||||
|
|
||||||
return queries
|
return queries
|
||||||
```
|
```
|
||||||
|
|
||||||
## Code Structure
|
## Code Structure
|
||||||
|
|
||||||
```python
|
```python
|
||||||
@ -346,6 +347,17 @@ 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user