quivr/backend/core/parsers
Braden Mars b3455d3686
fix(parsers.github): AttributeError when crawling github repository. (#667)
When attempting to add new files from a crawled github repository, quivr will always fail due to a reference to a non-existant `File.add_files_to_brain` method.

Signed-off-by: Braden Mars <bradenmars@bradenmars.me>
2023-07-20 16:13:25 +02:00
..
__init__.py Feat/backend core (#656) 2023-07-17 07:57:27 +01:00
audio.py Feat/backend core (#656) 2023-07-17 07:57:27 +01:00
common.py Feat/backend core (#656) 2023-07-17 07:57:27 +01:00
csv.py Feat/backend core (#656) 2023-07-17 07:57:27 +01:00
docx.py Feat/backend core (#656) 2023-07-17 07:57:27 +01:00
epub.py Feat/backend core (#656) 2023-07-17 07:57:27 +01:00
github.py fix(parsers.github): AttributeError when crawling github repository. (#667) 2023-07-20 16:13:25 +02:00
html.py Feat/backend core (#656) 2023-07-17 07:57:27 +01:00
markdown.py Feat/backend core (#656) 2023-07-17 07:57:27 +01:00
notebook.py Feat/backend core (#656) 2023-07-17 07:57:27 +01:00
odt.py Feat/backend core (#656) 2023-07-17 07:57:27 +01:00
pdf.py Feat/backend core (#656) 2023-07-17 07:57:27 +01:00
powerpoint.py Feat/backend core (#656) 2023-07-17 07:57:27 +01:00
txt.py Feat/backend core (#656) 2023-07-17 07:57:27 +01:00