Files
lancedb/docs/src/js/namespaces/embedding/interfaces/FieldOptions.md
Will Jones e05c0cd87e ci(node): check docs in CI (#2084)
* Make `npm run docs` fail if there are any warnings. This will catch
items missing from the API reference.
* Add a check in our CI to make sure `npm run dos` runs without warnings
and doesn't generate any new files (indicating it might be out-of-date.
* Hide constructors that aren't user facing.
* Remove unused enum `WriteMode`.

Closes #2068
2025-01-30 16:06:06 -08:00

349 B

@lancedb/lancedbDocs


@lancedb/lancedb / embedding / FieldOptions

Interface: FieldOptions<T>

Type Parameters

T extends DataType = DataType

Properties

datatype

datatype: T;

dims?

optional dims: number;