feat(agent): add index bootstrap and answer feedback

This commit is contained in:
2026-09-16 22:40:06 +02:00
parent 4f5107a46a
commit b42c326d7f
19 changed files with 757 additions and 41 deletions
+14 -4
View File
@@ -30,11 +30,16 @@ services:
PV_CONTEXT_BLOCKS: "${PV_CONTEXT_BLOCKS:-8}"
PV_PER_QUERY_SLOTS: "${PV_PER_QUERY_SLOTS:-2}"
PV_SURVEY_BLOCKS: "${PV_SURVEY_BLOCKS:-16}"
PV_AUDIT_ENABLED: "${PV_AUDIT_ENABLED:-true}"
PV_AUDIT_DB_PATH: /app/data/audit.db
PV_AUDIT_LOG_CONTENT: "${PV_AUDIT_LOG_CONTENT:-true}"
PV_AUDIT_STDOUT: "${PV_AUDIT_STDOUT:-true}"
PV_AUDIT_RETENTION_DAYS: "${PV_AUDIT_RETENTION_DAYS:-30}"
volumes:
- ./data:/app/data
- ./wissensbasis:/app/wissensbasis:ro
networks:
- ollama-default
- ollama
read_only: true
tmpfs:
- /tmp:size=64m,mode=1777
@@ -42,6 +47,11 @@ services:
- no-new-privileges:true
cap_drop:
- ALL
logging:
driver: json-file
options:
max-size: "50m"
max-file: "5"
healthcheck:
test:
- CMD
@@ -54,9 +64,9 @@ services:
interval: 30s
timeout: 10s
retries: 5
start_period: 30s
start_period: 15m
networks:
ollama-default:
ollama:
external: true
name: ollama-default
name: ollama_default