Open
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
Type
Projects
Status
Sprint: Planned