Skip to content

Commit

Permalink
Fix Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SignalRT committed Dec 30, 2024
1 parent 100b1b8 commit a81ece7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions extensions/Postgres/Postgres/Internals/PostgresDbClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -435,9 +435,7 @@ DO UPDATE SET
{
filterSql = "TRUE";
}

string filterSqlHybridText = filterSql;

string filterSqlHybridText = filterSql;
var maxDistance = 1 - minSimilarity;
filterSql += $" AND {this._colEmbedding} <=> @embedding < @maxDistance";

Expand Down

0 comments on commit a81ece7

Please sign in to comment.