mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-10 13:52:58 +00:00
573 B
573 B
@lancedb/lancedb • Docs
@lancedb/lancedb / embedding / getRegistry
Function: getRegistry()
getRegistry():
EmbeddingFunctionRegistry
Utility function to get the global instance of the registry
Returns
EmbeddingFunctionRegistry The global instance of the registry
Example
const registry = getRegistry();
const openai = registry.get("openai").create();