Xin Zhang
initial dify code
27fd333
raw
history blame contribute delete
108 Bytes
from services.errors.base import BaseServiceError
class DocumentIndexingError(BaseServiceError):
pass