quivr/backend/modules/brain
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
..
controller feat(brains): added description (#2224) 2024-02-19 21:44:06 -08:00
dto feat(brains): added description (#2224) 2024-02-19 21:44:06 -08:00
entity feat: Add max_files attribute to MinimalUserBrainEntity and BrainsUsers repository (#2229) 2024-02-20 14:31:25 -08:00
integrations feat: Add pricing calculation method to GPT4Brain class and update user usage in chat controller (#2216) 2024-02-19 17:29:45 -08:00
rags Revert "feat(chat): Add follow up questions functionality" (#2246) 2024-02-22 15:35:39 -08:00
repository feat: Update dependencies and remove unnecessary logging statements (#2232) 2024-02-20 16:59:58 -08:00
service feat: Update dependencies and remove unnecessary logging statements (#2232) 2024-02-20 16:59:58 -08:00
tests feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00
__init__.py refactor: to modules (#1754) 2023-11-30 22:29:28 +01:00
api_brain_qa.py feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00
composite_brain_qa.py Remove unused 'model' variable and logging statements (#2228) 2024-02-20 02:14:02 -08:00
knowledge_brain_qa.py Add max_input and max_tokens parameters to KnowledgeBrainQA constructor (#2247) 2024-02-22 15:38:25 -08:00
qa_headless.py feat(lcel): migrated to lcel and pydantic (#2185) 2024-02-14 14:01:35 -08:00
qa_interface.py feat: Add pricing calculation method to GPT4Brain class and update user usage in chat controller (#2216) 2024-02-19 17:29:45 -08:00