We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With #112 support for the IChatClient came to be, but there's a companion, IEmbeddingGenerator, which is used for getting embeddings.
IChatClient
IEmbeddingGenerator
It'd be beneficial for that to be supported too for full feature parity with Microsoft.Extensions.AI.
The text was updated successfully, but these errors were encountered:
Oh wow, I missed that one. On it.
Sorry, something went wrong.
Implement IEmbeddingGenerator
bea4592
Fixes #124
070f3a5
Guess that should be it
Damn, that was quick!
I'll get that into the next version of the Aspire OllamaSharp integration too 🤩
No branches or pull requests
With #112 support for the
IChatClient
came to be, but there's a companion,IEmbeddingGenerator
, which is used for getting embeddings.It'd be beneficial for that to be supported too for full feature parity with Microsoft.Extensions.AI.
The text was updated successfully, but these errors were encountered: