Skip to content
Snippets Groups Projects
Unverified Commit ce732bee authored by Mario Martinez's avatar Mario Martinez Committed by GitHub
Browse files

Fix typo in PineconeVectorStore.ts (#507)

parent 889b7009
No related branches found
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ export class PineconeVectorStore implements VectorStore {
vector: query.queryEmbedding,
topK: query.similarityTopK,
include_values: true,
include_metadara: true,
include_metadata: true,
filter: filter,
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment