mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-06-26 22:00:19 +00:00
Update README
This commit is contained in:
parent
fc7a0329df
commit
afba3df01a
@ -1109,8 +1109,9 @@ LightRAG 现已与 [RAG-Anything](https://github.com/HKUDS/RAG-Anything) 实现
|
|||||||
```
|
```
|
||||||
2. 处理多模态文档:
|
2. 处理多模态文档:
|
||||||
<details>
|
<details>
|
||||||
<summary> <b> RAGAnything 使用实例 </b></summary>
|
<summary> <b> RAGAnything 使用示例 </b></summary>
|
||||||
```python
|
|
||||||
|
```python
|
||||||
import asyncio
|
import asyncio
|
||||||
from raganything import RAGAnything
|
from raganything import RAGAnything
|
||||||
from lightrag import LightRAG
|
from lightrag import LightRAG
|
||||||
@ -1198,7 +1199,8 @@ LightRAG 现已与 [RAG-Anything](https://github.com/HKUDS/RAG-Anything) 实现
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
asyncio.run(load_existing_lightrag())
|
asyncio.run(load_existing_lightrag())
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
如需详细文档和高级用法,请参阅 [RAG-Anything 仓库](https://github.com/HKUDS/RAG-Anything)。
|
如需详细文档和高级用法,请参阅 [RAG-Anything 仓库](https://github.com/HKUDS/RAG-Anything)。
|
||||||
|
@ -1161,7 +1161,8 @@ LightRAG now seamlessly integrates with [RAG-Anything](https://github.com/HKUDS/
|
|||||||
2. Process multimodal documents:
|
2. Process multimodal documents:
|
||||||
<details>
|
<details>
|
||||||
<summary> <b> RAGAnything Usage Example </b></summary>
|
<summary> <b> RAGAnything Usage Example </b></summary>
|
||||||
```python
|
|
||||||
|
```python
|
||||||
import asyncio
|
import asyncio
|
||||||
from raganything import RAGAnything
|
from raganything import RAGAnything
|
||||||
from lightrag import LightRAG
|
from lightrag import LightRAG
|
||||||
@ -1249,7 +1250,7 @@ LightRAG now seamlessly integrates with [RAG-Anything](https://github.com/HKUDS/
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
asyncio.run(load_existing_lightrag())
|
asyncio.run(load_existing_lightrag())
|
||||||
```
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
For detailed documentation and advanced usage, please refer to the [RAG-Anything repository](https://github.com/HKUDS/RAG-Anything).
|
For detailed documentation and advanced usage, please refer to the [RAG-Anything repository](https://github.com/HKUDS/RAG-Anything).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user