diff --git a/src/KernelMemory.Ecommerce.Sample.Api/wwwroot/index.html b/src/KernelMemory.Ecommerce.Sample.Api/wwwroot/index.html index 8cf7e01..6de3c39 100644 --- a/src/KernelMemory.Ecommerce.Sample.Api/wwwroot/index.html +++ b/src/KernelMemory.Ecommerce.Sample.Api/wwwroot/index.html @@ -529,7 +529,7 @@

${product.name}

const products = JSON.parse(result); const transformedResult = { noResult: false, - minRelevance: 0.8, + minRelevance: products.MinRelevance, relevantSourcesCount: products.length, products: products.map(product => ({ id: product.Id,