docs: add use case for generative question-answering#81
Merged
gaocegege merged 2 commits intotensorchord:mainfrom Jul 17, 2024
Merged
docs: add use case for generative question-answering#81gaocegege merged 2 commits intotensorchord:mainfrom
gaocegege merged 2 commits intotensorchord:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
gaocegege
reviewed
Jul 12, 2024
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. |
Member
There was a problem hiding this comment.
Could you introduce a bit about what the knowledge base in the example is?
Contributor
Author
There was a problem hiding this comment.
Do you mean explain more about what a knowledge base is in general, or more specifically the movies knowledge base for this example?
Member
|
Hi. Is it ready for another review? |
Contributor
Author
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. |
Member
|
LGTM 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.