@lancedb/lancedb β’ Docs
@lancedb/lancedb / ConnectionOptions
Interface: ConnectionOptions
Properties
apiKey?
(For LanceDB cloud only): the API key to use with LanceDB Cloud.
Can also be set via the environment variable LANCEDB_API_KEY
.
clientConfig?
(For LanceDB cloud only): configuration for the remote HTTP client.
hostOverride?
(For LanceDB cloud only): the host to use for LanceDB cloud. Used for testing purposes.
readConsistencyInterval?
(For LanceDB OSS only): The interval, in seconds, at which to check for updates to the table from other processes. If None, then consistency is not checked. For performance reasons, this is the default. For strong consistency, set this to zero seconds. Then every read will check for updates from other processes. As a compromise, you can set this to a non-zero value for eventual consistency. If more than that interval has passed since the last check, then the table will be checked for updates. Note: this consistency only applies to read operations. Write operations are always consistent.
region?
(For LanceDB cloud only): the region to use for LanceDB cloud. Defaults to 'us-east-1'.
storageOptions?
(For LanceDB OSS only): configuration for object storage.
The available options are described at https://lancedb.github.io/lancedb/guides/storage/