quivr/backend/llm
Zineb El Bachiri 9aaedcff51
Fix/requests limiting (#980)
* 🗃️ Rename users table into user_daily_usage

* 💥 replace User model with UserIdentity model

* 🗃️ New UserDailyUsage class for database interaction

* 🐛 fix daily requests rate limiting per user

* 🐛 fix user stats and properties update

* ✏️ add typing and linting

* 🚚 rename user_dialy_usage Class  into user_usage & requests_count into daily_requests_count

* 🚑 fix some rebase errors
2023-08-21 14:05:13 +02:00
..
models feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
prompts feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
__init__.py feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
base.py Fix/requests limiting (#980) 2023-08-21 14:05:13 +02:00
openai.py fix: update backend tests (#992) 2023-08-21 12:45:32 +02:00
qa_base.py fix: update backend tests (#992) 2023-08-21 12:45:32 +02:00
qa_headless.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00