quivr/backend
Stan Girard 5f862e7c31
feat(chat): Add follow up questions functionality (#2241)
This pull request adds the ability to ask follow up questions in the
chat. It also includes various code improvements and bug fixes.
2024-02-22 13:02:29 -08:00
..
.vscode feat: ⚙️🐞 configure debugger for the backend (#1345) 2023-10-09 15:23:13 +02:00
llm feat(lcel): migrated to lcel and pydantic (#2185) 2024-02-14 14:01:35 -08:00
middlewares refactor: to modules (#1754) 2023-11-30 22:29:28 +01:00
models feat(lcel): migrated to lcel and pydantic (#2185) 2024-02-14 14:01:35 -08:00
modules feat(chat): Add follow up questions functionality (#2241) 2024-02-22 13:02:29 -08:00
packages feat: Update dependencies and remove unnecessary logging statements (#2232) 2024-02-20 16:59:58 -08:00
repository fix: get_brain_details API to include user_id parameter (#2242) 2024-02-22 12:48:34 -08:00
routes fix: get_brain_details API to include user_id parameter (#2242) 2024-02-22 12:48:34 -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(custom): big brain (#2198) 2024-02-16 17:14:30 -08:00
.dockerignore feat: 🎸 docker reduced size by 2 (#1653) 2023-11-18 19:23:56 +01:00
celery_config.py fix: Update Celery config to remove SSL certificate requirement 2024-02-20 19:56:14 -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 Add libpq-dev and gcc to Dockerfile 2024-02-14 20:29:57 -08:00
Dockerfile.dev fix(frontend): history to threads (#2201) 2024-02-16 16:28:27 -08:00
logger.py feat(integration): implementation (#2191) 2024-02-14 20:07:53 -08:00
main.py feat: 🎸 telemetry (#2169) 2024-02-07 20:44:37 -08:00
manage_services.sh feat(integration): implementation (#2191) 2024-02-14 20:07:53 -08: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(integration): implementation (#2191) 2024-02-14 20:07:53 -08:00