fix: read embedding_model and embedding_dim from embedding_config (#1596)

This commit is contained in:
Sarah Wooders
2024-07-30 22:29:10 -07:00
committed by GitHub

View File

@@ -1147,8 +1147,8 @@ def list(arg: Annotated[ListChoice, typer.Argument]):
[
source.name,
source.description,
source.embedding_model,
source.embedding_dim,
source.embedding_config.embedding_model,
source.embedding_config.embedding_dim,
utils.format_datetime(source.created_at),
]
)