Skip to content

Commit

Permalink
Prompt Flow
Browse files Browse the repository at this point in the history
  • Loading branch information
akshata29 committed Aug 29, 2023
1 parent a4ffde7 commit 3823da1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Workshop/promptflow/deployment/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineDeployment.schema.json
name: blue
endpoint_name: qaragcogsearchls-7272ff
model: azureml:qaragcogsearchls-model:1
endpoint_name: qaragcogsearchlc-7272ff
model: azureml:qaragcogsearchlc-model:1
# You can also specify model files path inline
# path: examples/flows/chat/basic-chat
environment:
image: mcr.microsoft.com/azureml/promptflow/promptflow-runtime:20230808.v1
image: akshata13/chatpdfenv:latest
# inference config is used to build a serving container for online deployments
inference_config:
liveness_route:
Expand Down
2 changes: 1 addition & 1 deletion Workshop/promptflow/deployment/endpoint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$schema: https://azuremlschemas.azureedge.net/latest/managedOnlineEndpoint.schema.json
name: qaragcogsearchls-endpoint
name: qaragcogsearchlc-endpoint
auth_mode: key
6 changes: 3 additions & 3 deletions Workshop/promptflow/deployment/model.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$schema: https://azuremlschemas.azureedge.net/latest/model.schema.json
name: qaragcogsearchls-model
path: ../qaragcogsearchls
name: qaragcogsearchlc-model
path: ../qaragcogsearchlc
description: register qa flow folder as a custom model
properties:
# In AuzreML studio UI, endpoint detail UI Test tab needs this property to know it's from prompt flow
azureml.promptflow.source_flow_id: qaragcogsearchls
azureml.promptflow.source_flow_id: qaragcogsearchlc

# # Following are properties only for classification flow
# # endpoint detail UI Test tab needs this property to know it's a classification flow
Expand Down

0 comments on commit 3823da1

Please sign in to comment.