Vald

Vald is an open-source distributed vector search engine released by Yahoo Japan in 2020, designed for cloud-native deployment on Kubernetes with horizontal scaling, automatic indexing, and self-healing. The platform uses NGT (Neighborhood Graph and Tree) as its primary indexing algorithm, an alternative to HNSW developed at Yahoo Japan that performs competitively on certain workload types. Vald separates the agent (search and indexing), discoverer (cluster topology), and manager (control plane) into independently scaling microservices, making it well-suited to large-scale production deployments managed through Kubernetes operators. The platform supports rolling index updates without downtime, important for RAG applications where the knowledge base changes frequently. Although less widely adopted in North American markets than Pinecone or Milvus, Vald has substantial production deployments in Asian e-commerce and media companies. AI governance teams favor Vald's Apache 2.0 licensing, Kubernetes-native architecture, and the absence of vendor lock-in for AI compliance scenarios that require full on-premise control over embeddings and queries.

Vald with Centralpoint: Centralpoint supports Vald as a Kubernetes-native vector backend in its model-agnostic stack, letting global enterprises run vector search on-premise while routing generation through any LLM provider. Tokens are metered per skill and audience, prompts stay local, and Vald-backed chatbots deploy across portals with one line of JavaScript.


Related Keywords:
Vald,,