mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-25 22:29:58 +00:00
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`
882 B
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
Defined in
Properties
type
• type: Float<Floats>
Vector column type.