Skip to content

Type Error bug in azure-sdk-for-python #263

Open
@TaisukeIto

Description

@TaisukeIto

There seems to be an issue creating a field of type Collection(EdmSingle) in azure-search-documents==1.15.1 This could be a bug in azure-sdk-for-python

SearchFieldDataType.Collection(SearchFieldDataType.Single) -> Edm.String

(python program)
fields = [
SearchableField(name="titleVector", type=SearchFieldDataType.Collection(SearchFieldDataType.Single), searchable=True, vector_search_dimensions=3072, vector_search_profile_name="myHnswProfile"),
]

(JSON)
{
"name": "titleVector",
"type": "Edm.String",
:
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions