Skip to content

Commit

Permalink
Using llm_rag_generate_embeddings version 0.0.32 (#1726)
Browse files Browse the repository at this point in the history
* Using llm_rag_generate_embeddings version 0.0.32

* fix
  • Loading branch information
ricardrao authored Nov 10, 2023
1 parent 9946698 commit 1bc8b4b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
properties:
compute_specification:
automatic: true
component: "azureml:llm_rag_generate_embeddings:0.0.34"
component: "azureml:llm_rag_generate_embeddings:0.0.32"
inputs:
chunks_source:
type: uri_folder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
properties:
compute_specification:
automatic: true
component: "azureml:llm_rag_generate_embeddings:0.0.34"
component: "azureml:llm_rag_generate_embeddings:0.0.32"
inputs:
chunks_source:
type: uri_folder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
#########################################
generate_meta_embeddings:
type: command
component: "azureml:llm_rag_generate_embeddings:0.0.34"
component: "azureml:llm_rag_generate_embeddings:0.0.32"
resources:
instance_count: ${{parent.inputs.serverless_instance_count}}
instance_type: ${{parent.inputs.serverless_instance_type}}
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
#########################################
generate_sample_embeddings:
type: command
component: "azureml:llm_rag_generate_embeddings:0.0.34"
component: "azureml:llm_rag_generate_embeddings:0.0.32"
resources:
instance_count: ${{parent.inputs.serverless_instance_count}}
instance_type: ${{parent.inputs.serverless_instance_type}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
#########################################
generate_meta_embeddings:
type: command
component: "azureml:llm_rag_generate_embeddings:0.0.34"
component: "azureml:llm_rag_generate_embeddings:0.0.32"
resources:
instance_count: ${{parent.inputs.serverless_instance_count}}
instance_type: ${{parent.inputs.serverless_instance_type}}
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
#########################################
generate_sample_embeddings:
type: command
component: "azureml:llm_rag_generate_embeddings:0.0.34"
component: "azureml:llm_rag_generate_embeddings:0.0.32"
resources:
instance_count: ${{parent.inputs.serverless_instance_count}}
instance_type: ${{parent.inputs.serverless_instance_type}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.jso
type: command
tags: {}
name: llm_dbcopilot_deploy_endpoint
display_name: DBCopilot Deploy Endpoint Component
display_name: LLM - DBCopilot Deploy Endpoint Component
version: 0.0.9
inputs:
deployment_name:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.jso
type: command
tags: {}
name: llm_dbcopilot_grounding_ground_samples
display_name: DBCopilot Grounding Ground Samples Component
display_name: LLM - DBCopilot Grounding Ground Samples Component
version: 0.0.9
inputs:
grounding_context:
Expand Down

0 comments on commit 1bc8b4b

Please sign in to comment.