You've already forked RekomenciBackend
fix(): reset vectors similarity threshold
This commit is contained in:
@@ -2406,7 +2406,6 @@ dependencies = [
|
||||
{ name = "fastapi" },
|
||||
{ name = "levenshtein" },
|
||||
{ name = "markupsafe" },
|
||||
{ name = "prometheus-fastapi-instrumentator" },
|
||||
{ name = "pydantic", extra = ["email"] },
|
||||
{ name = "uuid-utils" },
|
||||
{ name = "uvicorn" },
|
||||
@@ -2420,6 +2419,7 @@ backend = [
|
||||
{ name = "firebase-admin" },
|
||||
{ name = "httpx" },
|
||||
{ name = "pgvector" },
|
||||
{ name = "prometheus-fastapi-instrumentator" },
|
||||
{ name = "psycopg", extra = ["binary"] },
|
||||
{ name = "python-multipart" },
|
||||
{ name = "sqlalchemy" },
|
||||
@@ -2482,7 +2482,6 @@ requires-dist = [
|
||||
{ name = "fastapi", specifier = "==0.119.0" },
|
||||
{ name = "levenshtein", specifier = ">=0.27.3" },
|
||||
{ name = "markupsafe", git = "https://github.com/pallets/markupsafe?rev=3.0.2" },
|
||||
{ name = "prometheus-fastapi-instrumentator", specifier = ">=7.1.0" },
|
||||
{ name = "pydantic", extras = ["email"], specifier = ">=2.12.4" },
|
||||
{ name = "uuid-utils", specifier = "==0.11.1" },
|
||||
{ name = "uvicorn", specifier = "==0.37.0" },
|
||||
@@ -2496,6 +2495,7 @@ backend = [
|
||||
{ name = "firebase-admin", specifier = ">=7.1.0" },
|
||||
{ name = "httpx", specifier = "==0.28.1" },
|
||||
{ name = "pgvector", specifier = ">=0.4.1" },
|
||||
{ name = "prometheus-fastapi-instrumentator", specifier = ">=7.1.0" },
|
||||
{ name = "psycopg", extras = ["binary"], specifier = ">=3.2.12" },
|
||||
{ name = "python-multipart", specifier = ">=0.0.20" },
|
||||
{ name = "sqlalchemy", specifier = "==2.0.44" },
|
||||
|
||||
Reference in New Issue
Block a user