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