mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2026-03-02 22:57:05 -05:00
[FEAT]: Store source URL; Link to the source document #592
Labels
No labels
Desktop
Docker
Integration Request
Integration Request
OS: Linux
OS: Mobile
OS: Windows
UI/UX
blocked
bug
bug
core-team-only
documentation
duplicate
embed-widget
enhancement
feature request
github_actions
good first issue
investigating
needs info / can't replicate
possible bug
question
stage: specifications
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anything-llm#592
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Tiberius1313 on GitHub (Mar 24, 2024).
What would you like to see?
After uploading a document a parsed JSON file is stored in “custom-documents”. That file contains the information:
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?
@timothycarambat commented on GitHub (Mar 25, 2024):
The reason why this data is omitted and/or useless (it's not even used in inferencing) is because
There is some ideas for "living" files but this would be handled in a different way for local files and would be unavailable for hosted instances regardless since the #1 point still applies.
Currently, the functionality described only works for URLS