mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-08 04:42:57 +00:00
feat: make timeout configurable for vectordb node SDK (#1443)
This commit is contained in:
@@ -72,6 +72,7 @@ export class RemoteConnection implements Connection {
|
||||
this._client = new HttpLancedbClient(
|
||||
server,
|
||||
opts.apiKey,
|
||||
opts.timeout,
|
||||
opts.hostOverride === undefined ? undefined : this._dbName
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user