kernel-memory icon indicating copy to clipboard operation
kernel-memory copied to clipboard

[Bug] Different results across KM instances

Open nurkmez2 opened this issue 1 year ago • 2 comments

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

Relevant log output


nurkmez2 avatar Dec 05 '24 21:12 nurkmez2