quivr/backend/core/routes
Laurens Van Keer 68f03b2416
fix(chat routes): HTTPException import correction (#833)
* fix(chat routes): HTTPException import correction

Solves "TypeError: HTTPException() takes no keyword arguments"

* fix(chat routes): error in user id comparison in metadata endpoint

current_user.id is a UUID and must be converted to a string before comparison with the chat.user_id string
2023-08-03 12:11:25 +02:00
..
authorizations feat(backend): implement brain-prompt link (#831) 2023-08-03 10:37:13 +02:00
headers Feat/shareable brains open link authenticated (#676) 2023-07-18 09:47:59 +02:00
__init__.py Feat/backend core (#656) 2023-07-17 07:57:27 +01:00
api_key_routes.py feat: Introduce repository pattern to prepare adding other database providers (#646) 2023-08-01 23:03:47 +02:00
brain_routes.py feat(backend): implement brain-prompt link (#831) 2023-08-03 10:37:13 +02:00
chat_routes.py fix(chat routes): HTTPException import correction (#833) 2023-08-03 12:11:25 +02:00
crawl_routes.py Feat/backend core (#656) 2023-07-17 07:57:27 +01:00
explore_routes.py feat: Introduce repository pattern to prepare adding other database providers (#646) 2023-08-01 23:03:47 +02:00
misc_routes.py Feat/backend core (#656) 2023-07-17 07:57:27 +01:00
prompt_routes.py feat(backend): implement brain-prompt link (#831) 2023-08-03 10:37:13 +02:00
subscription_routes.py feat(backend): implement brain-prompt link (#831) 2023-08-03 10:37:13 +02:00
upload_routes.py feat(backend): implement brain-prompt link (#831) 2023-08-03 10:37:13 +02:00
user_routes.py feat(backend): implement brain-prompt link (#831) 2023-08-03 10:37:13 +02:00