Ingesting PDFs to Weaviate

Hi everyone,

I’d love to start a discussion around ingesting PDFs to Weaviate. We recently published a blog post and demo on using Unstructured and would love to hear your feedback on how you handle importing different data sources to Weaviate.

Here is the blog post, notebook, and podcast for more context. :slightly_smiling_face:

4 Likes

So, to send pdf data into my Weavaite, I am using
langchain’s PyPDFLoader. I am creating a dataframe of my pdf and then loading data nto Weaviate.

1 Like