LarFii
commited on
Commit
Β·
1a15656
1
Parent(s):
1bef0c9
Add Star history
Browse files
README.md
CHANGED
@@ -319,16 +319,6 @@ def extract_queries(file_path):
|
|
319 |
return queries
|
320 |
```
|
321 |
|
322 |
-
## Star History
|
323 |
-
|
324 |
-
<a href="https://star-history.com/#HKUDS/LightRAG&Date">
|
325 |
-
<picture>
|
326 |
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=HKUDS/LightRAG&type=Date&theme=dark" />
|
327 |
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=HKUDS/LightRAG&type=Date" />
|
328 |
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=HKUDS/LightRAG&type=Date" />
|
329 |
-
</picture>
|
330 |
-
</a>
|
331 |
-
|
332 |
## Code Structure
|
333 |
|
334 |
```python
|
@@ -357,6 +347,17 @@ def extract_queries(file_path):
|
|
357 |
βββ requirements.txt
|
358 |
βββ setup.py
|
359 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
360 |
## Citation
|
361 |
|
362 |
```python
|
|
|
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
|