Files
lancedb/docs/src/js/interfaces/ClientConfig.md
Will Jones 16851389ea feat: extra headers parameter in client options (#2091)
Closes #1106

Unfortunately, these need to be set at the connection level. I
investigated whether if we let users provide a callback they could use
`AsyncLocalStorage` to access their context. However, it doesn't seem
like NAPI supports this right now. I filed an issue:
https://github.com/napi-rs/napi-rs/issues/2456
2025-02-04 17:26:45 -08:00

428 B

@lancedb/lancedbDocs


@lancedb/lancedb / ClientConfig

Interface: ClientConfig

Properties

extraHeaders?

optional extraHeaders: Record<string, string>;

retryConfig?

optional retryConfig: RetryConfig;

timeoutConfig?

optional timeoutConfig: TimeoutConfig;

userAgent?

optional userAgent: string;