zrguo
commited on
Commit
·
a21030f
1
Parent(s):
96fdb2f
Update README.md
Browse files
README.md
CHANGED
@@ -1159,6 +1159,9 @@ LightRAG now seamlessly integrates with [RAG-Anything](https://github.com/HKUDS/
|
|
1159 |
pip install raganything
|
1160 |
```
|
1161 |
2. Process multimodal documents:
|
|
|
|
|
|
|
1162 |
```python
|
1163 |
import asyncio
|
1164 |
from raganything import RAGAnything
|
@@ -1248,6 +1251,7 @@ LightRAG now seamlessly integrates with [RAG-Anything](https://github.com/HKUDS/
|
|
1248 |
if __name__ == "__main__":
|
1249 |
asyncio.run(load_existing_lightrag())
|
1250 |
```
|
|
|
1251 |
|
1252 |
For detailed documentation and advanced usage, please refer to the [RAG-Anything repository](https://github.com/HKUDS/RAG-Anything).
|
1253 |
|
|
|
1159 |
pip install raganything
|
1160 |
```
|
1161 |
2. Process multimodal documents:
|
1162 |
+
|
1163 |
+
<details>
|
1164 |
+
<summary> <b> RAGAnything Usage Example </b></summary>
|
1165 |
```python
|
1166 |
import asyncio
|
1167 |
from raganything import RAGAnything
|
|
|
1251 |
if __name__ == "__main__":
|
1252 |
asyncio.run(load_existing_lightrag())
|
1253 |
```
|
1254 |
+
</details>
|
1255 |
|
1256 |
For detailed documentation and advanced usage, please refer to the [RAG-Anything repository](https://github.com/HKUDS/RAG-Anything).
|
1257 |
|