From d6f2918f6d218cdfedaa6b6f0ed01818d9539046 Mon Sep 17 00:00:00 2001 From: Sam Phillips Date: Mon, 25 Nov 2024 20:19:52 -0500 Subject: [PATCH] fix(docs): Fix flow run command in rag.md JSON only likes " --- docs/rag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rag.md b/docs/rag.md index 838edf9ed..4176da66f 100644 --- a/docs/rag.md +++ b/docs/rag.md @@ -252,7 +252,7 @@ export const indexMenu = ai.defineFlow( #### Run the indexer flow ```posix-terminal -genkit flow:run indexMenu "'menu.pdf'" +genkit flow:run indexMenu '"menu.pdf"' ``` After running the `indexMenu` flow, the vector database will be seeded with