-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (21 loc) · 799 Bytes
/
.env.example
File metadata and controls
26 lines (21 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Environment Configuration for Log Vector
# Ollama Configuration
OLLAMA_HOST=http://127.0.0.1:11434
OLLAMA_MODEL=qwen3:8b
OLLAMA_EMBEDDING_MODEL=nomic-embed-text:latest
# Embedding Configuration
EMBEDDING_SERVER=http://127.0.0.1:5000
EMBEDDING_MODEL=nomic-ai/nomic-embed-text-v1.5
# Storage Configuration
CHROMA_PATH=./chroma_db
DEFAULT_CHUNK_SIZE=2000
DEFAULT_CHUNK_OVERLAP=200
# Query Configuration
DEFAULT_OUTPUT_FILE_PREFIX=ask
DEFAULT_TOP_K=5
# Trust Remote Code Settings (automatically managed by trust_manager.py)
# Format: TRUST_REMOTE_CODE_<MODEL_SLUG>=true|false
# These are automatically added when you approve/deny models
# Example:
# # TRUST_REMOTE_CODE_NOMIC_AI__NOMIC_EMBED_TEXT_V1_5_MODEL=nomic-ai/nomic-embed-text-v1.5
# TRUST_REMOTE_CODE_NOMIC_AI__NOMIC_EMBED_TEXT_V1_5=true