[GH-ISSUE #4069] [BUG]: Scores are not shown in sources for Miluvs or Pinecone #2594

Closed
opened 2026-02-22 18:30:22 -05:00 by yindo · 1 comment
Owner

Originally created by @sha-roze on GitHub (Jun 30, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4069

Originally assigned to: @shatfield4 on GitHub.

How are you running AnythingLLM?

Docker (local)

What happened?

I've been using the developer API with LanceDB and it did return scores and _distance in the sources but it is not there for Milvus or Pinecone.

Are there known steps to reproduce?

  1. Configure Vector DB as Milvus or Pinecone
  2. call the chat api for a workspace and observe the sources.
Originally created by @sha-roze on GitHub (Jun 30, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4069 Originally assigned to: @shatfield4 on GitHub. ### How are you running AnythingLLM? Docker (local) ### What happened? I've been using the developer API with LanceDB and it did return `scores` and `_distance` in the sources but it is not there for Milvus or Pinecone. ### Are there known steps to reproduce? 1. Configure Vector DB as Milvus or Pinecone 2. call the chat api for a workspace and observe the sources.
yindo added the possible buginvestigating labels 2026-02-22 18:30:22 -05:00
yindo closed this issue 2026-02-22 18:30:22 -05:00
Author
Owner

@timothycarambat commented on GitHub (Jun 30, 2025):

Pinecone
Milvus

Pinecone docs report a score - so API did not change
https://docs.pinecone.io/reference/api/2025-04/data-plane/query

@timothycarambat commented on GitHub (Jun 30, 2025): [Pinecone](https://github.com/Mintplex-Labs/anything-llm/blob/91e498229cc6893744ae718df3479cd742c0e2e3/server/utils/vectorDbProviders/pinecone/index.js#L61) [Milvus](https://github.com/Mintplex-Labs/anything-llm/blob/91e498229cc6893744ae718df3479cd742c0e2e3/server/utils/vectorDbProviders/milvus/index.js#L352) Pinecone docs report a score - so API did not change https://docs.pinecone.io/reference/api/2025-04/data-plane/query
yindo changed title from [BUG]: Scores are not shown in sources for Miluvs or Pinecone to [GH-ISSUE #4069] [BUG]: Scores are not shown in sources for Miluvs or Pinecone 2026-06-05 14:47:27 -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#2594