[PR #161] [MERGED] improve citations to show all text chunks referred and expand the citation to view full referenced text #3225

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/161
Author: @timothycarambat
Created: 7/28/2023
Status: Merged
Merged: 7/28/2023
Merged by: @timothycarambat

Base: masterHead: improve-citations


📝 Commits (2)

  • 0175906 improve citations to show all text chunks referred and expand the citation to view full referenced text
  • 9e34f3f remove debug

📊 Changes

9 files changed (+146 additions, -120 deletions)

View changed files

📝 frontend/src/components/Sidebar/index.jsx (+2 -2)
frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx (+99 -0)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx (+3 -46)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/PromptReply/index.jsx (+2 -45)
📝 frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx (+14 -10)
📝 frontend/src/index.css (+20 -0)
📝 frontend/tailwind.config.js (+1 -1)
📝 server/utils/helpers/index.js (+2 -8)
📝 server/utils/vectorDbProviders/lance/index.js (+3 -8)

📄 Description

Screen Shot 2023-07-27 at 10 30 58 PM

🔄 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/161 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 7/28/2023 **Status:** ✅ Merged **Merged:** 7/28/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `improve-citations` --- ### 📝 Commits (2) - [`0175906`](https://github.com/Mintplex-Labs/anything-llm/commit/017590627a091460e93a7e9c0c9365e5d9ab4530) improve citations to show all text chunks referred and expand the citation to view full referenced text - [`9e34f3f`](https://github.com/Mintplex-Labs/anything-llm/commit/9e34f3fc5f501bd8c5293e97cc07c413389e37ab) remove debug ### 📊 Changes **9 files changed** (+146 additions, -120 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Sidebar/index.jsx` (+2 -2) ➕ `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx` (+99 -0) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/HistoricalMessage/index.jsx` (+3 -46) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/PromptReply/index.jsx` (+2 -45) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/PromptInput/index.jsx` (+14 -10) 📝 `frontend/src/index.css` (+20 -0) 📝 `frontend/tailwind.config.js` (+1 -1) 📝 `server/utils/helpers/index.js` (+2 -8) 📝 `server/utils/vectorDbProviders/lance/index.js` (+3 -8) </details> ### 📄 Description <img width="1238" alt="Screen Shot 2023-07-27 at 10 30 58 PM" src="https://github.com/Mintplex-Labs/anything-llm/assets/16845892/9eee238c-294a-4f68-a702-96baf97051a7"> --- <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:19 -05:00
yindo closed this issue 2026-02-22 18:33:19 -05: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#3225