Skip to content

New Feature: SQLite Vector Store Connector should use Microsoft.Data.Sqlite.Core for deployment flexibility #13423

@bitbltr

Description

@bitbltr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions