fix: read embedding_model and embedding_dim from embedding_config (#1596)
This commit is contained in:
@@ -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),
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user