Skip to content

Commit 339c94e

Browse files
committed
update README
1 parent 2f41675 commit 339c94e

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -219,21 +219,14 @@ curl http://localhost:11434/api/version
219219
OLLAMA_HOST=0.0.0.0:11434 ollama serve
220220
```
221221

222-
**No Models Available**
223-
```bash
224-
# Install required models
225-
ollama pull nomic-embed-text
226-
ollama pull qwen3:14b
227-
```
228-
229222
**Slow Performance**
230-
- Try a smaller model like `mistral:latest`
231-
- Reduce chunk size in settings
223+
- Try next smaller model
224+
- Reduce chunk size in expert RAG settings
232225
- Ensure sufficient RAM is available
233226

234227
## 📄 License
235228

236-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
229+
This project is licensed under the GPL License - see the [LICENSE](LICENSE) file for details.
237230

238231
## 🙏 Acknowledgments
239232

0 commit comments

Comments
 (0)