Skip to content

Commit

Permalink
Make index config optional (#2253)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhaochangAtMicrosoft authored Feb 3, 2024
1 parent 6d86c01 commit e14d93d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description: |
inputs:
embeddings_model:
type: string
optional: true
optional: false
description: The model to use to embed data. E.g. 'hugging_face://model/sentence-transformers/all-mpnet-base-v2' or 'azure_open_ai://deployment/{deployment_name}/model/{model_name}'
embeddings_connection:
type: string
Expand All @@ -33,7 +33,7 @@ inputs:
optional: true
acs_config:
type: string
optional: false
optional: true
description: 'JSON string containing the ACS configuration. e.g. {"index_name": "my-index"}'
index_connection:
type: string
Expand Down

0 comments on commit e14d93d

Please sign in to comment.