mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-03-17 15:42:24 +00:00
* settings for similarity score threshold and prisma schema updated * prisma schema migration for adding similarityScore setting * WIP * Min score default change * added similarityThreshold checking for all vectordb providers * linting --------- Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
2 lines
91 B
SQL
2 lines
91 B
SQL
-- AlterTable
|
|
ALTER TABLE "workspaces" ADD COLUMN "similarityThreshold" REAL DEFAULT 0.25;
|