Feat/support parent child chunk (#12092)
This commit is contained in:
parent
017d7538ae
commit
9231fdbf4c
54 changed files with 2578 additions and 808 deletions
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}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue