mirror of
http://100.103.83.12:3003/fegger/odoo-at-payroll.git
synced 2026-09-17 16:56:42 +00:00
feat(agent): add index bootstrap and answer feedback
This commit is contained in:
+14
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user