Skip to content

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

@MackinnonBuck

Description

@MackinnonBuck

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

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