Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfriese authored May 6, 2024
1 parent bb9d212 commit 69800ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/plugins/firebase/src/firestoreRetriever.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function toDocuments(

/**
* Define a retriever that uses vector similarity search to retrieve documents from Firestore.
* Yu must create a vector index on the associated field before you can perform nearest-neighbor
* You must create a vector index on the associated field before you can perform nearest-neighbor
* search.
**/
export function defineFirestoreRetriever(config: {
Expand Down

0 comments on commit 69800ff

Please sign in to comment.