LarFii commited on
Commit
1a15656
Β·
1 Parent(s): 1bef0c9

Add Star history

Browse files
Files changed (1) hide show
  1. README.md +11 -10
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