-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
[Question]: how to get RetrieverQueryEngine full prompt #17608
Comments
To view the full prompt with
This approach allows you to centralize and view the prompts used by the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Dosubot always gives me different answers than I want.. it's awful |
Question Validation
Question
When using RetrieverQueryEngine, can you check how the Retriever results I extracted are applied to the prompt and delivered to LLM?
For example
"""
you are helpful assistant
{context_str}
{query_str}
"""
I'd like to check the full prompt with {context_str}, {query_str} completely filled.
The text was updated successfully, but these errors were encountered: