Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Content Extractor Module #21

Conversation

bsuryadevara
Copy link

  • Added Haystack Converter API to convert CSV, PDF, DOCX to text.

def read_pdf_file(file):
outgoing_edges = 1

def convert(self,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
def convert(self,
def convert_csv_to_document(self,

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

convert function is an abstractmethod of Haystack BaseConverter API

examples/llm/common/content_extractor_module.py Outdated Show resolved Hide resolved
examples/llm/common/content_extractor_module.py Outdated Show resolved Hide resolved
examples/llm/common/content_extractor_module.py Outdated Show resolved Hide resolved
bsuryadevara and others added 7 commits January 10, 2024 14:36
Co-authored-by: Devin Robison <drobison00@users.noreply.github.com>
Co-authored-by: Devin Robison <drobison00@users.noreply.github.com>
Co-authored-by: Devin Robison <drobison00@users.noreply.github.com>
…:drobison00/devin-morpheus-public into bhargav_fea_1453_simplify_vectordb_example
…om:bsuryadevara/Morpheus into bhargav_fea_1453_simplify_vectordb_example
@drobison00 drobison00 merged commit c20b4a5 into drobison00:devin_fea_1453_simplify_vectordb_example Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants