dataflow.registries.main¶

Test script for the LLM and Embedding model registry system.

Functions¶

ensure_provider_types(client)

Ensure provider types exist in database.

ensure_registry_schema(client)

Ensure the registry schema exists in database.

main()

Main test function.

Module Contents¶

dataflow.registries.main.ensure_provider_types(client)¶

Ensure provider types exist in database.

dataflow.registries.main.ensure_registry_schema(client)¶

Ensure the registry schema exists in database.

dataflow.registries.main.main()¶

Main test function.