mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-12 11:26:07 +03:00
375f50356c
# Description New Modules folder with "user" module: - controller: contains the current route - entity: contains the current Models (TO be renamed DTO) - repository: contains the current repo - service: methods used by other modules ## Checklist before requesting a review Please delete options that are not relevant. - [ ] My code follows the style guidelines of this project - [ ] 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): |
||
---|---|---|
.. | ||
__init__.py | ||
create_brain_user.py | ||
create_brain.py | ||
delete_brain_secrets.py | ||
delete_brain_user.py | ||
delete_brain_users.py | ||
delete_brain.py | ||
get_brain_by_id.py | ||
get_brain_details.py | ||
get_brain_for_user.py | ||
get_brain_prompt_id.py | ||
get_brain_users.py | ||
get_default_user_brain_or_create_new.py | ||
get_default_user_brain.py | ||
get_public_brains.py | ||
get_question_context_from_brain.py | ||
get_user_brains.py | ||
set_as_default_brain_for_user.py | ||
update_brain_last_update_time.py | ||
update_brain.py | ||
update_user_rights.py |