zrguo commited on
Commit
c3bd141
·
1 Parent(s): ce33b15
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -1068,7 +1068,7 @@ LightRAG now supports comprehensive multi-modal document processing through [Min
1068
  - **Multi-Element Extraction**: Extract and index text, images, tables, formulas, and document structure
1069
  - **Multimodal Retrieval**: Query and retrieve diverse content types (text, images, tables, formulas) within RAG workflows
1070
  - **Seamless Integration**: Works smoothly with LightRAG core and RAG-Anything frameworks
1071
-
1072
  **Quick Start:**
1073
  1. Install dependencies:
1074
  ```bash
@@ -1514,12 +1514,12 @@ Thank you to all our contributors!
1514
 
1515
  If you encounter these errors when using LightRAG:
1516
 
1517
- 1. **`AttributeError: __aenter__`**
1518
  - **Cause**: Storage backends not initialized
1519
  - **Solution**: Call `await rag.initialize_storages()` after creating the LightRAG instance
1520
 
1521
  2. **`KeyError: 'history_messages'`**
1522
- - **Cause**: Pipeline status not initialized
1523
  - **Solution**: Call `await initialize_pipeline_status()` after initializing storages
1524
 
1525
  3. **Both errors in sequence**
 
1068
  - **Multi-Element Extraction**: Extract and index text, images, tables, formulas, and document structure
1069
  - **Multimodal Retrieval**: Query and retrieve diverse content types (text, images, tables, formulas) within RAG workflows
1070
  - **Seamless Integration**: Works smoothly with LightRAG core and RAG-Anything frameworks
1071
+
1072
  **Quick Start:**
1073
  1. Install dependencies:
1074
  ```bash
 
1514
 
1515
  If you encounter these errors when using LightRAG:
1516
 
1517
+ 1. **`AttributeError: __aenter__`**
1518
  - **Cause**: Storage backends not initialized
1519
  - **Solution**: Call `await rag.initialize_storages()` after creating the LightRAG instance
1520
 
1521
  2. **`KeyError: 'history_messages'`**
1522
+ - **Cause**: Pipeline status not initialized
1523
  - **Solution**: Call `await initialize_pipeline_status()` after initializing storages
1524
 
1525
  3. **Both errors in sequence**