average-vr-35410
12/20/2024, 6:34 PM@step
def partition(self):
for document in documents:
try:
partition = partition_file(document.file_path)
except Exception as e:
print(f"File Partition Error: {document.file_path} \n {e}")
continue
self.next(self.chunk)
hundreds-rainbow-67050
12/20/2024, 7:44 PM