From 69800ffa6df403135d70a596b4135a3d1285023e Mon Sep 17 00:00:00 2001 From: Peter Friese Date: Mon, 6 May 2024 10:21:06 +0200 Subject: [PATCH] Typo --- js/plugins/firebase/src/firestoreRetriever.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {