You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The chain is very helpful for my use case, but it only takes a string for chat history which makes managing the chat state challenging (e.g. referring to assistant's previous reply)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to pass prompts and chat history in OpenAI's messages format:
.. while using ConversationalRetrievalQAChain.fromLLM()
The chain is very helpful for my use case, but it only takes a string for chat history which makes managing the chat state challenging (e.g. referring to assistant's previous reply)
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions