Iodine98 / dora-back

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

Add collection name as seperate parameter for class Chatbot #63

Open Iodine98 opened 3 weeks ago

Iodine98 commented 3 weeks ago

Currently in class Chatbot, user_id is used to both refer to the chat history and the collection where the documents are stored. These need to be separate.