-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Open
Labels
Description
What would you like to see?
Refactor all vector dbs into Class objects that all inherit a base VectorDatabase base class.
The base class contains a method for every common method on all vector database providers. In some instances, it may make sense for the base class method to be defined if all or most providers run the same code for a method.
The vector database-specific providers will then have provider-specific overrides for each.