Skip to content

.Net: New Feature: Allow DI of SqliteConnection to SqliteVectorStore #12482

@aaronpowell

Description

@aaronpowell

name: Feature request
about: Suggest an idea for this project


I'm wanting to integrate the Sqlite Vector Store support and orchestrate it with the Aspire SQLite hosting package. While this works fine and generates a connection string, there's no way in which I can leverage the client integration packages, as I can only provide a connection string to AddSqliteCollection.

I'd like to be able to provide the SqliteConnection via DI, so that I don't have to unpack the connection string, but also leverage what the Aspire integration provides, such as health checks on the connection.

Metadata

Metadata

Assignees

Labels

.NETIssue or Pull requests regarding .NET codemsft.ext.vectordataRelated to Microsoft.Extensions.VectorData

Projects

Status

Sprint: Planned

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions