From 75d13cc3870e5456d861927c8449322b5b9670ca Mon Sep 17 00:00:00 2001 From: zrguo <49157727+LarFii@users.noreply.github.com> Date: Mon, 9 Jun 2025 09:11:50 +0800 Subject: [PATCH] fix lint --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b7e67595..881f66ea 100644 --- a/README.md +++ b/README.md @@ -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 - **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 - + **Quick Start:** 1. Install dependencies: ```bash @@ -1514,12 +1514,12 @@ Thank you to all our contributors! If you encounter these errors when using LightRAG: -1. **`AttributeError: __aenter__`** +1. **`AttributeError: __aenter__`** - **Cause**: Storage backends not initialized - **Solution**: Call `await rag.initialize_storages()` after creating the LightRAG instance 2. **`KeyError: 'history_messages'`** - - **Cause**: Pipeline status not initialized + - **Cause**: Pipeline status not initialized - **Solution**: Call `await initialize_pipeline_status()` after initializing storages 3. **Both errors in sequence**