



Vector search capabilities in Neo4j graph database using HNSW indexing. Enables combining knowledge graphs with semantic similarity search for hybrid retrieval that leverages both graph relationships and vector embeddings.
Neo4j Vector Index brings vector similarity search to the leading graph database, enabling powerful hybrid queries that combine graph relationships with semantic similarity. As of Neo4j 2026.01, the preferred way of querying is using the Cypher SEARCH clause.
While Neo4j shows good performance with smaller datasets, specialized vector databases may outperform it at very large scale. The advantage is the unified graph + vector model.
Works with LangChain and LlamaIndex. Embeddings from any model can be stored and searched. Popular with organizations already using Neo4j.
Use Cypher's SEARCH clause to find similar nodes based on vector embeddings while traversing graph relationships.
Available in Neo4j Community Edition (free) and Enterprise Edition. AuraDB cloud offering includes vector capabilities.
Loading more......