Skip to content

Commit 41f24af

Browse files
authored
Merge branch 'HKUDS:main' into main
2 parents ac0b7fd + 534efce commit 41f24af

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

‎README.md‎

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This repository hosts the code of LightRAG. The structure of this code is based
2222
</div>
2323

2424
## 🎉 News
25-
- [x] [2024.11.04]🎯📢You can [use Neo4J for Storage](https://github.com/HKUDS/LightRAG/edit/main/README.md#using-neo4j-for-storage) now.
25+
- [x] [2024.11.04]🎯📢You can [use Neo4J for Storage](https://github.com/HKUDS/LightRAG?tab=readme-ov-file#using-neo4j-for-storage) now.
2626
- [x] [2024.10.29]🎯📢LightRAG now supports multiple file types, including PDF, DOC, PPT, and CSV via `textract`.
2727
- [x] [2024.10.20]🎯📢We’ve added a new feature to LightRAG: Graph Visualization.
2828
- [x] [2024.10.18]🎯📢We’ve added a link to a [LightRAG Introduction Video](https://youtu.be/oageL-1I0GE). Thanks to the author!
@@ -894,7 +894,15 @@ def extract_queries(file_path):
894894
</picture>
895895
</a>
896896

897-
## Citation
897+
## Contribution
898+
899+
Thank you to all our contributors!
900+
901+
<a href="https://github.com/HKUDS/LightRAG/graphs/contributors">
902+
<img src="https://contrib.rocks/image?repo=HKUDS/LightRAG" />
903+
</a>
904+
905+
## 🌟Citation
898906

899907
```python
900908
@article{guo2024lightrag,
@@ -906,6 +914,5 @@ archivePrefix={arXiv},
906914
primaryClass={cs.IR}
907915
}
908916
```
909-
910-
917+
**Thank you for your interest in our work!**
911918

0 commit comments

Comments
 (0)