MCPcopy Index your code
hub / github.com/53AI/53AIHub / DocumentChunkingStep

Struct DocumentChunkingStep

api/rag-pipeline/steps/document_chunking.go:15–18  ·  view source on GitHub ↗

DocumentChunkingStep 文档分块步骤

Source from the content-addressed store, hash-verified

13
14// DocumentChunkingStep 文档分块步骤
15type DocumentChunkingStep struct {
16 BaseStep
17 DB *gorm.DB
18}
19
20// DocumentChunkingParameters 文档分块步骤的参数
21type DocumentChunkingParameters struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected