zrguo commited on
Commit
796dd18
·
1 Parent(s): 8b556d2

Update README

Browse files
Files changed (2) hide show
  1. README-zh.md +5 -3
  2. README.md +3 -2
README-zh.md CHANGED
@@ -1109,8 +1109,9 @@ LightRAG 现已与 [RAG-Anything](https://github.com/HKUDS/RAG-Anything) 实现
1109
  ```
1110
  2. 处理多模态文档:
1111
  <details>
1112
- <summary> <b> RAGAnything 使用实例 </b></summary>
1113
- ```python
 
1114
  import asyncio
1115
  from raganything import RAGAnything
1116
  from lightrag import LightRAG
@@ -1198,7 +1199,8 @@ LightRAG 现已与 [RAG-Anything](https://github.com/HKUDS/RAG-Anything) 实现
1198
 
1199
  if __name__ == "__main__":
1200
  asyncio.run(load_existing_lightrag())
1201
- ```
 
1202
  </details>
1203
 
1204
  如需详细文档和高级用法,请参阅 [RAG-Anything 仓库](https://github.com/HKUDS/RAG-Anything)。
 
1109
  ```
1110
  2. 处理多模态文档:
1111
  <details>
1112
+ <summary> <b> RAGAnything 使用示例 </b></summary>
1113
+
1114
+ ```python
1115
  import asyncio
1116
  from raganything import RAGAnything
1117
  from lightrag import LightRAG
 
1199
 
1200
  if __name__ == "__main__":
1201
  asyncio.run(load_existing_lightrag())
1202
+ ```
1203
+
1204
  </details>
1205
 
1206
  如需详细文档和高级用法,请参阅 [RAG-Anything 仓库](https://github.com/HKUDS/RAG-Anything)。
README.md CHANGED
@@ -1161,7 +1161,8 @@ LightRAG now seamlessly integrates with [RAG-Anything](https://github.com/HKUDS/
1161
  2. Process multimodal documents:
1162
  <details>
1163
  <summary> <b> RAGAnything Usage Example </b></summary>
1164
- ```python
 
1165
  import asyncio
1166
  from raganything import RAGAnything
1167
  from lightrag import LightRAG
@@ -1249,7 +1250,7 @@ LightRAG now seamlessly integrates with [RAG-Anything](https://github.com/HKUDS/
1249
 
1250
  if __name__ == "__main__":
1251
  asyncio.run(load_existing_lightrag())
1252
- ```
1253
  </details>
1254
 
1255
  For detailed documentation and advanced usage, please refer to the [RAG-Anything repository](https://github.com/HKUDS/RAG-Anything).
 
1161
  2. Process multimodal documents:
1162
  <details>
1163
  <summary> <b> RAGAnything Usage Example </b></summary>
1164
+
1165
+ ```python
1166
  import asyncio
1167
  from raganything import RAGAnything
1168
  from lightrag import LightRAG
 
1250
 
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).