Update README.md
This commit is contained in:
parent
190694c769
commit
883a67903c
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ A powerful FastAPI-based server for managing and querying documents using LightR
|
||||||
1. Clone the repository:
|
1. Clone the repository:
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/LightRAG/lightrag-server.git
|
git clone https://github.com/LightRAG/lightrag-server.git
|
||||||
cd lightrag-server
|
cd api
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Install dependencies:
|
2. Install dependencies:
|
||||||
|
|
@ -42,7 +42,7 @@ pip install -r requirements.txt
|
||||||
The server can be configured using command-line arguments:
|
The server can be configured using command-line arguments:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python rag_server.py --help
|
python ollama_lightrag_server.py --help
|
||||||
```
|
```
|
||||||
|
|
||||||
Available options:
|
Available options:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue