mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-05 19:32:56 +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.
452 B
452 B
@lancedb/lancedb • Docs
@lancedb/lancedb / embedding / register
Function: register()
function register(name?): (ctor) => any
Parameters
- name?:
string
Returns
Function
Parameters
- ctor:
EmbeddingFunctionConstructor<EmbeddingFunction<any,FunctionOptions>>
Returns
any