Skip to content

ChainGraph API Documentation / @badaitech/badai-api / GraphQL / IndexingDocumentTaskConfig

Type Alias: IndexingDocumentTaskConfig ​

IndexingDocumentTaskConfig = object

Defined in: client/graphql.ts:656

Properties ​

__typename? ​

optional __typename: "IndexingDocumentTaskConfig"

Defined in: client/graphql.ts:657


chunk_overlap_tokens ​

chunk_overlap_tokens: Scalars["Int"]["output"]

Defined in: client/graphql.ts:658


chunk_size_tokens ​

chunk_size_tokens: Scalars["Int"]["output"]

Defined in: client/graphql.ts:659


cost_limit ​

cost_limit: Scalars["Float"]["output"]

Defined in: client/graphql.ts:660


force_confirm ​

force_confirm: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:661


instruction_for_qa? ​

optional instruction_for_qa: Maybe<Scalars["String"]["output"]>

Defined in: client/graphql.ts:662


need_qa ​

need_qa: Scalars["Boolean"]["output"]

Defined in: client/graphql.ts:663


qa_count_per_run ​

qa_count_per_run: Scalars["Int"]["output"]

Defined in: client/graphql.ts:664


qa_model ​

qa_model: Scalars["String"]["output"]

Defined in: client/graphql.ts:665


qa_model_api_token? ​

optional qa_model_api_token: Maybe<Scalars["SecretID"]["output"]>

Defined in: client/graphql.ts:666

Licensed under BUSL-1.1