Skip to content

Commit

Permalink
Update DBCopilot promptflow (Azure#2242)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardrao authored Feb 2, 2024
1 parent 80ddb46 commit e1833b2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -198,6 +198,8 @@ jobs:
properties:
compute_specification:
automatic: true
identity:
type: user_identity
inputs:
index_name:
path: ${{parent.inputs.embeddings_dataset_name}}
Expand All @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -188,6 +188,8 @@ jobs:
properties:
compute_specification:
automatic: true
identity:
type: user_identity
inputs:
index_name:
path: ${{parent.inputs.embeddings_dataset_name}}
Expand All @@ -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

0 comments on commit e1833b2

Please sign in to comment.