Skip to content

Commit

Permalink
Update neo4j_vector.ts (#6396)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasonjo authored Aug 5, 2024
1 parent 969d4f6 commit b5200f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain-community/src/vectorstores/neo4j_vector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ export class Neo4jVectorStore extends VectorStore {
const data = await store.query(fetchQuery, { props: textNodeProperties });

if (!data) {
continue;
break;
}

const textEmbeddings = await embeddings.embedDocuments(
Expand Down

0 comments on commit b5200f0

Please sign in to comment.