# PaperCortex Configuration # Copy this file to .env and fill in your values # Paperless-ngx connection PAPERLESS_URL=http://localhost:8000 PAPERLESS_TOKEN=your-paperless-api-token-here # Ollama connection OLLAMA_URL=http://localhost:11434 OLLAMA_MODEL=qwen2.5:14b OLLAMA_EMBEDDING_MODEL=nomic-embed-text # Vector store VECTOR_DB_PATH=./data/vectors.db # MCP Server MCP_SERVER_PORT=3100 # Logging LOG_LEVEL=info