[PR #6] [MERGED] Lancedb support #3166

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

📋 Pull Request Information

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

Base: masterHead: lancedb-support


📝 Commits (7)

  • bd74111 add start of lanceDB support
  • ff3cea6 merge with master
  • 186941d lancedb initial support
  • 82730ac add null method for deletion of documents from namespace since LanceDB does not support
  • c6eb3ad update .env.example and lancedb methods for sourcing
  • c9ba602 change export method
  • 22fd1c5 update readme

📊 Changes

8 files changed (+360 additions, -23 deletions)

View changed files

📝 README.md (+4 -3)
📝 frontend/src/components/Modals/ManageWorkspace.jsx (+61 -0)
📝 server/.env.example (+3 -0)
📝 server/.gitignore (+2 -1)
📝 server/package.json (+2 -1)
📝 server/utils/chroma/index.js (+0 -18)
📝 server/utils/helpers/index.js (+3 -0)
server/utils/lancedb/index.js (+285 -0)

📄 Description

https://github.com/lancedb/lancedb


🔄 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/6 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 6/8/2023 **Status:** ✅ Merged **Merged:** 6/8/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `lancedb-support` --- ### 📝 Commits (7) - [`bd74111`](https://github.com/Mintplex-Labs/anything-llm/commit/bd74111311c98d2a928155140639eaacedd0c030) add start of lanceDB support - [`ff3cea6`](https://github.com/Mintplex-Labs/anything-llm/commit/ff3cea6c9cd5a69970fc6de922cbaa9847f240c8) merge with master - [`186941d`](https://github.com/Mintplex-Labs/anything-llm/commit/186941dca604fee00182a4b4108324ae1a52a002) lancedb initial support - [`82730ac`](https://github.com/Mintplex-Labs/anything-llm/commit/82730ac75b1956393cb4ecd7db003f5b471c04e5) add null method for deletion of documents from namespace since LanceDB does not support - [`c6eb3ad`](https://github.com/Mintplex-Labs/anything-llm/commit/c6eb3add9e01f450435bded51ada1ebc14af1b47) update .env.example and lancedb methods for sourcing - [`c9ba602`](https://github.com/Mintplex-Labs/anything-llm/commit/c9ba60264ddf0c5dd8fdba7560b31f98e256d7e7) change export method - [`22fd1c5`](https://github.com/Mintplex-Labs/anything-llm/commit/22fd1c5aac10a4fe0e6c8ff79fb1091f1a3830bc) update readme ### 📊 Changes **8 files changed** (+360 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+4 -3) 📝 `frontend/src/components/Modals/ManageWorkspace.jsx` (+61 -0) 📝 `server/.env.example` (+3 -0) 📝 `server/.gitignore` (+2 -1) 📝 `server/package.json` (+2 -1) 📝 `server/utils/chroma/index.js` (+0 -18) 📝 `server/utils/helpers/index.js` (+3 -0) ➕ `server/utils/lancedb/index.js` (+285 -0) </details> ### 📄 Description https://github.com/lancedb/lancedb --- <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:11 -05:00
yindo closed this issue 2026-02-22 18:33:11 -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#3166