Closed Anteemony closed 6 months ago
Now the model can answer "What's the last question I asked you" correctly
@OscarArroyoVega you can take a look at it
I see it! Perfect. How do you think it will work to add the access to the history as a condition ( E.g. if the question refers to previous questions or answers...)
Great. For the history part, The LLM would take care of all of that by itself.
Previously it didn't have access to the chat history directly. i.e. the chat history was used for question rephrasing.
But now the history is passed directly to the LLM so it should work as we expect!
Use RetrievalQA instead of ConversationalRetrievalChain
Fixes #32