mirror of
https://github.com/Sosokker/plain-rag.git
synced 2025-12-18 14:34:05 +01:00
7 lines
223 B
Python
7 lines
223 B
Python
class DocumentInsertionError(Exception):
|
|
"""Exception raised when document insertion to database fails."""
|
|
|
|
|
|
class DocumentExtractionError(Exception):
|
|
"""Exception raised when document extraction from PDF fails."""
|