.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
EMBEDDING_PROVIDER
Embedding provider: OpenAI, VoyageAI, Gemini, Ollama
EMBEDDING_MODEL
Embedding model (provider-specific)
EMBEDDING_BATCH_SIZE
Embedding batch size for processing (default: 100) You can customize it according to the throughput of your embedding model. Generally,…
OPENAI_API_KEY
secret
OpenAI API key
MILVUS_ADDRESS
Milvus server address. It's optional when you get Zilliz Personal API Key.
MILVUS_TOKEN
secret
Milvus authentication token. You can refer to this guide to get Zilliz Personal API Key as your Milvus token.…
SPLITTER_TYPE
Code splitter type: ast, langchain
brew install flyctl && fly launch --from https://github.com/zilliztech/claude-context
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/zilliztech/claude-context
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/zilliztech/claude-context