mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-03-31 01:46:25 +00:00
* Reranker WIP * add cacheing and singleton loading * Add field to workspaces for vectorSearchMode Add UI for lancedb to change mode update all search endpoints to pass in reranker prop if provider can use it * update hint text * When reranking, swap score to rerank score * update optchain
2 lines
93 B
SQL
2 lines
93 B
SQL
-- AlterTable
|
|
ALTER TABLE "workspaces" ADD COLUMN "vectorSearchMode" TEXT DEFAULT 'default';
|