Skip to content

Commit

Permalink
fix(docs): Fix flow run command in rag.md (#1404)
Browse files Browse the repository at this point in the history
JSON only likes "
  • Loading branch information
i2amsam authored and pavelgj committed Nov 30, 2024
1 parent 98bb14a commit b077e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rag.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b077e4f

Please sign in to comment.