name: Feature request
about: Suggest an idea for this project
The SQLite Vector Store Connector currently uses Microsoft.Data.Sqlite library, which embeds its own version of Sqlite. This makes it impossible to deploy with apps that are using a different version of Sqlite (for instance, databases with encryption support).
I think the connector should use Microsoft.Data.Sqlite.Core instead, which does not embed Sqlite. This will allow the developer to control which Sqlite bits are deployed.