quivr/backend/modules/brain
Thoonsen Maxime dc6bd53519
refactor: reorg files in backend (#2449)
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):


<!--
ELLIPSIS_HIDDEN
-->
----

| 🚀 This description was created by
[Ellipsis](https://www.ellipsis.dev) for commit
997576d577 |
|--------|

### Summary:
This PR involves a significant refactoring of the codebase, with file
and class relocations and renames, and updated import paths, without
introducing new functionality.

**Key points**:
- Significant refactoring of the codebase for improved organization and
clarity.
- File and class relocations and renames.
- Updated import paths to reflect new locations and names.
- No new functionality introduced.


----
Generated with ❤️ by [ellipsis.dev](https://www.ellipsis.dev)

<!--
ELLIPSIS_HIDDEN
-->
2024-04-19 22:25:03 -10:00
..
controller refactor: reorg files in backend (#2449) 2024-04-19 22:25:03 -10: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 refactor: reorg files in backend (#2449) 2024-04-19 22:25:03 -10:00
rags refactor: reorg files in backend (#2449) 2024-04-19 22:25:03 -10:00
repository fix(backend): invitation brain bugs (#2380) 2024-03-25 16:13:51 -07:00
service refactor: reorg files in backend (#2449) 2024-04-19 22:25:03 -10: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 files in backend (#2449) 2024-04-19 22:25:03 -10: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: reorg files in backend (#2449) 2024-04-19 22:25:03 -10:00
qa_headless.py refactor: reorg files in backend (#2449) 2024-04-19 22:25:03 -10: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