Source code for notdiamond.exceptions
[docs]
class UnsupportedLLMProvider(Exception):
"""The exception class for unsupported LLM provider"""
[docs]
class UnsupportedEmbeddingProvider(Exception):
"""The exception class for unsupported Embedding provider"""
[docs]
class MissingLLMConfigs(Exception):
"""The exception class for empty LLM provider configs array"""