Open
Description
name: Feature request
about: Suggest an idea for this project
The list of support data property types on the SQLite Vector Store connector (https://learn.microsoft.com/semantic-kernel/concepts/vector-store-connectors/out-of-the-box-connectors/sqlite-connector?pivots=programming-language-csharp) does not list DateTime. The code also throws an exception if you try to create a store with a property of this type on the data class.
However, SQLite and the Microsoft.Data.Sqlite package support it just fine, so I assume this should be support eventually. Would love to see this added as I was hoping to use this type as a prefilter.