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
I am using dbrx-instruct and dbrx-base through databricks serving endpoint to create a Q&A Conversation RAG chatbot. However, I am unable to generate a follow-up second response from the model when trying to incorporate Chat History. I am having issues alternating between the roles of user and AI when appending the chat history as a input to invoke the second question. Is there any documentation supporting this issue?
I have created two endpoints pointing to two separate models, dbrx-base and dbrx-instruct. However, whenever I try to incorporate chat history to these models, I get two different errors.
Hi,
I am using dbrx-instruct and dbrx-base through databricks serving endpoint to create a Q&A Conversation RAG chatbot. However, I am unable to generate a follow-up second response from the model when trying to incorporate Chat History. I am having issues alternating between the roles of user and AI when appending the chat history as a input to invoke the second question. Is there any documentation supporting this issue?
I have created two endpoints pointing to two separate models, dbrx-base and dbrx-instruct. However, whenever I try to incorporate chat history to these models, I get two different errors.
Here is the tutorial I am following: https://www.youtube.com/watch?v=PtO44wwqi0M
Here are the errors I got:
The text was updated successfully, but these errors were encountered: