Use development version through docker compose for ease of development
This commit is contained in:
parent
34092e4cdc
commit
72a39d07a2
1 changed files with 4 additions and 0 deletions
|
|
@ -32,9 +32,13 @@ services:
|
|||
- OLLAMA_BASE_URL=${OLLAMA_BASE_URL}
|
||||
# Prevent Python bytecode caching for development
|
||||
- PYTHONDONTWRITEBYTECODE=1
|
||||
# Use local haiku_rag_slim for development
|
||||
- PYTHONPATH=/app/haiku_rag_slim
|
||||
volumes:
|
||||
- ${DB_PATH}:/app/data/haiku.rag.lancedb
|
||||
- ./haiku.rag.yaml:/app/haiku.rag.yaml:ro
|
||||
# Mount local haiku_rag_slim for development
|
||||
- ../../haiku_rag_slim:/app/haiku_rag_slim:ro
|
||||
networks:
|
||||
- ag-ui-network
|
||||
extra_hosts:
|
||||
|
|
|
|||
Loading…
Reference in a new issue