Replies: 1 comment
-
I think what you are looking for may be solved by passing the prompt in a dict object {"prompt": PROMPT} to the Follow-up question: in "step 1", are you able to override the default behavior of passing in chat history? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I understand that a ConversationalRetrievalChain is doing a 2 steps processing.
I know how to change the rephrasing prompt phase (1st action) but I would like to change the way the doc and the question is submitted to the LLM (phase 2)
I would like to add some information in addition to the Retrieved documents and rephrase the prompt.
Does someone knows how to do it?
Many thanks
Beta Was this translation helpful? Give feedback.
All reactions