Implement builtin chunk method as ingestion pipeline in GO (#16822)

### Summary

Implement builtin chunk mehtod as ingestion pipeline in GO
This commit is contained in:
qinling0210
2026-07-13 13:51:40 +08:00
committed by GitHub
parent ed27b5f9f8
commit d549194562
97 changed files with 11427 additions and 3285 deletions
-1
View File
@@ -58,7 +58,6 @@ const (
ParserTypeOne ParserType = "one"
ParserTypeAudio ParserType = "audio"
ParserTypeEmail ParserType = "email"
ParserTypeKG ParserType = "knowledge_graph"
ParserTypeTag ParserType = "tag"
)
+1
View File
@@ -202,6 +202,7 @@ type OCRConfig struct {
}
type ParseFileConfig struct {
ParseMethod string `json:"parse_method"`
}
// EmbeddingModel wraps a ModelDriver with embedding-specific configuration