Class swarmauri_base.vector_stores.VectorStoreCloudMixin.VectorStoreCloudMixin
swarmauri_base.vector_stores.VectorStoreCloudMixin.VectorStoreCloudMixin
Bases: ICloudVectorStore
, BaseModel
Mixin class for cloud-based vector stores.
api_key
class-attribute
instance-attribute
api_key = Field(
None, description="API key for the cloud-based store"
)
collection_name
instance-attribute
collection_name
url
class-attribute
instance-attribute
url = Field(
None,
description="URL of the cloud-based store to connect to",
)
vector_size
class-attribute
instance-attribute
vector_size = Field(
None,
description="Size of the vectors used in the store",
)
client
class-attribute
instance-attribute
client = Field(
None,
description="Client object for interacting with the cloud-based store",
)