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