Skip to content

Commit

Permalink
fix(docs): Cosmos Db Cache sample link (#7446)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfberry authored Dec 30, 2024
1 parent 4549863 commit 07c21d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config: AzureCosmosDBNoSQLConfig = {
* Cached output is returned only if the similarity score meets or exceeds this threshold;
* otherwise, a new result is generated. Default is 0.6, adjustable via the constructor
* to suit various distance functions and use cases.
* (see: https://learn.microsoft.com/azure/cosmos-db/nosql/query/vectordistance).
* (see: https://aka.ms/CosmosVectorSearch).
*/

const similarityScoreThreshold = 0.5;
Expand Down

0 comments on commit 07c21d7

Please sign in to comment.