LarFii
commited on
Commit
Β·
c8cfd3e
1
Parent(s):
aea3539
Add Star History
Browse files
README.md
CHANGED
@@ -318,6 +318,7 @@ def extract_queries(file_path):
|
|
318 |
|
319 |
return queries
|
320 |
```
|
|
|
321 |
## Code Structure
|
322 |
|
323 |
```python
|
@@ -346,6 +347,17 @@ def extract_queries(file_path):
|
|
346 |
βββ requirements.txt
|
347 |
βββ setup.py
|
348 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
349 |
## Citation
|
350 |
|
351 |
```python
|
|
|
318 |
|
319 |
return queries
|
320 |
```
|
321 |
+
|
322 |
## Code Structure
|
323 |
|
324 |
```python
|
|
|
347 |
βββ requirements.txt
|
348 |
βββ setup.py
|
349 |
```
|
350 |
+
|
351 |
+
## Star History
|
352 |
+
|
353 |
+
<a href="https://star-history.com/#HKUDS/LightRAG&Date">
|
354 |
+
<picture>
|
355 |
+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=HKUDS/LightRAG&type=Date&theme=dark" />
|
356 |
+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=HKUDS/LightRAG&type=Date" />
|
357 |
+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=HKUDS/LightRAG&type=Date" />
|
358 |
+
</picture>
|
359 |
+
</a>
|
360 |
+
|
361 |
## Citation
|
362 |
|
363 |
```python
|