Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DBCopilot promptflow #2242

Merged
merged 1 commit into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading