Update README

This commit is contained in:
zrguo 2025-06-26 16:20:39 +08:00
parent fc7a0329df
commit afba3df01a
2 changed files with 8 additions and 5 deletions

View File

@ -1109,8 +1109,9 @@ LightRAG 现已与 [RAG-Anything](https://github.com/HKUDS/RAG-Anything) 实现
```
2. 处理多模态文档:
<details>
<summary> <b> RAGAnything 使用实例 </b></summary>
```python
<summary> <b> RAGAnything 使用示例 </b></summary>
```python
import asyncio
from raganything import RAGAnything
from lightrag import LightRAG
@ -1198,7 +1199,8 @@ LightRAG 现已与 [RAG-Anything](https://github.com/HKUDS/RAG-Anything) 实现
if __name__ == "__main__":
asyncio.run(load_existing_lightrag())
```
```
</details>
如需详细文档和高级用法,请参阅 [RAG-Anything 仓库](https://github.com/HKUDS/RAG-Anything)。

View File

@ -1161,7 +1161,8 @@ LightRAG now seamlessly integrates with [RAG-Anything](https://github.com/HKUDS/
2. Process multimodal documents:
<details>
<summary> <b> RAGAnything Usage Example </b></summary>
```python
```python
import asyncio
from raganything import RAGAnything
from lightrag import LightRAG
@ -1249,7 +1250,7 @@ LightRAG now seamlessly integrates with [RAG-Anything](https://github.com/HKUDS/
if __name__ == "__main__":
asyncio.run(load_existing_lightrag())
```
```
</details>
For detailed documentation and advanced usage, please refer to the [RAG-Anything repository](https://github.com/HKUDS/RAG-Anything).