FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
29.81k stars 15.36k forks source link

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

Open kstan79 opened 2 weeks ago

kstan79 commented 2 weeks ago

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

HenryHengZJ commented 2 weeks ago

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

hobofan commented 3 days ago

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.