mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-25 22:29:58 +00:00
* Sets `"useCodeBlocks": true` * Adds a post-processing script `nodejs/typedoc_post_process.js` that puts the parameter description on the same line as the parameter name, like it is in our Python docs. This makes the text hierarchy clearer in those sections and also makes the sections shorter.
494 B
494 B
@lancedb/lancedb • Docs
@lancedb/lancedb / VectorColumnOptions
Class: VectorColumnOptions
Constructors
new VectorColumnOptions()
new VectorColumnOptions(values?): VectorColumnOptions
Parameters
- values?:
Partial<VectorColumnOptions>
Returns
Properties
type
type: Float<Floats>;
Vector column type.