Skip to content

Commit

Permalink
fix: upgrade llama-index-embeddings-huggingface package and fix bug…
Browse files Browse the repository at this point in the history
… with local embeddings (#1222)
  • Loading branch information
sarahwooders authored Apr 6, 2024
1 parent fd1560e commit 669cdee
Show file tree
Hide file tree
Showing 3 changed files with 709 additions and 573 deletions.
1 change: 1 addition & 0 deletions memgpt/cli/cli_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ def configure_embedding_endpoint(config: MemGPTConfig, credentials: MemGPTCreden
else: # local models
embedding_endpoint_type = "local"
embedding_endpoint = None
embedding_model = "BAAI/bge-small-en-v1.5"
embedding_dim = 384

return embedding_endpoint_type, embedding_endpoint, embedding_dim, embedding_model
Expand Down
Loading

0 comments on commit 669cdee

Please sign in to comment.