-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.env.example
More file actions
44 lines (32 loc) · 1.12 KB
/
.env.example
File metadata and controls
44 lines (32 loc) · 1.12 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# SpecMem Environment Variables
# Copy this file to .env and fill in your values
# =============================================================================
# Embedding Providers (choose one)
# =============================================================================
# OpenAI
# OPENAI_API_KEY=sk-...
# Anthropic
# ANTHROPIC_API_KEY=sk-ant-...
# Google AI
# GOOGLE_API_KEY=...
# Together AI
# TOGETHER_API_KEY=...
# =============================================================================
# Vector Database (optional - defaults to LanceDB)
# =============================================================================
# Qdrant Cloud
# QDRANT_URL=https://your-cluster.qdrant.io
# QDRANT_API_KEY=...
# ChromaDB (if using remote)
# CHROMA_HOST=localhost
# CHROMA_PORT=8000
# AgentVectorDB
# AGENTVECTORDB_API_KEY=...
# AGENTVECTORDB_URL=...
# =============================================================================
# Development
# =============================================================================
# Enable debug logging
# SPECMEM_DEBUG=1
# Custom config file path
# SPECMEM_CONFIG=/path/to/.specmem.toml