[PR #155] [MERGED] LanceDB upgrade and improved functionality. #3218

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

📋 Pull Request Information

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

Base: masterHead: lancedb-upgrade


📝 Commits (1)

  • 72b152a can now count and remove data in lancedb 0.1.12 so bumped version and added new functionality support

📊 Changes

5 files changed (+115 additions, -129 deletions)

View changed files

frontend/src/components/Modals/MangeWorkspace/Documents/CannotRemoveModal/index.jsx (+0 -38)
📝 frontend/src/components/Modals/MangeWorkspace/Documents/index.jsx (+0 -18)
📝 server/package.json (+2 -2)
📝 server/utils/vectorDbProviders/lance/index.js (+35 -8)
📝 server/yarn.lock (+78 -63)

📄 Description

LanceDB 0.1.12 can now support count of rows and deletion of rows via the Node package.

  • Bumped LanceDB version
  • Added support for counting and deletion of documents
  • Removed Delete warning on frontend when using lancedb

Tests

  • Testing locally
  • Tested local Docker.

note: 0.1.15 does not work locally and is missing some kind of dependency and 0.1.12 and is highest non-broken distribution of the vectordb npm package. LanceDB is not supported for windows or WSL systems by the core team.


🔄 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/155 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 7/20/2023 **Status:** ✅ Merged **Merged:** 7/20/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `lancedb-upgrade` --- ### 📝 Commits (1) - [`72b152a`](https://github.com/Mintplex-Labs/anything-llm/commit/72b152a304a40578e1c70170fb19f8533610ad9a) can now count and remove data in lancedb 0.1.12 so bumped version and added new functionality support ### 📊 Changes **5 files changed** (+115 additions, -129 deletions) <details> <summary>View changed files</summary> ➖ `frontend/src/components/Modals/MangeWorkspace/Documents/CannotRemoveModal/index.jsx` (+0 -38) 📝 `frontend/src/components/Modals/MangeWorkspace/Documents/index.jsx` (+0 -18) 📝 `server/package.json` (+2 -2) 📝 `server/utils/vectorDbProviders/lance/index.js` (+35 -8) 📝 `server/yarn.lock` (+78 -63) </details> ### 📄 Description LanceDB 0.1.12 can now support count of rows and deletion of rows via the Node package. - Bumped LanceDB version - Added support for counting and deletion of documents - Removed Delete warning on frontend when using lancedb ### Tests - [x] Testing locally - [x] Tested local Docker. **note**: 0.1.15 does not work locally and is missing some kind of dependency and 0.1.12 and is highest non-broken distribution of the vectordb npm package. LanceDB is **not supported for windows or WSL systems by the core team**. --- <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:18 -05:00
yindo closed this issue 2026-02-22 18:33:18 -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#3218