Files
lancedb/docs/src/javascript/modules.md

1.1 KiB

vectordb / Exports

vectordb

Table of contents

Enumerations

Classes

Interfaces

Type Aliases

Functions

Type Aliases

VectorIndexParams

Ƭ VectorIndexParams: IvfPQIndexConfig

Defined in

index.ts:224

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:34