Skip to content

This documentation site is deprecated. Please visit our new documentation site at lancedb.com/docs for the latest information.

@lancedb/lancedb β€’ Docs


@lancedb/lancedb / ClientConfig

Interface: ClientConfig

Properties

extraHeaders?

optional extraHeaders: Record<string, string>;

idDelimiter?

optional idDelimiter: string;

retryConfig?

optional retryConfig: RetryConfig;

timeoutConfig?

optional timeoutConfig: TimeoutConfig;

tlsConfig?

optional tlsConfig: TlsConfig;

userAgent?

optional userAgent: string;