quivr/backend/modules/brain
Stan Girard 21e239c208
feat(brain): Add ProxyBrain integration (#2536)
This pull request adds the ProxyBrain integration to the project. The
ProxyBrain class is responsible for handling conversational QA and
generating answers based on the provided chat history and question.
2024-05-03 06:53:51 -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(backend): use SQLAlchemy instead od supabase API (#2516) 2024-04-29 01:27:50 -07:00
integrations feat(brain): Add ProxyBrain integration (#2536) 2024-05-03 06:53:51 -07:00
rags feat(supabase): Add logging statements and refactor Supabase client creation (#2514) 2024-04-28 07:23:14 -07:00
repository feat(backend): use SQLAlchemy instead od supabase API (#2516) 2024-04-29 01:27:50 -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 Refactor logging configuration and remove unused imports 2024-04-28 13:35:07 +02: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