removed comments
This commit is contained in:
@@ -17,6 +17,7 @@ Download some models
|
||||
|
||||
```bash
|
||||
ollama pull mxbai-embed-large # Used for embeddings
|
||||
|
||||
ollama pull gemma3 # Used as LLM
|
||||
```
|
||||
|
||||
@@ -25,6 +26,7 @@ Download python depedencies
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
## Run
|
||||
|
||||
First you need to seed the database with a few documents
|
||||
|
||||
Reference in New Issue
Block a user