feat: add source-grounded evolution and Ollama assistant
This commit is contained in:
@@ -188,6 +188,29 @@ GEOINTEL_POSTGIS_DATA_PATH=/mnt/user/appdata/geointel/postgres-data
|
||||
|
||||
`GEOINTEL_POSTGIS_DATA_PATH` contains the embedded PostGIS database files.
|
||||
|
||||
## Local Ollama assistant
|
||||
|
||||
The repository Compose file, DockerMan template and automatic deployment all
|
||||
map `host.docker.internal` to the Unraid host and enable the source-grounded
|
||||
assistant by default. Ollama must already listen on host port `11434`;
|
||||
GeoIntel does not install or expose Ollama itself.
|
||||
|
||||
```env
|
||||
OLLAMA_ENABLED=true
|
||||
OLLAMA_BASE_URL=http://host.docker.internal:11434
|
||||
OLLAMA_DEFAULT_MODEL=qwen3.5:9b
|
||||
OLLAMA_TIMEOUT_SECONDS=120
|
||||
OLLAMA_MAX_OUTPUT_TOKENS=700
|
||||
```
|
||||
|
||||
The model dropdown comes from Ollama `/api/tags`, so changing the installed
|
||||
models requires no frontend rebuild. Verify after deployment with:
|
||||
|
||||
```bash
|
||||
curl http://127.0.0.1:1202/api/v1/assistant/status
|
||||
curl http://127.0.0.1:1202/api/v1/assistant/models
|
||||
```
|
||||
|
||||
## Update from Gitea
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user