fix lint
This commit is contained in:
parent
16ef318366
commit
75d13cc387
1 changed files with 3 additions and 3 deletions
|
|
@ -1068,7 +1068,7 @@ LightRAG now supports comprehensive multi-modal document processing through [Min
|
||||||
- **Multi-Element Extraction**: Extract and index text, images, tables, formulas, and document structure
|
- **Multi-Element Extraction**: Extract and index text, images, tables, formulas, and document structure
|
||||||
- **Multimodal Retrieval**: Query and retrieve diverse content types (text, images, tables, formulas) within RAG workflows
|
- **Multimodal Retrieval**: Query and retrieve diverse content types (text, images, tables, formulas) within RAG workflows
|
||||||
- **Seamless Integration**: Works smoothly with LightRAG core and RAG-Anything frameworks
|
- **Seamless Integration**: Works smoothly with LightRAG core and RAG-Anything frameworks
|
||||||
|
|
||||||
**Quick Start:**
|
**Quick Start:**
|
||||||
1. Install dependencies:
|
1. Install dependencies:
|
||||||
```bash
|
```bash
|
||||||
|
|
@ -1514,12 +1514,12 @@ Thank you to all our contributors!
|
||||||
|
|
||||||
If you encounter these errors when using LightRAG:
|
If you encounter these errors when using LightRAG:
|
||||||
|
|
||||||
1. **`AttributeError: __aenter__`**
|
1. **`AttributeError: __aenter__`**
|
||||||
- **Cause**: Storage backends not initialized
|
- **Cause**: Storage backends not initialized
|
||||||
- **Solution**: Call `await rag.initialize_storages()` after creating the LightRAG instance
|
- **Solution**: Call `await rag.initialize_storages()` after creating the LightRAG instance
|
||||||
|
|
||||||
2. **`KeyError: 'history_messages'`**
|
2. **`KeyError: 'history_messages'`**
|
||||||
- **Cause**: Pipeline status not initialized
|
- **Cause**: Pipeline status not initialized
|
||||||
- **Solution**: Call `await initialize_pipeline_status()` after initializing storages
|
- **Solution**: Call `await initialize_pipeline_status()` after initializing storages
|
||||||
|
|
||||||
3. **Both errors in sequence**
|
3. **Both errors in sequence**
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue