Skip to content
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

Implement Microsoft.Extensions.AI's IChatClient / IEmbeddingGenerator for IAmazonBedrockRuntime #3545

Open
wants to merge 8 commits into
base: v4-development
Choose a base branch
from

Commits on Nov 6, 2024

  1. Implement Microsoft.Extensions.AI's IChatClient on AmazonBedrockRunti…

    …meClient
    
    This enables AmazonBedrockRuntimeClient to be used as a Microsoft.Extensions.AI.IChatClient, such that it can implicitly be used by any consumer that operates on an IChatClient, and with any middleware written in terms of IChatClient, such as those components in the Microsoft.Extensions.AI package that provide support for automatic function invocation, OpenTelemetry, logging, distributed caching, and more.
    stephentoub committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6308716 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    ac5b251 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    885c839 View commit details
    Browse the repository at this point in the history
  3. Add nuspec

    stephentoub committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c93882e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a01d9b4 View commit details
    Browse the repository at this point in the history
  5. Replace tabs with spaces

    stephentoub committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6d3d514 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    addb25f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Rename file

    stephentoub committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    9bed6d2 View commit details
    Browse the repository at this point in the history