Skip to content

Commit

Permalink
fix: read embedding_model and embedding_dim from embedding_config (#1596
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sarahwooders committed Jul 31, 2024
2 parents 8d7bd08 + 1cadc14 commit a8726f4
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 a8726f4

Please sign in to comment.