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
I can't say we've tested KM on functions. It's a complex environment in terms of resources and timing.
There might be a limit on the number of tcp/http requests affecting the internal retry logic used by Polly/KM.
Context / Scenario
We are importing some documents from an Azure Function.
What happened?
We are getting this error sometimes for some of them
The circuit is now open and is not allowing calls
Reviewing code it looks like it's from this piece of code from KM
IList<ReadOnlyMemory>? embeddings = await generator
.GenerateEmbeddingsAsync([text], null, cancellationToken)
.ConfigureAwait(false);
Importance
edge case
Platform, Language, Versions
Windows, C#, last version of KM
Relevant log output
The text was updated successfully, but these errors were encountered: