abacusai.vector_store_version

Module Contents

Classes

VectorStoreVersion

A version of vector store.

class abacusai.vector_store_version.VectorStoreVersion(client, vectorStoreId=None, vectorStoreVersion=None, createdAt=None)

Bases: abacusai.return_class.AbstractApiClass

A version of vector store.

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • vectorStoreId (str) – The unique identifier of the vector store.

  • vectorStoreVersion (str) – The unique identifier of the vector store version.

  • createdAt (str) – When the vector store was created.

__repr__()

Return repr(self).

to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict