@lancedb/lancedb • Docs
@lancedb/lancedb / embedding / getRegistry
Function: getRegistry()¶
Utility function to get the global instance of the registry
Returns¶
EmbeddingFunctionRegistry The global instance of the registry
Example¶
```ts const registry = getRegistry(); const openai = registry.get("openai").create();