Skip to content
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

Add datasource to Question Answer flow #11

Open
Harrolee opened this issue Apr 13, 2024 · 0 comments
Open

Add datasource to Question Answer flow #11

Harrolee opened this issue Apr 13, 2024 · 0 comments

Comments

@Harrolee
Copy link
Owner

At present, we ask an LLM a question and provide only the source text as context.

The llm's answer could be incorrect.

We can increase the chance that the llm's answer will be correct by adding real-world data related to the question.

If we lump questions into categories, we can map real-world context sources to question categories.
If the question asks about x, provide context related to x.
^^ This use-case is addressed by something in langchain... I think tools? or agents?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant