Neo4j is a graph database that has added vector search capabilities, providing unique and effective approaches for retrieval augmented generation (RAG) and other AI applications.
HelixDB is a powerful, open-source graph-vector database built in Rust, designed for intelligent data storage for Retrieval-Augmented Generation (RAG) and AI applications. It combines graph database features with vector search, making it directly relevant to AI and machine learning workflows that require vector data management.
AstraDB (also known as Astra DB by DataStax) is a cloud-native vector database built on Apache Cassandra, supporting real-time AI applications with scalable vector search. It is designed for large-scale deployments and features a user-friendly Data API, robust vector capabilities, and automation for AI-powered applications.
Deep Lake is a vector database designed as a data lake for AI, capable of storing and managing vector embeddings, text, images, and videos. It utilizes a tensor format for efficient querying and integration with AI algorithms, making it suitable for similarity search and machine learning workflows. It is open-source and tailored for handling unstructured and multimodal data, with seamless integration with frameworks like PyTorch and TensorFlow.
Google Cloud Platform offers vector search as part of its Vertex AI suite, enabling scalable and integrated vector search capabilities for AI-driven applications.
Infinity is an AI-native database built for LLM applications, offering fast hybrid search of dense vectors, sparse vectors, tensors, and full-text data.
KDB.AI is a proprietary vector database and search engine designed for real-time AI applications. It offers advanced vector search, integrates with popular ML tools, and supports temporal and semantic context for embeddings. KDB.AI Server is a high-performance vector database and search engine from KX, designed for real-time analytics and AI applications requiring rapid similarity search.
Category: Vector Database Engines
Tags: graph-database, vector-search, rag, ai
Neo4j is a graph database that now includes vector search capabilities, making it suitable for retrieval augmented generation (RAG) and other AI applications.
db.index.vector.createNodeIndex for creating vector indexes.db.create.setNodeVectorProperty for storing vector data on nodes.db.index.vector.queryNodes for querying similar nodes based on vector similarity.No pricing information provided in the available content.