quivr/backend/core/repository/chat
Stepan Lebedev 600ff1ede0
feat(Unplug): chatting without brain streaming (#970)
* feat(Unplug): Adds new basic headless llm

* feat(Unplug): adds chatting without brain option when no streaming

* feat(Unplug): adds chatting without brain option when streaming
2023-08-18 10:32:22 +02:00
..
__init__.py Feat/backend core (#656) 2023-07-17 07:57:27 +01:00
create_chat.py refactor: delete common_dependencies function (#843) 2023-08-03 20:24:42 +02:00
format_chat_history.py feat(Unplug): chatting without brain streaming (#970) 2023-08-18 10:32:22 +02:00
get_chat_by_id.py refactor: delete common_dependencies function (#843) 2023-08-03 20:24:42 +02:00
get_chat_history.py fix(chat): update data keys (#923) 2023-08-10 17:35:30 +01:00
get_user_chats.py refactor: delete common_dependencies function (#843) 2023-08-03 20:24:42 +02:00
update_chat_history.py feat(chatMessages): add brain_id and prompt_id columns (#912) 2023-08-10 10:25:08 +02:00
update_chat.py refactor: delete common_dependencies function (#843) 2023-08-03 20:24:42 +02:00
update_message_by_id.py refactor: delete common_dependencies function (#843) 2023-08-03 20:24:42 +02:00