-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Open
Labels
.NETIssue or Pull requests regarding .NET codeIssue or Pull requests regarding .NET codemsft.ext.vectordataRelated to Microsoft.Extensions.VectorDataRelated to Microsoft.Extensions.VectorData
Description
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 codeIssue or Pull requests regarding .NET codemsft.ext.vectordataRelated to Microsoft.Extensions.VectorDataRelated to Microsoft.Extensions.VectorData
Type
Projects
Status
Sprint: Planned