[PR #715] [MERGED] 689 links in citation #3470

Closed
opened 2026-02-22 18:33:51 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/715
Author: @timothycarambat
Created: 2/13/2024
Status: Merged
Merged: 2/13/2024
Merged by: @timothycarambat

Base: masterHead: 689-links-in-citation


📝 Commits (4)

  • d04862b Include links in citations
  • 9c3525a show special icons depending on source
  • 97cae81 remove console log
  • 1f8b4f3 reset server documents writeTo

📊 Changes

10 files changed (+92 additions, -28 deletions)

View changed files

📝 collector/processLink/convert/generic.js (+1 -1)
📝 collector/processSingleFile/convert/asAudio.js (+1 -1)
📝 collector/processSingleFile/convert/asDocx.js (+1 -1)
📝 collector/processSingleFile/convert/asMbox.js (+1 -1)
📝 collector/processSingleFile/convert/asOfficeMime.js (+1 -1)
📝 collector/processSingleFile/convert/asPDF.js (+1 -1)
📝 collector/processSingleFile/convert/asTxt.js (+1 -1)
📝 collector/utils/extensions/GithubRepo/index.js (+2 -2)
📝 collector/utils/extensions/YoutubeTranscript/index.js (+1 -1)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx (+82 -18)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #689

What is in this change?

Show clickable links in citations that are linked to external (web) resources. Additionally, render a custom icon depending on the source of the document (youtube, github, web)

Additional Information

this will only apply for documents collected going forward, existing resources will not use this format

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/715 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 2/13/2024 **Status:** ✅ Merged **Merged:** 2/13/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `689-links-in-citation` --- ### 📝 Commits (4) - [`d04862b`](https://github.com/Mintplex-Labs/anything-llm/commit/d04862b00088906fd1c15c808661ed379b06e1f4) Include links in citations - [`9c3525a`](https://github.com/Mintplex-Labs/anything-llm/commit/9c3525a5d6e7843fad41db8899d69c4351904043) show special icons depending on source - [`97cae81`](https://github.com/Mintplex-Labs/anything-llm/commit/97cae81c63ccd04a604d097d15a1510bd68e4ab2) remove console log - [`1f8b4f3`](https://github.com/Mintplex-Labs/anything-llm/commit/1f8b4f331347680623053f228fc8620e5f482aa3) reset server documents writeTo ### 📊 Changes **10 files changed** (+92 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `collector/processLink/convert/generic.js` (+1 -1) 📝 `collector/processSingleFile/convert/asAudio.js` (+1 -1) 📝 `collector/processSingleFile/convert/asDocx.js` (+1 -1) 📝 `collector/processSingleFile/convert/asMbox.js` (+1 -1) 📝 `collector/processSingleFile/convert/asOfficeMime.js` (+1 -1) 📝 `collector/processSingleFile/convert/asPDF.js` (+1 -1) 📝 `collector/processSingleFile/convert/asTxt.js` (+1 -1) 📝 `collector/utils/extensions/GithubRepo/index.js` (+2 -2) 📝 `collector/utils/extensions/YoutubeTranscript/index.js` (+1 -1) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx` (+82 -18) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #689 ### What is in this change? Show clickable links in citations that are linked to external (web) resources. Additionally, render a custom icon depending on the source of the document (youtube, github, web) ### Additional Information _this will only apply for documents collected going forward, existing resources will not use this format_ ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:33:51 -05:00
yindo closed this issue 2026-02-22 18:33:51 -05:00
yindo changed title from [PR #715] 689 links in citation to [PR #715] [MERGED] 689 links in citation 2026-06-05 15:13:34 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3470