Skip to content

Commit

Permalink
Merge branch 'main' into Feature/#1029
Browse files Browse the repository at this point in the history
  • Loading branch information
bwook00 authored Dec 19, 2024
2 parents 4f0ea15 + 70a317c commit 39cf815
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 39cf815

Please sign in to comment.