Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Dinesh310
/
Demo_1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Demo_1
/
src
/
exceptions.py
Dinesh310
Update src/exceptions.py
b72cf00
verified
26 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
157 Bytes
class
DocumentProcessingError
(
Exception
):
pass
class
VectorStoreNotInitializedError
(
Exception
):
pass
class
LLMInvocationError
(
Exception
):
pass