Skip to content

Commit

Permalink
Update 02_data_pipeline.py
Browse files Browse the repository at this point in the history
Changed default embeddings
  • Loading branch information
edurdevic authored Jan 17, 2025
1 parent 4bf1ac7 commit 109ff1f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions agent_app_sample_code/02_data_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@

# Embedding model endpoint. The list of off-the-shelf embeddings can be found here:
# https://docs.databricks.com/en/machine-learning/foundation-models/index.html
EMBEDDING_MODEL_ENDPOINT = "databricks-bge-large-en"
# EMBEDDING_MODEL_ENDPOINT = "ep-embeddings-small"
# EMBEDDING_MODEL_ENDPOINT = "bge-test"
EMBEDDING_MODEL_ENDPOINT = "databricks-gte-large-en"

# COMMAND ----------

Expand Down

0 comments on commit 109ff1f

Please sign in to comment.