quivr/backend
Stan Girard e4f920120f
Add max_input and max_tokens parameters to KnowledgeBrainQA constructor (#2247)
This pull request adds the `max_input` and `max_tokens` parameters to
the `KnowledgeBrainQA` constructor. These parameters allow for setting
the maximum input length and maximum number of tokens for the
KnowledgeBrainQA model. This provides more flexibility and control over
the input size and tokenization process.
2024-02-22 15:38:25 -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 Add max_input and max_tokens parameters to KnowledgeBrainQA constructor (#2247) 2024-02-22 15:38:25 -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 Reduce sampling rate for Sentry traces (#2245) 2024-02-22 14:48:45 -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