Skip to content

Commit

Permalink
feat: add intfloat/multilingual-e5-large-instruct to embedding model …
Browse files Browse the repository at this point in the history
…list (#1061)

Co-authored-by: Um Changyong <[email protected]>
  • Loading branch information
e7217 and Um Changyong authored Dec 19, 2024
1 parent 499f54a commit 70a317c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autorag/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ def handle_exception(exc_type, exc_value, exc_traceback):
embedding_models["huggingface_bge_m3"] = LazyInit(
HuggingFaceEmbedding, model_name="BAAI/bge-m3"
)
embedding_models["huggingface_multilingual_e5_large"] = LazyInit(
HuggingFaceEmbedding, model_name="intfloat/multilingual-e5-large-instruct"
)
except ImportError:
logger.info(
"You are using API version of AutoRAG."
Expand Down

0 comments on commit 70a317c

Please sign in to comment.