-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
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
.Net: Enable bidirectional adapters between SK and Microsoft.Extensions.AI interfaces #9183
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
markwallace-microsoft
added
.NET
Issue or Pull requests regarding .NET code
kernel.core
labels
Oct 9, 2024
github-actions
bot
changed the title
Enable bidirectional adapters between SK interfaces and Microsoft.Extensions.AI
.Net: Enable bidirectional adapters between SK interfaces and Microsoft.Extensions.AI
Oct 9, 2024
stephentoub
had a problem deploying
to
integration
October 9, 2024 18:38 — with
GitHub Actions
Failure
stephentoub
force-pushed
the
meaiadapters
branch
from
October 9, 2024 18:40
ff4a90b
to
61d7008
Compare
stephentoub
had a problem deploying
to
integration
October 9, 2024 18:41 — with
GitHub Actions
Failure
stephentoub
force-pushed
the
meaiadapters
branch
from
October 9, 2024 18:44
61d7008
to
faf4a21
Compare
stephentoub
had a problem deploying
to
integration
October 9, 2024 18:45 — with
GitHub Actions
Failure
stephentoub
force-pushed
the
meaiadapters
branch
from
October 9, 2024 19:06
faf4a21
to
1da902d
Compare
stephentoub
had a problem deploying
to
integration
October 9, 2024 19:07 — with
GitHub Actions
Failure
stephentoub
force-pushed
the
meaiadapters
branch
from
October 9, 2024 20:21
1da902d
to
9d7c4fc
Compare
markwallace-microsoft
added
the
kernel
Issues or pull requests impacting the core kernel
label
Oct 9, 2024
stephentoub
had a problem deploying
to
integration
October 9, 2024 20:22 — with
GitHub Actions
Failure
stephentoub
force-pushed
the
meaiadapters
branch
from
October 26, 2024 21:04
9d7c4fc
to
11fbef3
Compare
markwallace-microsoft
added
python
Pull requests for the Python Semantic Kernel
documentation
memory
labels
Oct 26, 2024
github-actions
bot
changed the title
.Net: Enable bidirectional adapters between SK interfaces and Microsoft.Extensions.AI
Python: .Net: Enable bidirectional adapters between SK interfaces and Microsoft.Extensions.AI
Oct 26, 2024
stephentoub
had a problem deploying
to
integration
October 26, 2024 21:05 — with
GitHub Actions
Failure
stephentoub
changed the title
Python: .Net: Enable bidirectional adapters between SK interfaces and Microsoft.Extensions.AI
.Net: Enable bidirectional adapters between SK interfaces and Microsoft.Extensions.AI
Oct 26, 2024
stephentoub
changed the title
.Net: Enable bidirectional adapters between SK interfaces and Microsoft.Extensions.AI
.Net: Enable bidirectional adapters between SK and Microsoft.Extensions.AI interfaces
Oct 26, 2024
stephentoub
had a problem deploying
to
integration
October 26, 2024 21:15 — with
GitHub Actions
Failure
Python Unit Test Overview
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kernel.core
kernel
Issues or pull requests impacting the core kernel
.NET
Issue or Pull requests regarding .NET code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is part 1 of replatforming Semantic Kernel on top of Microsoft.Extensions.AI, making it possible to use IChatCompletionService instances as IChatClient instances, and vice versa, and similarly for IEmbeddingGenerationService and IEmbeddingGenerator. The next step after this is refactoring the connectors to use M.E.AI internally where relevant.
I still need to add tests and fix whatever bugs they find.