mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-08 04:22:20 +08:00
Align Go ingestion boundaries with Python (#16647)
Moves doc_id blob resolution into Parser, tightens chunker/tokenizer to Python output_format semantics, updates extractor list handling, and fixes real-template integration tests.
This commit is contained in:
@@ -733,7 +733,7 @@ func (p *Parser) parseDevChunk(explain bool) (*Command, error) {
|
||||
|
||||
dsl, err := p.parseQuotedString()
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("expected DSL: %w", err)
|
||||
return nil, fmt.Errorf("expected chunk options file: %w", err)
|
||||
}
|
||||
|
||||
// Semicolon is optional
|
||||
|
||||
Reference in New Issue
Block a user