From e380adaf2b7d66b89dfa6f195ac80ec0b6ede0c5 Mon Sep 17 00:00:00 2001 From: abhijeet Date: Tue, 13 Feb 2024 14:46:47 -0500 Subject: [PATCH] fixing params --- libs/community/langchain_community/vectorstores/neo4j_vector.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/community/langchain_community/vectorstores/neo4j_vector.py b/libs/community/langchain_community/vectorstores/neo4j_vector.py index d916129fdf5f4..68ab811e74456 100644 --- a/libs/community/langchain_community/vectorstores/neo4j_vector.py +++ b/libs/community/langchain_community/vectorstores/neo4j_vector.py @@ -496,7 +496,6 @@ def add_embeddings( texts: Iterable of strings to add to the vectorstore. embeddings: List of list of embedding vectors. metadatas: List of metadatas associated with the texts. - parent_ids: Optionally, a list of parent identifiers for the texts. kwargs: Additional vectorstore-specific parameters. """