Before setting up Claude Context, ensure you have the following requirements met.
- API Key: Get from OpenAI Platform
- Billing: Active billing account required
- Models:
text-embedding-3-smallortext-embedding-3-large - Rate Limits: Check current limits on your OpenAI account
- API Key: Get from VoyageAI Console
- Models:
voyage-code-3(optimized for code) - Billing: Pay-per-use pricing
- API Key: Get from Google AI Studio
- Models:
gemini-embedding-001 - Quota: Check current quotas and limits
- Installation: Download from ollama.ai
- Models: Pull embedding models like
nomic-embed-text - Hardware: Sufficient RAM for model loading (varies by model)
- Account: Sign up on Zilliz Cloud to get an API key.
- Convenience: Fully managed Milvus vector database service without the need to install and manage it.
- Docker: Install Milvus by following this guide
- Resources: More complex configuration required
- VSCode: Version 1.74.0 or higher
- Extensions: Claude Context extension from marketplace
- Git: For version control
- pnpm: Package manager (preferred over npm)
- TypeScript: Understanding of TypeScript development
