Skip to content

StreamingDatasetConfig

Module: fast_llm.data.dataset.config

Variant of: SampledDatasetConfig — select with type: streaming

Inherits from: RedisConfig, SamplableDatasetConfig, SampledDatasetConfig

Fields

hostcore

Type: str    Default: "localhost"

Hostname or IP address of the Redis server.

portcore

Type: int    Default: 6379

Port number on which the Redis server is running.

timeout

Type: float    Default: 600.0

Timeout (seconds) for sending and receiving data.