Open
Description
Context / Scenario
Scenario;
I have 3 different platforms;
- A kernel memory service running in a local docker
- A Kernel memory service tane azure app container
- A dotnet serverless app running with Azure Search Service
All settings are the same for all 3 platform
SearchAsync finds different results.
What happened?
When SearchAsync is called with minRelevance: 0.6 for all 3 platforms above,
- The service running in local docker finds no results.
- But the service running in Azure app container and dotnet serverless app find 10 results.
**When I decrease minRelevance: 0.01,
- All find 10 results.
What can cause this result?
Importance
a fix would make my life easier
Platform, Language, Versions
Windows, C#, last version of KM