mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-25 14:29:56 +00:00
* improve the docstring for NodeJS connect functions and `ConnectOptions` parameters. * Simplify `npm run build` steps.
1.8 KiB
1.8 KiB
vectordb / Exports / ConnectionOptions
Interface: ConnectionOptions
Table of contents
Properties
Properties
apiKey
• Optional apiKey: string
Defined in
awsCredentials
• Optional awsCredentials: AwsCredentials
User provided AWS crednetials.
If not provided, LanceDB will use the default credentials provider chain.
Defined in
awsRegion
• Optional awsRegion: string
AWS region to connect to. Default is defaultAwsRegion.
Defined in
hostOverride
• Optional hostOverride: string
Override the host URL for the remote connections.
This is useful for local testing.
Defined in
region
• Optional region: string
Region to connect
Defined in
uri
• uri: string
LanceDB database URI.
/path/to/database- local databases3://bucket/path/to/databaseorgs://bucket/path/to/database- database on cloud storagedb://host:port- remote database (SaaS)