diff --git a/js/plugins/firebase/src/firestoreRetriever.ts b/js/plugins/firebase/src/firestoreRetriever.ts index eda446d2d..fd97ab128 100644 --- a/js/plugins/firebase/src/firestoreRetriever.ts +++ b/js/plugins/firebase/src/firestoreRetriever.ts @@ -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: {