Iodine98 / dora-back

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

Add time stamp for chat message #47

Open Iodine98 opened 6 months ago

Iodine98 commented 6 months ago

Update SQL Alchemy model here:

https://github.com/Iodine98/dora-back/blob/5f2a797d4f3632389ff8161bb3606724583a1eb4/server_modules/models.py#L18-L22

Replace default SQLChatMessageHistory from Langchain with a custom method in SQLAlchemy in models.py.