Allow download documents from document stores, or link to original source
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:
- I uploaded many pdf (user guides) to document store
- I feed the document store into RAG chatbot
- 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)
- 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?
this is doable, will add to item to work on!
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.
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.
Any updates on this feature?
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.
Hello any news on this?
It would still be a very valuable feature 🙏