mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 01:48:04 +08:00
Feat/support parent child chunk (#12092)
This commit is contained in:
9
api/services/errors/chunk.py
Normal file
9
api/services/errors/chunk.py
Normal file
@ -0,0 +1,9 @@
|
||||
from services.errors.base import BaseServiceError
|
||||
|
||||
|
||||
class ChildChunkIndexingError(BaseServiceError):
|
||||
description = "{message}"
|
||||
|
||||
|
||||
class ChildChunkDeleteIndexError(BaseServiceError):
|
||||
description = "{message}"
|
||||
Reference in New Issue
Block a user