quivr/backend/modules/brain
Stan Girard 785066f9cb
fix(metadata): Removed citation from metadata (#2507)
This pull request removes the citation metadata from the generate_answer
and generate_stream functions. The citation metadata was previously
being added to the streamed_chat_history and metadata dictionaries, but
it is no longer necessary. This change improves the efficiency and
clarity of the code.
2024-04-27 05:19:13 -07:00
..
controller refactor: Refacto code #1 (#2458) 2024-04-20 02:22:05 -07:00
dto feat(brains): added description (#2224) 2024-02-19 21:44:06 -08:00
entity feat: optimization calls (#2417) 2024-04-10 02:45:16 -07:00
integrations feat(docs): update to new (#2465) 2024-04-22 08:34:11 -07:00
rags feat(embedding): keeping citations (#2506) 2024-04-27 05:18:51 -07:00
repository fix(backend): invitation brain bugs (#2380) 2024-03-25 16:13:51 -07:00
service refactor: reorg the files #2 (#2457) 2024-04-20 02:28:20 -07:00
tests tests: added new way of testing less prone to errors 2024-04-15 18:22:21 +02:00
__init__.py refactor: to modules (#1754) 2023-11-30 22:29:28 +01:00
api_brain_qa.py refactor: reorg the files #2 (#2457) 2024-04-20 02:28:20 -07: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 fix(metadata): Removed citation from metadata (#2507) 2024-04-27 05:19:13 -07:00
qa_headless.py refactor: reorg the files #2 (#2457) 2024-04-20 02:28:20 -07:00
qa_interface.py feat(citations): system added (#2498) 2024-04-26 08:11:01 -07:00