embedding#

Attributes#

Functions#

embedding_add(model_name[, model_type])

Module Contents#

embedding.embedding#
embedding.embedding_add(model_name, model_type='OpenAI')#
Parameters:
  • model_name (typing_extensions.Annotated[str, typer.Argument(help="The user's custom name for the model")]) –

  • model_type (typing_extensions.Annotated[str, typer.Option('--type', '-t', help='The type of the model', click_type=click.Choice(list((val.value for val in EmbeddingModelType))))]) –