[GH-ISSUE #2811] [FEAT]: Add ability to do a vector search via the Workspace API #1799

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

Originally created by @scottybo on GitHub (Dec 12, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2811

What would you like to see?

It would be useful to be able to do a vector search against a workspace database via the API. At the moment I'm having to initiate a thread and start a chat just to perform a vector search (and then delete the chat to clean things up). This is wasteful on system resources, and LLM tokens.

It would be great, instead, to have a POST request to an endpoint such as:

/v1/workspace/{slug}/vector-search

My example use case is that I'd like to embed content from a website into a workspace, and then query that workspace for content recommendations based on a search term (i.e. load the citations/sources so that I can then return them in my application).

Originally created by @scottybo on GitHub (Dec 12, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/2811 ### What would you like to see? It would be useful to be able to do a vector search against a workspace database via the API. At the moment I'm having to initiate a thread and start a chat just to perform a vector search (and then delete the chat to clean things up). This is wasteful on system resources, and LLM tokens. It would be great, instead, to have a POST request to an endpoint such as: `/v1/workspace/{slug}/vector-search` My example use case is that I'd like to embed content from a website into a workspace, and then query that workspace for content recommendations based on a search term (i.e. load the citations/sources so that I can then return them in my application).
yindo added the enhancementfeature request labels 2026-02-22 18:26:35 -05:00
yindo closed this issue 2026-02-22 18:26:35 -05:00
yindo changed title from [FEAT]: Add ability to do a vector search via the Workspace API to [GH-ISSUE #2811] [FEAT]: Add ability to do a vector search via the Workspace API 2026-06-05 14:42:45 -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#1799