Jeremy DiBattista
Jeremy DiBattista
The following PR adds support for Voyage embedding models within the pipeline process. Fixes #3423
**Describe the bug** When a file extension is .PDF instead of .pdf, file splitting does not work as intended ``` INFO: Preparing to split document for partition. WARNING: Given file...
**Describe the bug** In Pipeline -> EmbedderConfig, every embedding model documented here https://docs.unstructured.io/open-source/core-functionality/embedding#voyageaiembeddingencoder is supported except for Voyage throws an error as being not recognized **To Reproduce** ``` from unstructured.ingest.v2.pipeline.pipeline...
**Describe the bug** When calling the API using a .tif file, received a bug "detail": "File type application/octet-stream is not supported." **To Reproduce** My code snippet (to show params being...