vector_store_exceptions Module
Classes
| VectorSearchExecutionException |
Raised when there is an error executing a VectorSearch function. |
| VectorSearchOptionsException |
Raised when invalid options are given to a VectorSearch function. |
| VectorStoreException |
Base class for all vector store exceptions. |
| VectorStoreInitializationException |
Class for all vector store initialization exceptions. |
| VectorStoreMixinException |
Raised when a mixin is used without the VectorSearchBase Class. |
| VectorStoreModelDeserializationException |
An error occurred while deserializing the vector store model. |
| VectorStoreModelException |
Base class for all vector store model exceptions. |
| VectorStoreModelSerializationException |
An error occurred while serializing the vector store model. |
| VectorStoreModelValidationError |
An error occurred while validating the vector store model. |
| VectorStoreOperationException |
An error occurred while performing an operation on the vector store record collection. |