Skip to content

Commit

Permalink
Random message
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas committed Jun 1, 2024
1 parent 0d1360b commit 3f74c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aifs/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def chunk_file(file_path):
return [c.text for c in chunks]

except ImportError:
print("Please run 'pip install \"unstructured[all-docs]\"' to improve document-reading performance.")
# print("Please run 'pip install \"unstructured[all-docs]\"' to improve document-reading performance.")

def chunk_file(file_path):
with open(file_path, 'r', encoding='utf-8') as file:
Expand Down

0 comments on commit 3f74c6a

Please sign in to comment.