quivr/backend/parsers
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
..
__init__.py feat(refacto): changed a bit of things to make better dx (#984) 2023-08-19 13:32:16 +02:00
audio.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
code_python.py feat(backend): adds python code parsing (#1003) 2023-08-22 12:05:31 +02:00
common.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
csv.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
docx.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
epub.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
github.py feat(file-system): added queue and filesystem (#1159) 2023-09-14 11:56:59 +02:00
html.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
markdown.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
notebook.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
odt.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
pdf.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
powerpoint.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
txt.py improve (importing): reorganization of the import structure (#964) 2023-08-21 12:25:16 +02:00
xlsx.py add xlsx and xls parser (#997) 2023-08-21 12:56:48 +02:00