Cloud AstraDB Vector Store.
This class is used to store the configuration for an AstraDB vector store, so that it can be
created and used in LlamaCloud.
Args:
token (str): The Astra DB Application Token to use.
api_endpoint (str): The Astra DB JSON API endpoint for your database.
collection_name (str): Collection name to use. If not existing, it will be created.
embedding_dimension (int): Length of the embedding vectors in use.
keyspace (optional[str]): The keyspace to use. If not provided, ‘default_keyspace’