quivr/backend
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
..
.vscode feat: ⚙️🐞 configure debugger for the backend (#1345) 2023-10-09 15:23:13 +02:00
middlewares feat: new landing page (#2264) 2024-02-25 18:09:01 -08:00
models refactor: reorg files in backend (#2449) 2024-04-19 22:25:03 -10:00
modules refactor: reorg files in backend (#2449) 2024-04-19 22:25:03 -10:00
packages refactor: reorg files in backend (#2449) 2024-04-19 22:25:03 -10:00
routes refactor: reorg files in backend (#2449) 2024-04-19 22:25:03 -10:00
supabase/functions/add-new-email feat: new landing page (#2264) 2024-02-25 18:09:01 -08:00
tests refactor: reorg files in backend (#2449) 2024-04-19 22:25:03 -10:00
utils refactor: reorg files in backend (#2449) 2024-04-19 22:25:03 -10:00
vectorstore feat(custom): big brain (#2198) 2024-02-16 17:14:30 -08:00
__init__.py refactor: reorg files in backend (#2449) 2024-04-19 22:25:03 -10:00
.dockerignore feat(notion): added custom integration (#2268) 2024-02-27 21:30:25 -08:00
celery_config.py fix: Update Celery config to remove SSL certificate requirement 2024-02-20 19:56:14 -08:00
celery_worker.py fix: logger level and telemetry function calls (#2409) 2024-04-06 18:35:57 -07:00
Dockerfile Add libpq-dev and gcc to Dockerfile 2024-02-14 20:29:57 -08:00
Dockerfile.dev fix: logger level and telemetry function calls (#2409) 2024-04-06 18:35:57 -07:00
logger.py fix: logger level and telemetry function calls (#2409) 2024-04-06 18:35:57 -07:00
main.py feat: Add assistant module and remove ingestion module (#2420) 2024-04-10 04:28:22 -07: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: Update Docker build commands and dependencies (#2441) 2024-04-17 14:37:32 -07:00