GitDeployHub

zilliztech/claude-context

github.com/zilliztech/claude-context ↗
Node.js API
7 environment variables found in .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
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/zilliztech/claude-context
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/zilliztech/claude-context
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/zilliztech/claude-context
Or deploy to a different host
← Try another repo