You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The service has some defaults that you might not have in the serverless, so I would compare these configurations:
KernelMemory.DataIngestion.TextPartitioning
KernelMemory.Retrieval.SearchClient
KernelMemory.Services.AzureAISearch
Do you have 3 different results or 2 different results? Could you provide more details about the differences, and about the configurations used? Are you using hybrid search in any of the 3?
dluc
changed the title
[Bug]
[Bug] Different results across KM instances
Dec 6, 2024
Thanks for the prompt reply
The result only differs if I send the same query to the Kernel Memory Service running Locally (Item -1). The rest have the same result.
1. configurations for kernel memory service running in a local docker
Logs from this service
configurations for the kernel memory service running in the Azure app container, the same as the kernel memory service running in a local docker
Just in case some manual entry
3. The dotnet serverless app running with Azure Search Service
Context / Scenario
Scenario;
I have 3 different platforms;
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,
**When I decrease minRelevance: 0.01,
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
The text was updated successfully, but these errors were encountered: