Files
lancedb/docs/src/javascript/modules.md
2023-07-18 08:19:48 -07:00

1.8 KiB

vectordb / Exports

vectordb

Table of contents

Enumerations

Classes

Interfaces

Type Aliases

Functions

Type Aliases

VectorIndexParams

Ƭ VectorIndexParams: IvfPQIndexConfig

Defined in

index.ts:431

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

index.ts:47

connect(opts): Promise<Connection>

Parameters

Name Type
opts Partial<ConnectionOptions>

Returns

Promise<Connection>

Defined in

index.ts:48