diff --git a/assets/large_language_models/components_pipelines/data_ingestion_db_to_acs/spec.yaml b/assets/large_language_models/components_pipelines/data_ingestion_db_to_acs/spec.yaml index eee605769f..e5104f4ce0 100644 --- a/assets/large_language_models/components_pipelines/data_ingestion_db_to_acs/spec.yaml +++ b/assets/large_language_models/components_pipelines/data_ingestion_db_to_acs/spec.yaml @@ -4,7 +4,7 @@ tags: Preview: "" name: llm_ingest_db_to_acs display_name: LLM - SQL Datastore to ACS Pipeline -version: 0.0.61 +version: 0.0.62 description: Single job pipeline to chunk data from AzureML sql data store, and create ACS embeddings index settings: default_compute: serverless @@ -198,6 +198,8 @@ jobs: properties: compute_specification: automatic: true + identity: + type: user_identity inputs: index_name: path: ${{parent.inputs.embeddings_dataset_name}} @@ -213,5 +215,7 @@ jobs: path: ${{parent.inputs.chat_aoai_deployment_name}} llm_config: path: ${{parent.inputs.llm_config}} + runtime: + path: ${{parent.inputs.runtime}} component: "azureml:llm_dbcopilot_create_promptflow:0.0.42" type: command diff --git a/assets/large_language_models/components_pipelines/data_ingestion_db_to_faiss/spec.yaml b/assets/large_language_models/components_pipelines/data_ingestion_db_to_faiss/spec.yaml index 5f8f41b01a..221a8cede0 100644 --- a/assets/large_language_models/components_pipelines/data_ingestion_db_to_faiss/spec.yaml +++ b/assets/large_language_models/components_pipelines/data_ingestion_db_to_faiss/spec.yaml @@ -4,7 +4,7 @@ tags: Preview: "" name: llm_ingest_db_to_faiss display_name: LLM - SQL Datastore to FAISS Pipeline -version: 0.0.61 +version: 0.0.62 description: Single job pipeline to chunk data from AzureML sql data store, and create FAISS embeddings index settings: default_compute: serverless @@ -188,6 +188,8 @@ jobs: properties: compute_specification: automatic: true + identity: + type: user_identity inputs: index_name: path: ${{parent.inputs.embeddings_dataset_name}} @@ -203,5 +205,7 @@ jobs: path: ${{parent.inputs.chat_aoai_deployment_name}} llm_config: path: ${{parent.inputs.llm_config}} + runtime: + path: ${{parent.inputs.runtime}} component: "azureml:llm_dbcopilot_create_promptflow:0.0.42" type: command