-
Notifications
You must be signed in to change notification settings - Fork 476
Replace bobFacts with menuSuggestion in rag docs #113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
It uses the local file-based vector similarity retriever | ||
that Genkit provides out-of-the box for simple testing and prototyping (_do not | ||
use in production_) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is duplicated below on line 169.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect!
docs/rag.md
Outdated
## Defining a RAG Flow | ||
|
||
The following examples show how you could ingest a collection of PDF documents | ||
into a vector database and retrieve them for use in a flow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider adding a blurb about what the sample(s) do (read in restaurant menus and answer questions about them).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. PTAL.
I punted on completely revamping the docs and just replaced the instances of bob facts with menu examples