-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Description
I'm wondering, if we change SQLite implementation to accept a connection string, it means that we will have to create a new instance of
DbConnection
on our side. It will probably force us to makeSqliteVectorStoreRecordCollection
asIDisposable
. I don't think it's a problem, but it won't be aligned with other connectors. However, thread-safety would be more important than API alignment.If we do that, does it mean that we won't recommend registering
SqliteVectorStoreRecordCollection
asSingleton
in user applications to avoid long-lived connections?
Originally posted by @dmytrostruk in #10454
Metadata
Metadata
Assignees
Labels
No labels