quivr/backend/repository/chat
Mamadou DICKO 9464707d40
feat: merge chat history with chat notifications (#1127)
* feat: add chat_id to upload and crawl payload

* feat(chat): return chat_history_with_notifications

* feat: explicit notification status on create

* feat: handle notifications in frontend

* feat: delete chat notifications on chat delete request
2023-09-07 17:23:31 +02:00
..
__init__.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
create_chat.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
format_chat_history.py test: unskip qa_headless.py linter tests (#1041) 2023-08-25 14:03:57 +02:00
get_chat_by_id.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
get_chat_history_with_notifications.py feat: merge chat history with chat notifications (#1127) 2023-09-07 17:23:31 +02:00
get_chat_history.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
get_user_chats.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
update_chat_history.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
update_chat.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
update_message_by_id.py test: skip failing linter tests (#1036) 2023-08-25 12:03:13 +02:00