LangChain Reference home page
Search...
⌘K
Ask AI
GitHub
Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
⌘I
LangChain Assistant
New
History
Ask a question to get started
Enter
to send
•
Shift+Enter
new line
Menu
Navigation
Projects
Anthropic
AWS
Cloudflare
DeepSeek
Google
Node
Google Common
Google GAuth
Google GenAI
Google Vertex AI
Google Vertex AI Web
Google WebAuth
Groq
Mistral AI
MongoDB
Ollama
OpenAI
OpenRouter
Redis
xAI
Language
Python
JavaScript
Theme
Light
Dark
JavaScript
@langchain/community
vectorstores
neo4j_vector
Neo4jVectorStore
Class
latest
●
Since v1.0
Neo4jVectorStore
Copy
class
Neo4jVectorStore
Bases
VectorStore
Constructors
Properties
Methods
Inherited from
VectorStore
(langchain_core)
Methods
M
add_texts
M
get_by_ids
M
aget_by_ids
M
adelete
M
View source on GitHub
Version History
aadd_texts
M
add_documents
M
aadd_documents
M
search
M
asearch
M
similarity_search
M
similarity_search_with_score
M
asimilarity_search_with_score
M
similarity_search_with_relevance_scores
M
asimilarity_search_with_relevance_scores
M
asimilarity_search
M
similarity_search_by_vector
M
asimilarity_search_by_vector
M
max_marginal_relevance_search
M
amax_marginal_relevance_search
M
max_marginal_relevance_search_by_vector
M
amax_marginal_relevance_search_by_vector
M
from_documents
M
afrom_documents
M
from_texts
M
afrom_texts
M
as_retriever
constructor
constructor
property
embeddings
:
EmbeddingsInterface
property
FilterType
:
string
|
object
property
lc_kwargs
:
SerializedFields
property
lc_serializable
:
boolean
property
lc_aliases
property
lc_attributes
property
lc_id
property
lc_secrets
property
lc_serializable_keys
method
_dropIndex
method
_initializeDriver
method
_vectorstoreType
method
_verifyConnectivity
method
_verifyVersion
method
addDocuments
method
addVectors
method
asRetriever
method
close
method
createNewIndex
method
createNewKeywordIndex
method
delete
method
maxMarginalRelevanceSearch
method
query
method
retrieveExistingFtsIndex
method
retrieveExistingIndex
method
similaritySearch
method
similaritySearchVectorWithScore
method
similaritySearchWithScore
method
sortByIndexName
method
toJSON
method
toJSONNotImplemented
method
fromDocuments
method
fromExistingGraph
method
fromExistingIndex
method
fromTexts
method
initialize
method
lc_name