quivr/backend/core/models
Mamadou DICKO 6e777327aa
feat(chatMessages): add brain_id and prompt_id columns (#912)
* feat: add prompt_id and brain_id to chat history)

* feat: add prompt_id and brain_id to chat routes
2023-08-10 10:25:08 +02:00
..
databases feat(chatMessages): add brain_id and prompt_id columns (#912) 2023-08-10 10:25:08 +02:00
__init__.py Feat/backend core (#656) 2023-07-17 07:57:27 +01:00
brain_entity.py test(backend): fix failing tests (#851) 2023-08-04 20:25:09 +02:00
brains_subscription_invitations.py refactor: delete common_dependencies function (#843) 2023-08-03 20:24:42 +02:00
brains.py feat: gpt4 is not available for brains if there is no given openAiKey (#850) 2023-08-07 16:35:23 +02:00
chat.py feat(chatMessages): add brain_id and prompt_id columns (#912) 2023-08-10 10:25:08 +02:00
chats.py feat(chatMessages): add brain_id and prompt_id columns (#912) 2023-08-10 10:25:08 +02:00
files.py fix upload (#847) 2023-08-04 09:58:43 +02:00
prompt.py feat(backend): implement brain-prompt link (#831) 2023-08-03 10:37:13 +02:00
settings.py fix(pg-database): by default variable is not implemented (#848) 2023-08-04 10:17:26 +02:00
sqlalchemy_repository.py feat: Introduce repository pattern to prepare adding other database providers (#646) 2023-08-01 23:03:47 +02:00
user_identity.py feat: add user level open ai key management (#805) 2023-08-01 09:24:57 +02:00
users.py refactor: delete common_dependencies function (#843) 2023-08-03 20:24:42 +02:00