15 lines
466 B
Text
15 lines
466 B
Text
# Standalone environment configuration
|
|
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/memora
|
|
DATAPLANE_API_URL=http://localhost:8080
|
|
|
|
# Embedding configuration
|
|
EMBEDDING_MODEL_NAME=sentence-transformers/all-MiniLM-L6-v2
|
|
EMBEDDING_DIM=384
|
|
|
|
# LLM Provider (set to "none" to disable LLM features)
|
|
LLM_PROVIDER=none
|
|
|
|
# Optional: LLM API Keys
|
|
# OPENAI_API_KEY=your-openai-key-here
|
|
# ANTHROPIC_API_KEY=your-anthropic-key-here
|
|
# GROQ_API_KEY=your-groq-key-here
|