I replicated the langchain example of chat with your data on my local Mac using Jupyter labs.
The chat history shows that the code is working fine. However, I cannot get the UI to show the query/response in the main chat window. I expect the following code to do this, but the main chat window stays blank.
The weird thing is that all the logic is working. I can load a pdf, can see chat history etc.
Just the main window does not show query and query response. So, yes, this is most likely due to lib versions. By to was wondering if anyone had a solution.