Closed timothycarambat closed 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"}
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.