quivr/backend/repository
HamzaKhalid 024dd5a264
fix(user identity): User identity dict has no attribute user_id and open_api_key (#1351)
# Description
Trying to access access 'user identity' attributes as attribute of
dictionary which throws an error since the attributes are actually the
key in the dictionary not an attribute of the dictionary object.

## 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

## Screenshots (if appropriate):
<img width="795" alt="image"
src="https://github.com/StanGirard/quivr/assets/88370405/7db55e74-159c-43e1-b9f7-8384dad9be30">

Co-authored-by: HamzaKhalid-bboxx <127825841+HamzaKhalid-bboxx@users.noreply.github.com>
Co-authored-by: Zineb El Bachiri <100568984+gozineb@users.noreply.github.com>
2023-10-11 16:06:37 +02:00
..
brain feat: allow setting public brain status to private (#1258) 2023-09-26 10:35:52 +02:00
brain_subscription fix: fix minor bugs (#1070) 2023-08-31 10:41:02 +02:00
chat feat: merge chat history with chat notifications (#1127) 2023-09-07 17:23:31 +02:00
files feat: knowledge tab list (#1222) 2023-09-22 16:06:04 +02:00
knowledge feat: knowledge tab list (#1222) 2023-09-22 16:06:04 +02:00
notification feat: merge chat history with chat notifications (#1127) 2023-09-07 17:23:31 +02:00
onboarding feat: track onboarding events (#1388) 2023-10-11 15:56:28 +02:00
prompt improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
user fix: fix minor bugs (#1070) 2023-08-31 10:41:02 +02:00
user_identity fix(user identity): User identity dict has no attribute user_id and open_api_key (#1351) 2023-10-11 16:06:37 +02:00
__init__.py feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00