Skip to content

.Net: Bug: AzureAISearchDynamicMapper does not stringify GUID keys #13338

Description

There was a recent change adding GUID key support for providers that don’t support them natively.

However, the AzureAISearchDynamicMapper.MapFromDataToStorageModel() method still only supports string keys and throws for any other key type.

This issue surfaced while using Microsoft.Extensions.DataIngestion.VectorStoreWriter.WriteAsync() with Azure AI Search, which currently throws an exception due to this limitation.

Related: #12182

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    .NETIssue or Pull requests regarding .NET codetriage

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions