[PR #2812] [CLOSED] Add vector search API endpoint #4129

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2812
Author: @scottybo
Created: 12/12/2024
Status: Closed

Base: masterHead: 2801-feature-api-workspace-vector-search


📝 Commits (5)

  • fdb6b6f Add vector search API endpoint
  • 2d80d5f Add missing import
  • 3c03535 Modify the data that is returned
  • 2c1549d Change similarityThreshold to scoreThreshold
  • 8dcd95a Removing logging (oops!)

📊 Changes

1 file changed (+121 additions, -1 deletions)

View changed files

📝 server/endpoints/api/workspace/index.js (+121 -1)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #2811

What is in this change?

Adds an API endpoint so that a vector search can be performed.

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/2812 **Author:** [@scottybo](https://github.com/scottybo) **Created:** 12/12/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `2801-feature-api-workspace-vector-search` --- ### 📝 Commits (5) - [`fdb6b6f`](https://github.com/Mintplex-Labs/anything-llm/commit/fdb6b6f365149844d7fb5ade4dd9ea25d71c9ea4) Add vector search API endpoint - [`2d80d5f`](https://github.com/Mintplex-Labs/anything-llm/commit/2d80d5f01a3bf71d5f0dafe48ae3a93c33d38e92) Add missing import - [`3c03535`](https://github.com/Mintplex-Labs/anything-llm/commit/3c0353591ef9ab905648cf8cef2a99b29271057d) Modify the data that is returned - [`2c1549d`](https://github.com/Mintplex-Labs/anything-llm/commit/2c1549d7909bbf82f0dbb19c6af8690911ef864a) Change similarityThreshold to scoreThreshold - [`8dcd95a`](https://github.com/Mintplex-Labs/anything-llm/commit/8dcd95a78cfa3fff6b355c7865bcda39394e1df0) Removing logging (oops!) ### 📊 Changes **1 file changed** (+121 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `server/endpoints/api/workspace/index.js` (+121 -1) </details> ### 📄 Description ### Pull Request Type - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues resolves #2811 ### What is in this change? Adds an API endpoint so that a vector search can be performed. ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <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:35:12 -05:00
yindo closed this issue 2026-02-22 18:35:12 -05:00
yindo changed title from [PR #2812] Add vector search API endpoint to [PR #2812] [CLOSED] Add vector search API endpoint 2026-06-05 15:16:58 -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#4129