Flowise icon indicating copy to clipboard operation
Flowise copied to clipboard

Allow download documents from document stores, or link to original source

Open kstan79 opened this issue 1 year ago • 7 comments

Describe the feature you'd like Flowise RAG allow provide the source of reference which is good, if possible I would like to provide the link to the source. Either from local file or remote source My use case:

  1. I uploaded many pdf (user guides) to document store
  2. I feed the document store into RAG chatbot
  3. When the chatbot provide answer and reference, it also indicate it come from which file and which page (which is implemented in flowise default prompt)
  4. I wish to allow chatbot share the pdf to user, use can click the link to open the pdf

Additional context

  • this features implemented in ragflow, i think it is possible to do in flowise? image

kstan79 avatar Aug 28 '24 06:08 kstan79

this is doable, will add to item to work on!

HenryHengZJ avatar Aug 28 '24 16:08 HenryHengZJ

Related to that it would be great if file upload to the document store could be enabled without having to have a connected vector store that indexes the documents.

Our use-case is one where we want to upload files, and then forward URLs to access them to an external service via a custom tool call.

hobofan avatar Sep 12 '24 09:09 hobofan

It would be great if it's possible to link to the source. We already have the source in the VectorStoreRetriever, but it seem like there is no way to pass the source to the context for the LLM to understand where it got the context from.

BenjaminEjlertsen avatar Sep 27 '24 07:09 BenjaminEjlertsen

Any updates on this feature?

bufibufon avatar Dec 13 '24 14:12 bufibufon

Any news on this, @HenryHengZJ? Another approach (a light version, maybe) could be to be able to define the name of a metadata parameter of the vector that should be returned with the anser. E.g., if a user is defining "Report title" or "Source URL" as parameters in the metadata while upserting, these parameters could be returned with the answer to make the source of knowledge more transparent when working with RAG.

briansoegaard avatar Jan 21 '25 09:01 briansoegaard

Hello any news on this?

acecconato avatar Apr 05 '25 18:04 acecconato

It would still be a very valuable feature 🙏

briansoegaard avatar Apr 05 '25 19:04 briansoegaard