Document Retrieval

Is it possible to provide a complete document/file to a user that is stored in the KB? Or alternatively from a seperate URL? Like images or a PDF?

Cheers
T

I dont think so. It would require a very sophisticated RAG pipeline. Exactly the reason why i raised a feature request for connecting to an external RAG pipeline.

I was just recently working on a pickaxe where i pulled info back from a google sheet. I dont see any reason why the entry could not be a URL

Do you mean like in the form of a citation? On an answer-by-answer basis? Or do you just want a document on-hand for the user to see?

You cannot have the Pickaxe give an entire document to someone.

You can, however, have your Pickaxe give a link to a document. If you put a link in the URL and instruct it to give it out, it will.

Got it I guess I can live with giving the link. Just seems like it should be a thing.
Cheers