Skip to content

Commit

Permalink
Merge branch 'main' into feat/llama-index-version-update
Browse files Browse the repository at this point in the history
  • Loading branch information
pk-zipstack committed Jan 16, 2025
1 parent 8e8cb09 commit 251ecd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/classifier/src/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def _extract_from_adapter(self, file: str, adapter_id: str) -> Optional[str]:
self.tool.stream_log("Text extraction adapter has been created successfully.")

try:
if self.workflow_filestorage:
if self.tool.workflow_filestorage:
extraction_result: TextExtractionResult = x2text.process(
input_file_path=file, fs=self.tool.workflow_filestorage
)
Expand Down

0 comments on commit 251ecd7

Please sign in to comment.