quivr/backend
Hamza Kyamanywa 75590093b9
fix(backend): typo in word response (#2158)
# Description

* This just corrects the word response in the function that reads chat
history.
* I have also noticed a little automatic change due to formatting. But
the update seems to be inline with the accepted formatting of this
project so I kept it.

## Checklist before requesting a review

Please delete options that are not relevant.

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [x] New and existing unit tests pass locally with my changes
- [x] Any dependent changes have been merged

## Screenshots (if appropriate):
2024-02-06 20:10:19 -08:00
..
.vscode feat: ⚙️🐞 configure debugger for the backend (#1345) 2023-10-09 15:23:13 +02:00
llm feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00
middlewares refactor: to modules (#1754) 2023-11-30 22:29:28 +01:00
models feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00
modules fix(backend): typo in word response (#2158) 2024-02-06 20:10:19 -08:00
packages feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00
repository fix: 🐛 upload (#2112) 2024-01-28 21:35:10 -08:00
routes feat: 🎸 sources (#2092) 2024-01-25 18:56:54 -08: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 feat: Update pytest command in Makefile and add new test (#1893) 2023-12-14 14:20:34 +01:00
vectorstore feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00
.dockerignore feat: 🎸 docker reduced size by 2 (#1653) 2023-11-18 19:23:56 +01:00
celery_config.py feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00
celery_worker.py feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00
conftest.py fix: 🐛 tests (#2095) 2024-01-26 16:10:16 -08:00
Dockerfile feat: 🎸 api (#2078) 2024-01-25 15:56:46 -08:00
Dockerfile.dev feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00
logger.py feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00
main.py feat: Update pytest command in Makefile and add new test (#1893) 2023-12-14 14:20:34 +01: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(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00