Skip to content

Commit

Permalink
read embedding_model and embedding_dim from embedding_config
Browse files Browse the repository at this point in the history
  • Loading branch information
jward92 committed Jul 31, 2024
1 parent 7cc4fb0 commit 1cadc14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions memgpt/cli/cli_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
]
)
Expand Down

0 comments on commit 1cadc14

Please sign in to comment.