Skip to content

[Bug] Different results across KM instances #928

Open
@nurkmez2

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

Relevant log output

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingtriage

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions