Interface DocumentPassagesSearchPassageExpansionSymmetric

interface DocumentPassagesSearchPassageExpansionSymmetric {
    chunk_count: number;
    strategy: "symmetric";
}

Properties

chunk_count: number

Number of passages to expand a given passage by

1

4

strategy: "symmetric"

Expand the passage with adjacent passages that exists before and after a passage.