LarFii commited on
Commit
c8cfd3e
Β·
1 Parent(s): aea3539

Add Star History

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