Files

22 lines
522 B
Bash
Raw Permalink Normal View History

2026-06-10 08:20:27 +02:00
# Agentic Research App Configuration
OLLAMA_URL=http://10.0.1.127:11434
GPT_OSS_MODEL=gpt-oss:20b
MARKER_API_URL=http://localhost:8001
OCR_URL=http://10.0.1.127:11434
DEEPSEEK_OCR_URL=http://10.0.1.127:11434
DEEPSEEK_OCR_MODEL=deepseek-ocr
# PostgreSQL / pgvector
DB_HOST=localhost
DB_PORT=5432
DB_NAME=research
DB_USER=research
DB_PASSWORD=research123
# App
APP_HOST=0.0.0.0
APP_PORT=8000
WORKSPACE_DIR=/home/oval/Projects/agentic/workspace
DOCUMENTS_DIR=/home/oval/Projects/agentic/workspace/documents
VECTOR_DIM=1536