mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-27 15:12:53 +00:00
1.1 KiB
1.1 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>