Update README.md

This commit is contained in:
zrguo 2025-06-26 16:12:20 +08:00
parent 1d788c3e97
commit 145e3a238b

View File

@ -1159,6 +1159,9 @@ LightRAG now seamlessly integrates with [RAG-Anything](https://github.com/HKUDS/
pip install raganything
```
2. Process multimodal documents:
<details>
<summary> <b> RAGAnything Usage Example </b></summary>
```python
import asyncio
from raganything import RAGAnything
@ -1248,6 +1251,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).