Iodine98 / dora-back

A Python backend for Document Retrieval and Analysis (DoRA).
MIT License
0 stars 1 forks source link

Rewrite ConversationalRetrievalChain #60

Open Iodine98 opened 5 months ago

Iodine98 commented 5 months ago

The ConversationalRetrievalChain from Langchain has been deprecated.

This is to be rewritten as described on the page Add chat history

Iodine98 commented 5 months ago

It concerns these lines of code:

https://github.com/Iodine98/dora-back/blob/ef44bc69930edc6f91497e55163afde73ecd0590/chatdoc/chatbot.py#L33-L55

Iodine98 commented 5 months ago

Add to this issue: only return source documents if threshold is met and documents are actually used in answer.