Files
lancedb/docs/src/js/classes/VectorColumnOptions.md
Weston Pace e21b56293c docs: add a reference to @lancedb/lance in the docs (#1166)
We aren't yet ready to switch over the examples since almost all JS
examples rely on embeddings and we haven't yet ported those over.
However, this makes it possible for those that are interested to start
using `@lancedb/lancedb`
2024-04-05 16:34:39 -07:00

882 B

@lancedb/lancedb / Exports / VectorColumnOptions

Class: VectorColumnOptions

Table of contents

Constructors

Properties

Constructors

constructor

new VectorColumnOptions(values?): VectorColumnOptions

Parameters

Name Type
values? Partial<VectorColumnOptions>

Returns

VectorColumnOptions

Defined in

arrow.ts:49

Properties

type

type: Float<Floats>

Vector column type.

Defined in

arrow.ts:47