Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Aug 13, 2024
1 parent dcd8ff0 commit bf5c62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/indexes/vector_stores/pinecone/mmr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ const results = await vectorStore.maxMarginalRelevanceSearch("pinecone", {
// You can pass a filter as well
// filter: {},
});
console.log(results);
console.log(results);

0 comments on commit bf5c62a

Please sign in to comment.