[PR #1561] [MERGED] [FIX] Incorrect vectors count with Qdrant #3713

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1561
Author: @Anush008
Created: 5/29/2024
Status: Merged
Merged: 6/6/2024
Merged by: @timothycarambat

Base: masterHead: master


📝 Commits (2)

  • aa1f0bf [FIX] Incorrect vectors count with Qdrant
  • 76a4f48 Merge branch 'master' into master

📊 Changes

3 files changed (+3 additions, -3 deletions)

View changed files

📝 server/package.json (+1 -1)
📝 server/utils/vectorDbProviders/qdrant/index.js (+1 -1)
📝 server/yarn.lock (+1 -1)

📄 Description

Pull Request Type

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

Relevant Issues

Resolves #1220

What is in this change?

With the 1.9 release of Qdrant, the vectors_count attribute has been removed from the collection info. This PR updates the implementation to use the count API instead.


🔄 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/1561 **Author:** [@Anush008](https://github.com/Anush008) **Created:** 5/29/2024 **Status:** ✅ Merged **Merged:** 6/6/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`aa1f0bf`](https://github.com/Mintplex-Labs/anything-llm/commit/aa1f0bf108d863e35d676b36f385d37570c2bfcf) [FIX] Incorrect vectors count with Qdrant - [`76a4f48`](https://github.com/Mintplex-Labs/anything-llm/commit/76a4f4829cc848c8e4dd55855d29f75b5281b4f7) Merge branch 'master' into master ### 📊 Changes **3 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `server/package.json` (+1 -1) 📝 `server/utils/vectorDbProviders/qdrant/index.js` (+1 -1) 📝 `server/yarn.lock` (+1 -1) </details> ### 📄 Description ### Pull Request Type - [ ] ✨ feat - [x] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues Resolves #1220 ### What is in this change? With the 1.9 release of Qdrant, the `vectors_count` attribute has been removed from the collection info. This PR updates the implementation to use the [count API](https://qdrant.tech/documentation/concepts/points/#counting-points) instead. --- <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:34:21 -05:00
yindo closed this issue 2026-02-22 18:34:21 -05:00
yindo changed title from [PR #1561] [FIX] Incorrect vectors count with Qdrant to [PR #1561] [MERGED] [FIX] Incorrect vectors count with Qdrant 2026-06-05 15:14:50 -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#3713