Mintplex-Labs / vector-admin

The universal tool suite for vector database management. Manage Pinecone, Chroma, Qdrant, Weaviate and more vector databases with ease.
https://vectoradmin.com/
MIT License
1.49k stars 227 forks source link

uploading a PDF file only 1 vector #57

Closed Nikto655 closed 1 year ago

Nikto655 commented 1 year ago

I tried to upload a pdf file that consists of 20+ pages, but it seems that only the title page was uploaded. There only 1 vector present after uploading.

timothycarambat commented 1 year ago

You should inspect the resulting documents object that is created. It is possible that your PDF is not parseable from its source. This could be for many reasons (encoding, language, special text, PDF text is encoded as image)