diff --git a/README.md b/README.md index bbae685f..5765e469 100644 --- a/README.md +++ b/README.md @@ -1159,6 +1159,9 @@ LightRAG now seamlessly integrates with [RAG-Anything](https://github.com/HKUDS/ pip install raganything ``` 2. Process multimodal documents: + +
+ RAGAnything Usage Example ```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()) ``` +
For detailed documentation and advanced usage, please refer to the [RAG-Anything repository](https://github.com/HKUDS/RAG-Anything).