mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-02 20:03:19 +02:00
* Starting to spawn base package * More package hacking * Bedrock and VertexAI * Parquet split * Updated templates * Utils
14 lines
125 B
Python
14 lines
125 B
Python
|
|
class TooManyRequests(Exception):
|
|
pass
|
|
|
|
class LlmError(Exception):
|
|
pass
|
|
|
|
class ParseError(Exception):
|
|
pass
|
|
|
|
|
|
|
|
|
|
|