Skip to content

Commit

Permalink
rename key
Browse files Browse the repository at this point in the history
  • Loading branch information
rolando-cruz committed Jan 22, 2025
1 parent 80bb9b7 commit 612f4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/langchain-weaviate/src/vectorstores.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export class WeaviateStore extends VectorStore {
pageContent: text,
metadata: {
...rest,
className: this.indexName
collectionName: this.indexName
},
id: _additional.id,
}),
Expand Down

0 comments on commit 612f4d9

Please sign in to comment.