dataflow.registry.importers.embeddings_importer¶

Embedding Models Importer for the Haive Registry System.

This module provides functionality for importing embedding models from various providers and registering them in the system.

Functions¶

import_embedding_models()

Import embedding models into the registry.

Module Contents¶

dataflow.registry.importers.embeddings_importer.import_embedding_models()¶

Import embedding models into the registry.

Returns:

True if successful, False otherwise

Return type:

bool