From 883a67903cfc8ee0b1307572e460bb75434c326e Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Mon, 16 Dec 2024 20:41:05 +0100 Subject: [PATCH] Update README.md --- api/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/README.md b/api/README.md index e1bb22d4..0b885921 100644 --- a/api/README.md +++ b/api/README.md @@ -27,7 +27,7 @@ A powerful FastAPI-based server for managing and querying documents using LightR 1. Clone the repository: ```bash git clone https://github.com/LightRAG/lightrag-server.git -cd lightrag-server +cd api ``` 2. Install dependencies: @@ -42,7 +42,7 @@ pip install -r requirements.txt The server can be configured using command-line arguments: ```bash -python rag_server.py --help +python ollama_lightrag_server.py --help ``` Available options: