Enhance Ollama integration and model management

- Implemented support for parallel embedding in Ollama, allowing for improved performance in chat and memory functions.
- Updated the `ollama-roles.json` and CPU Modelfile to accommodate new features.
- Increased the maximum loaded models and parallel processing limits to 2, optimizing resource usage.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-21 23:05:48 +03:00
co-authored by Cursor
parent 4081890b4c
commit 5d0c30f66b
4 changed files with 784 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# Локальный манифест Ollama (не коммить). Пример: ollama-models.example.yaml
# name = точный тег для `ollama pull`. Пустой models: [] — без pull.
models:
- name: huihui_ai/qwen2.5-vl-abliterated:7b
default: true