mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-26 14:49:57 +00:00
1.8 KiB
1.8 KiB
vectordb / Exports
vectordb
Table of contents
Enumerations
Classes
Interfaces
Type Aliases
Functions
Type Aliases
VectorIndexParams
Ƭ VectorIndexParams: IvfPQIndexConfig
Defined in
Functions
connect
▸ connect(uri): Promise<Connection>
Connect to a LanceDB instance at the given URI
Parameters
| Name | Type | Description |
|---|---|---|
uri |
string |
The uri of the database. |
Returns
Promise<Connection>
Defined in
▸ connect(opts): Promise<Connection>
Parameters
| Name | Type |
|---|---|
opts |
Partial<ConnectionOptions> |
Returns
Promise<Connection>