aiq.cli.commands.registry.search#

Attributes#

Functions#

search_artifacts(→ None)

search(→ None)

Search for AgentIQ artifacts with the specified configuration.

Module Contents#

logger#
async search_artifacts(
registry_handler_config: aiq.data_models.registry_handler.RegistryHandlerBaseConfig,
query: str,
search_fields: list[aiq.registry_handlers.schemas.search.SearchFields],
visualize: bool,
component_types: list[aiq.data_models.component.AIQComponentEnum],
save_path: str | None = None,
n_results: int = 10,
) None#
search(
config_file: str,
channel: str,
fields: list[str],
query: str,
component_types: list[aiq.data_models.component.AIQComponentEnum],
n_results: int,
output_path: str,
) None#

Search for AgentIQ artifacts with the specified configuration.