DocumentChunkingStep 文档分块步骤
| 13 | |
| 14 | // DocumentChunkingStep 文档分块步骤 |
| 15 | type DocumentChunkingStep struct { |
| 16 | BaseStep |
| 17 | DB *gorm.DB |
| 18 | } |
| 19 | |
| 20 | // DocumentChunkingParameters 文档分块步骤的参数 |
| 21 | type DocumentChunkingParameters struct { |
nothing calls this directly
no outgoing calls
no test coverage detected