Init embedding_model_dims in all vectordbs (#2572)
This commit is contained in:
@@ -57,6 +57,7 @@ class Weaviate(VectorStoreBase):
|
||||
)
|
||||
|
||||
self.collection_name = collection_name
|
||||
self.embedding_model_dims = embedding_model_dims
|
||||
self.create_col(embedding_model_dims)
|
||||
|
||||
def _parse_output(self, data: Dict) -> List[OutputData]:
|
||||
|
||||
Reference in New Issue
Block a user