quivr/backend/packages/files/parsers
Stan Girard 03c49693b7
feat(chunks): now chunk size is saved in database dynamically and not just 500 (#2164)
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## 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):
2024-02-06 23:23:37 -08:00
..
__init__.py refactor: create "files" package (#1626) 2023-11-14 09:52:44 +01:00
audio.py feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00
code_python.py feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00
common.py feat(chunks): now chunk size is saved in database dynamically and not just 500 (#2164) 2024-02-06 23:23:37 -08:00
csv.py feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00
docx.py feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00
epub.py feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00
github.py feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00
html.py feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00
markdown.py feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00
notebook.py feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00
odt.py feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00
pdf.py feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00
powerpoint.py feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00
telegram.py feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00
txt.py feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00
xlsx.py feat(integrations): integration with Notion in the backend (#2123) 2024-02-05 21:02:46 -08:00