meltedhead

Results 3 issues of meltedhead

Hi trent-b: Thanks for this repository, hope you can help with my issue. I have a large json data set that i want to use MultilabelStratifiedShuffleSplit to create a smaller...

### Description I can connect to local ollama model for embeddings etc. I can then upload documents and they are indexed successfully but anytime i try to chat then the...

bug

i have my setup as ``` elements = partition_pdf( filename=pdf_path, strategy="hi_res", chunking_strategy="by_title", include_orig_elements=True, extract_images_in_pdf=True, extract_image_block_types=["Image", "Table"], extract_image_block_output_dir=str(self.dirs["images"]), # Save images to disk extract_image_block_to_payload=False, # Ensure base64 is not used include_page_breaks=True,...