generative-ai-cdk-constructs

@cdklabs/generative-ai-cdk-constructs • Docs


@cdklabs/generative-ai-cdk-constructs / LlamaIndexDataLoaderProps

Interface: LlamaIndexDataLoaderProps

Properties

containerLoggingLevel?

readonly optional containerLoggingLevel: string

Description

the container’s logging level

Default

'WARNING'

dockerImageAssetDirectory?

readonly optional dockerImageAssetDirectory: string

The directory to build the Docker image

Description

The directory to build the Docker image.

Default

__dirname + '/docker'

memoryLimitMiB?

readonly optional memoryLimitMiB: number

The default memory

Description

The default memory.

Default

2048

observability?

readonly optional observability: boolean

Enable observability. Warning: associated cost with the services used. Best practive to enable by default.

Default

- true

outputBucket?

readonly optional outputBucket: Bucket

Description

the S3 output to use

Default

undefined

stage?

readonly optional stage: string

Value will be appended to resources name.

Default

- _dev

vpc?

readonly optional vpc: IVpc

Description

the VPC to use

Default

undefined