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’m encountering an issue while using `Codeblaze.SemanticKernel.Connectors.Ollama version 1.3.1. My code is throwing a System.InvalidOperationException, indicating that the ITextEmbeddingGenerationService has not been registered.
Here is a snippet of the code that leads to the error:
Error: System.InvalidOperationException: 'No service for type 'Microsoft.SemanticKernel.Embeddings.ITextEmbeddingGenerationService' has been registered.'
It appears that the ITextEmbeddingGenerationService is not being properly registered within the DI container.
Hello
I’m encountering an issue while using `Codeblaze.SemanticKernel.Connectors.Ollama version 1.3.1. My code is throwing a System.InvalidOperationException, indicating that the ITextEmbeddingGenerationService has not been registered.
Here is a snippet of the code that leads to the error:
Error:
System.InvalidOperationException: 'No service for type 'Microsoft.SemanticKernel.Embeddings.ITextEmbeddingGenerationService' has been registered.'
It appears that the ITextEmbeddingGenerationService is not being properly registered within the DI container.
Here’s the list of package references included in my project:
Is there something I’m missing in the registration process, or is there a known issue with this version? Any guidance would be appreciated.
The text was updated successfully, but these errors were encountered: