You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently some vector store such as PgVector initializes the collection when using the StoreBuilder. This can be very expensive if we initialize the StoreBuilder in every http request. Consider adding methods such as initialize_collection(), remove_collection(), clear_collection() in VectorStore trait.
The text was updated successfully, but these errors were encountered:
Currently some vector store such as
PgVector
initializes the collection when using the StoreBuilder. This can be very expensive if we initialize the StoreBuilder in every http request. Consider adding methods such asinitialize_collection()
,remove_collection()
,clear_collection()
inVectorStore
trait.The text was updated successfully, but these errors were encountered: