-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
Description
What would you like to see?
After uploading a document a parsed JSON file is stored in “custom-documents”. That file contains the information:
- "url": “file://C:\Users\[USER]\AppData\Roaming\anythingllm-desktop\storage\hotdir\[NAME_OF_THE_SOURCE_FILE.EXTENSION]"
- "docSource": "pdf file uploaded by the user."
To my understanding this information is useless.
Would it instead be possible to store the path URL of the originally uploaded source document?
Would it also be possible to show that link in the LLM reply as a reference and also to allow the user to open that document and maybe even to see the refereed text highlighted?