quivr/backend/core/models/databases/supabase
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
..
__init__.py feat(prompt): add prompt table, entity and repository (#823) 2023-08-03 09:53:38 +02:00
api_key_handler.py feat: Introduce repository pattern to prepare adding other database providers (#646) 2023-08-01 23:03:47 +02:00
brains_subscription_invitations.py feat: Introduce repository pattern to prepare adding other database providers (#646) 2023-08-01 23:03:47 +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
chats.py feat(chatMessages): add brain_id and prompt_id columns (#912) 2023-08-10 10:25:08 +02:00
files.py feat: Introduce repository pattern to prepare adding other database providers (#646) 2023-08-01 23:03:47 +02:00
prompts.py feat(backend): implement brain-prompt link (#831) 2023-08-03 10:37:13 +02:00
supabase.py feat(prompt): add prompt table, entity and repository (#823) 2023-08-03 09:53:38 +02:00
users.py feat: Introduce repository pattern to prepare adding other database providers (#646) 2023-08-01 23:03:47 +02:00
vectors.py feat: Introduce repository pattern to prepare adding other database providers (#646) 2023-08-01 23:03:47 +02:00