Fixed linting

This commit is contained in:
Saifeddine ALOUI
2025-01-17 01:36:16 +01:00
parent c91b57196d
commit 5fe28d31e9
7 changed files with 54 additions and 50 deletions

View File

@@ -5,7 +5,7 @@ A lightweight Knowledge Graph Retrieval-Augmented Generation system with multipl
## 🚀 Installation
### Prerequisites
- Python 3.10+
- Python 3.10+
- Git
- Docker (optional for Docker deployment)
@@ -171,4 +171,4 @@ pip install -r requirements.txt
git pull
.\venv\Scripts\Activate
pip install -r requirements.txt
```
```

View File

@@ -358,4 +358,4 @@ This intelligent caching mechanism:
- Documents already in the database are not re-vectorized
- Only new documents in the input directory will be processed
- This optimization significantly reduces startup time for subsequent runs
- The working directory (`--working-dir`) stores the vectorized documents database
- The working directory (`--working-dir`) stores the vectorized documents database