Skip to content

.Net Bug: Method IsKeyPropertyTypeValid in type Microsoft.SemanticKernel.Connectors.Qdrant is not implemented in 1.71.0-preview #13563

@stanv1989

Description

@stanv1989

Describe the bug
Upgraded from 1.65.0-preview of the Microsoft.SemanticKernel.Connectors.Qdrant package and see the following error.
Invoking GetCollection causes the error to be raised about IsKeyPropertyTypeValid not being implemented from the QdrantModelBuilder class

To Reproduce
var _VectorStore = new QdrantVectorStore(client, ownsClient: true);
await _VectorStore.CollectionExistsAsync(collectionName)

Expected behavior
Should not throw error.

Screenshots
If applicable, add screenshots to help explain your problem.

Platform

  • Language: C#
  • Source: 1.71.0-preview
  • AI model: none
  • IDE: Visual Studio
  • OS: Windows

Additional context
Regression from 1.65.0-preview

Metadata

Metadata

Assignees

No one assigned

    Labels

    .NETIssue or Pull requests regarding .NET codebugSomething isn't workingtriage

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions