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

Flowise document import not finding a name #29

Closed timothycarambat closed 1 year ago

timothycarambat commented 1 year ago

When documents are implemented via Flowise all documents come through named as blob which results in massive documents that are all merged into a single document. These documents should be parsed according to their document title or be given a new document name totally.

timothycarambat commented 1 year ago

This is a result of Flowise not appending any metadata to the embedding of a document. This is marked as wontfix now since it is on the burden of the user to built a Flowise flow that adds metadata with a key title to the document via Flowise ingestion and embedding.

example metadata for Flowise

{title: "My document name.pdf"}