alejandro-ao / ask-multiple-pdfs

A Langchain app that allows you to chat with multiple PDFs
1.6k stars 913 forks source link

Conversation session/history #41

Open muditsultania opened 10 months ago

muditsultania commented 10 months ago

How can i add a conversation history feature that allows me to create a new chat like we do in chat gpt. also we should be allowed to go back to the old conversation and continue where we left off without having to reupload the pdfs. I tried using sqlite3 for this but it still seemed to be very difficult to implement.