[PR #316] [MERGED] 315 show citations based on relevancy score #3297

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/316
Author: @timothycarambat
Created: 10/31/2023
Status: Merged
Merged: 11/6/2023
Merged by: @timothycarambat

Base: masterHead: 315-show-citations-based-on-relevancy-score


📝 Commits (9)

  • 703516f settings for similarity score threshold and prisma schema updated
  • 1b66657 prisma schema migration for adding similarityScore setting
  • 0b1bec4 WIP
  • 3c16040 Min score default change
  • 417f35c added similarityThreshold checking for all vectordb providers
  • 8985570 linting
  • 414df63 Merge branch 'master' into 315-show-citations-based-on-relevancy-score
  • 471485b Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 315-show-citations-based-on-relevancy-score
  • 68b8633 merge with master and pass in similaritySearch value

📊 Changes

10 files changed (+107 additions, -21 deletions)

View changed files

📝 frontend/src/components/Modals/MangeWorkspace/Settings/index.jsx (+36 -0)
📝 server/models/workspace.js (+1 -0)
server/prisma/migrations/20231101001441_init/migration.sql (+2 -0)
📝 server/prisma/schema.prisma (+12 -11)
📝 server/utils/chats/index.js (+1 -0)
📝 server/utils/vectorDbProviders/chroma/index.js (+14 -2)
📝 server/utils/vectorDbProviders/lance/index.js (+10 -2)
📝 server/utils/vectorDbProviders/pinecone/index.js (+11 -2)
📝 server/utils/vectorDbProviders/qdrant/index.js (+10 -2)
📝 server/utils/vectorDbProviders/weaviate/index.js (+10 -2)

📄 Description

resolves #315


🔄 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/316 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 10/31/2023 **Status:** ✅ Merged **Merged:** 11/6/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `315-show-citations-based-on-relevancy-score` --- ### 📝 Commits (9) - [`703516f`](https://github.com/Mintplex-Labs/anything-llm/commit/703516f233059d4b1214dfb19a31a3f6d560733b) settings for similarity score threshold and prisma schema updated - [`1b66657`](https://github.com/Mintplex-Labs/anything-llm/commit/1b66657c4962539f8dc6cf79633a965849b25225) prisma schema migration for adding similarityScore setting - [`0b1bec4`](https://github.com/Mintplex-Labs/anything-llm/commit/0b1bec47437b866fe93f64e9bb36014d68a6a6d2) WIP - [`3c16040`](https://github.com/Mintplex-Labs/anything-llm/commit/3c160405cbd1ef8b2870f116b67e54612cbe0c8c) Min score default change - [`417f35c`](https://github.com/Mintplex-Labs/anything-llm/commit/417f35cc2ea66e368f6d7ad94ee73fb1802ebfcc) added similarityThreshold checking for all vectordb providers - [`8985570`](https://github.com/Mintplex-Labs/anything-llm/commit/898557064f7587ba649ae498531c6aa1afbe51ed) linting - [`414df63`](https://github.com/Mintplex-Labs/anything-llm/commit/414df63b4b40cfb9d9b762e8066762c623abf764) Merge branch 'master' into 315-show-citations-based-on-relevancy-score - [`471485b`](https://github.com/Mintplex-Labs/anything-llm/commit/471485ba963134da7b9f41350c2f533f54f25def) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into 315-show-citations-based-on-relevancy-score - [`68b8633`](https://github.com/Mintplex-Labs/anything-llm/commit/68b8633d8b74a736b0edea87fe6cca42d4c606a0) merge with master and pass in similaritySearch value ### 📊 Changes **10 files changed** (+107 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/Modals/MangeWorkspace/Settings/index.jsx` (+36 -0) 📝 `server/models/workspace.js` (+1 -0) ➕ `server/prisma/migrations/20231101001441_init/migration.sql` (+2 -0) 📝 `server/prisma/schema.prisma` (+12 -11) 📝 `server/utils/chats/index.js` (+1 -0) 📝 `server/utils/vectorDbProviders/chroma/index.js` (+14 -2) 📝 `server/utils/vectorDbProviders/lance/index.js` (+10 -2) 📝 `server/utils/vectorDbProviders/pinecone/index.js` (+11 -2) 📝 `server/utils/vectorDbProviders/qdrant/index.js` (+10 -2) 📝 `server/utils/vectorDbProviders/weaviate/index.js` (+10 -2) </details> ### 📄 Description resolves #315 --- <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:29 -05:00
yindo closed this issue 2026-02-22 18:33:29 -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#3297