-
Notifications
You must be signed in to change notification settings - Fork 389
Open
Labels
Description
Context / Scenario
Any invocation of SearchClient.AskAsync(...)
with a non-empty string passed in as the query
parameter.
(I'm pretty sure this is just a case of either a missing !
in front of the string.IsNullOrEmpty(query)
, or accidentally swapping the order of the messages in the ternary, but the github new-issue-flow is making it hard to figure out how to notify you all of a possible simple typo)
What happened?
A (trace) log message stating Fetching relevant memories by filtering only, no vector search
was logged.
Expected:
The other log message in the ternary (Fetching relevant memories by similarity, min relevance {minRelevance}
) is the one that makes sense.
Importance
edge case
Platform, Language, Versions
C#
Relevant log output
[...]
trce: Fetching relevant memories by filtering only, no vector search