-
Notifications
You must be signed in to change notification settings - Fork 11
docs: add use case for generative question-answering #81
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
src/use-case/question-answering.md
Outdated
# Generative Question-Answering | ||
Vector search can also be used to provide context to generative models such as OpenAI's GPT series, improving the quality of the outputs. | ||
|
||
This post will explore the use of `pgvecto.rs` in building and retrieving from a vector knowledge base to bolster the performance of generative models in question-answering tasks. |
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.
Could you introduce a bit about what the knowledge base in the example is?
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.
Do you mean explain more about what a knowledge base is in general, or more specifically the movies knowledge base for this example?
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.
The latter. I think.
Hi. Is it ready for another review? |
Yes, I added description about the dataset and about the use of a knowledge base. I'm not sure what I could say about specifically the movie knowledge base without just repeating myself about the dataset. |
LGTM 👍 |
No description provided.