quivr/backend
Matthieu Jacq cee050a2e4
feat: POST on /contact to contact quivr team by email (#1466)
# Description

Issue: #1445
Epic: #1232

## ⚠️ À rajouter en variables d'environnement

```env
RESEND_CONTACT_SALES_FROM=contact_sales@resend.dev
RESEND_CONTACT_SALES_TO=<change-me>
```
2023-10-23 17:58:45 +02:00
..
.vscode feat: ⚙️🐞 configure debugger for the backend (#1345) 2023-10-09 15:23:13 +02:00
auth 🚑 fix quivr api key types (#1022) 2023-08-22 18:10:17 +02:00
crawl test: skip failing linter tests (#1036) 2023-08-25 12:03:13 +02:00
llm refactor(backend): cleaning dead and unused code (#1432) 2023-10-19 15:52:20 +02:00
middlewares feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
models feat: POST on /contact to contact quivr team by email (#1466) 2023-10-23 17:58:45 +02:00
parsers feat(upload): changed to task (#1178) 2023-09-15 15:52:06 +02:00
repository feat: POST on /contact to contact quivr team by email (#1466) 2023-10-23 17:58:45 +02:00
routes feat: POST on /contact to contact quivr team by email (#1466) 2023-10-23 17:58:45 +02:00
supabase/functions/add-new-email feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
tests fix: update backend tests (#992) 2023-08-21 12:45:32 +02:00
utils feat: POST on /contact to contact quivr team by email (#1466) 2023-10-23 17:58:45 +02:00
vectorstore fix: update backend tests (#992) 2023-08-21 12:45:32 +02:00
celery_task.py fix(aws): fixed cpu 1 2023-09-21 11:26:58 +02:00
celery_worker.py feat: add a cron to remove onboarding more than 7 days (#1397) 2023-10-16 16:11:34 +02:00
chat_service.py test: skip failing linter tests (#1036) 2023-08-25 12:03:13 +02:00
crawl_service.py test: skip failing linter tests (#1036) 2023-08-25 12:03:13 +02:00
Dockerfile feat: ⚙️🐞 configure debugger for the backend (#1345) 2023-10-09 15:23:13 +02:00
logger.py feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
main.py feat: POST on /contact to contact quivr team by email (#1466) 2023-10-23 17:58:45 +02:00
pyrightconfig.json feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
requirements.txt feat(litellm): adding huggingface compatibility mistral 2023-10-03 17:18:50 +02:00
upload_service.py test: skip failing linter tests (#1036) 2023-08-25 12:03:13 +02:00