quivr/backend/routes
Zineb El Bachiri e3a99d1ace
refactor: chat_routes (#1512)
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):
2023-10-30 10:18:23 +01:00
..
authorizations feat: allow setting public brain status to private (#1258) 2023-09-26 10:35:52 +02:00
chat refactor: chat_routes (#1512) 2023-10-30 10:18:23 +01:00
headers feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
__init__.py feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
api_key_routes.py test: skip failing linter tests (#1036) 2023-08-25 12:03:13 +02:00
brain_routes.py refactor(backend): cleaning dead and unused code (#1432) 2023-10-19 15:52:20 +02:00
chat_routes.py refactor: chat_routes (#1512) 2023-10-30 10:18:23 +01:00
contact_routes.py feat: POST on /contact to contact quivr team by email (#1466) 2023-10-23 17:58:45 +02:00
crawl_routes.py feat: get files from storage (#1205) 2023-09-20 09:35:37 +02:00
explore_routes.py Fix/requests limiting (#980) 2023-08-21 14:05:13 +02:00
knowledge_routes.py ✏️ fix urls to avoid 307 (#1253) 2023-09-25 12:13:48 +02:00
misc_routes.py feat(health): added endpoint for services (#989) 2023-08-20 23:20:57 +02:00
notification_routes.py feat: add polling for pending notifications (#1152) 2023-09-12 18:00:46 +02:00
onboarding_routes.py feat: remove user onboarding on complete (#1387) 2023-10-11 09:46:57 +02:00
prompt_routes.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
subscription_routes.py feat: allow user to unsubscribe from a brain (#1254) 2023-09-25 14:22:59 +02:00
upload_routes.py feat: get files from storage (#1205) 2023-09-20 09:35:37 +02:00
user_routes.py feat: setup premium feature backend (#1467) 2023-10-23 18:19:04 +02:00