File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -219,21 +219,14 @@ curl http://localhost:11434/api/version
219
219
OLLAMA_HOST=0.0.0.0:11434 ollama serve
220
220
```
221
221
222
- ** No Models Available**
223
- ``` bash
224
- # Install required models
225
- ollama pull nomic-embed-text
226
- ollama pull qwen3:14b
227
- ```
228
-
229
222
** 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
232
225
- Ensure sufficient RAM is available
233
226
234
227
## 📄 License
235
228
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.
237
230
238
231
## 🙏 Acknowledgments
239
232
You can’t perform that action at this time.
0 commit comments