A laptop-local hybrid search stack that indexes any private repo and lets you query by intent, not just keywords. No SaaS, just Vertex AI for embeddings. You get semantic similarity + BM25 ranking + exact location results (file:line-line) without sending your code anywhere except Google Cloud's embedding API.
claude-context is a Claude Code MCP skill that combines:
- Milvus (vector database) for storage and hybrid search
- LiteLLM (proxy) to route embedding requests
- Vertex AI
gemini-embedding-001(3072-dim) for semantic vectors