[PR #304] [MERGED] 282 return relevancy score with similarityresponse #3292

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/304
Author: @shatfield4
Created: 10/27/2023
Status: Merged
Merged: 10/30/2023
Merged by: @timothycarambat

Base: masterHead: 282-return-relevancy-score-with-similarityresponse


📝 Commits (6)

  • 0103633 include score value in similarityResponse for weaviate
  • 4b27430 include score value in si
  • fdafc70 include score value in si
  • 29dc228 include score value in similarityResponse for chroma
  • 744ba66 include score value in similarityResponse for lancedb
  • fc65248 distance to similarity

📊 Changes

5 files changed (+25 additions, -2 deletions)

View changed files

📝 server/utils/vectorDbProviders/chroma/index.js (+8 -0)
📝 server/utils/vectorDbProviders/lance/index.js (+8 -0)
📝 server/utils/vectorDbProviders/pinecone/index.js (+2 -0)
📝 server/utils/vectorDbProviders/qdrant/index.js (+3 -0)
📝 server/utils/vectorDbProviders/weaviate/index.js (+4 -2)

📄 Description

resolves #282

• Includes relevancy score with similarityResponse for each vector database provider
• Will be used in the future to display citations based on relevancy score to chat question asked


🔄 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/304 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 10/27/2023 **Status:** ✅ Merged **Merged:** 10/30/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `282-return-relevancy-score-with-similarityresponse` --- ### 📝 Commits (6) - [`0103633`](https://github.com/Mintplex-Labs/anything-llm/commit/01036336d8b161909b815f038ed56ad4d546acc5) include score value in similarityResponse for weaviate - [`4b27430`](https://github.com/Mintplex-Labs/anything-llm/commit/4b2743005403913394888204ba857972de90c022) include score value in si - [`fdafc70`](https://github.com/Mintplex-Labs/anything-llm/commit/fdafc70a130e26edf4fc0e762a2a9d05051040d1) include score value in si - [`29dc228`](https://github.com/Mintplex-Labs/anything-llm/commit/29dc228d727a08d10fbb5c72a6890c9ba7b5f6ef) include score value in similarityResponse for chroma - [`744ba66`](https://github.com/Mintplex-Labs/anything-llm/commit/744ba669d09f2c6629e84ff3630d82ac00bf5050) include score value in similarityResponse for lancedb - [`fc65248`](https://github.com/Mintplex-Labs/anything-llm/commit/fc65248db2076d43b9bc8af98553f361f81c46ec) distance to similarity ### 📊 Changes **5 files changed** (+25 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `server/utils/vectorDbProviders/chroma/index.js` (+8 -0) 📝 `server/utils/vectorDbProviders/lance/index.js` (+8 -0) 📝 `server/utils/vectorDbProviders/pinecone/index.js` (+2 -0) 📝 `server/utils/vectorDbProviders/qdrant/index.js` (+3 -0) 📝 `server/utils/vectorDbProviders/weaviate/index.js` (+4 -2) </details> ### 📄 Description resolves #282 • Includes relevancy score with similarityResponse for each vector database provider • Will be used in the future to display citations based on relevancy score to chat question asked --- <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:28 -05:00
yindo closed this issue 2026-02-22 18:33:28 -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#3292