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.
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.