quivr/backend/models
Stan Girard 1d33fbd3eb
feat(file-system): added queue and filesystem (#1159)
* feat(queue): added

* feat(crawling): added queue

* fix(crawler): fixed github

* feat(docker): simplified docker compose

* feat(celery): added worker

* feat(files): now uploaded

* feat(files): missing routes

* feat(delete): added

* feat(storage): added policy and migrations

* feat(sqs): implemented

* feat(redis): added queue name variable

* fix(task): updated

* style(env): emoved unused env

* ci(tests): removed broken tests
2023-09-14 11:56:59 +02:00
..
databases feat(file-system): added queue and filesystem (#1159) 2023-09-14 11:56:59 +02:00
__init__.py Fix/requests limiting (#980) 2023-08-21 14:05:13 +02:00
brain_entity.py feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
brains_subscription_invitations.py feat(shareBrain): prevent re inviting users with access (#1063) 2023-08-30 15:55:06 +02:00
brains.py feat(file-system): added queue and filesystem (#1159) 2023-09-14 11:56:59 +02:00
chat.py feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
chats.py feat: add brain prompt overwritting from chat (#1012) 2023-08-22 14:23:27 +02:00
files.py feat(file-system): added queue and filesystem (#1159) 2023-09-14 11:56:59 +02:00
notifications.py feat: add notifications table, and push notification on upload and crawl (#1125) 2023-09-07 13:22:06 +02:00
prompt.py feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
settings.py feat: the good user management (#1158) 2023-09-13 13:47:12 +02:00
sqlalchemy_repository.py Fix/requests limiting (#980) 2023-08-21 14:05:13 +02:00
user_identity.py Fix/requests limiting (#980) 2023-08-21 14:05:13 +02:00
user_usage.py feat: the good user management (#1158) 2023-09-13 13:47:12 +02:00