feat: manually mirror opencoze's code from bytedance
Change-Id: I09a73aadda978ad9511264a756b2ce51f5761adf
This commit is contained in:
8
backend/domain/knowledge/internal/dal/model/strategy.go
Normal file
8
backend/domain/knowledge/internal/dal/model/strategy.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package model
|
||||
|
||||
import "github.com/coze-dev/coze-studio/backend/domain/knowledge/entity"
|
||||
|
||||
type DocumentParseRule struct {
|
||||
ParsingStrategy *entity.ParsingStrategy `json:"parsing_strategy"`
|
||||
ChunkingStrategy *entity.ChunkingStrategy `json:"chunking_strategy"`
|
||||
}
|
||||
Reference in New Issue
Block a user