-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed as not planned
Closed as not planned
Copy link
Labels
.NETIssue or Pull requests regarding .NET codeIssue or Pull requests regarding .NET codemsft.ext.vectordataRelated to Microsoft.Extensions.VectorDataRelated to Microsoft.Extensions.VectorDatastaleIssue is stale because it has been open for a while and has no activityIssue is stale because it has been open for a while and has no activity
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.VectorDatastaleIssue is stale because it has been open for a while and has no activityIssue is stale because it has been open for a while and has no activity