From 8a5ea7cfdc8449a71789bbb66cc1d080263c03af Mon Sep 17 00:00:00 2001 From: Pavan Kumar Date: Wed, 11 Dec 2024 02:22:22 +0530 Subject: [PATCH] Add info for conversationFlow & Orchestration strategy for postgres in template --- infra/main.bicep | 4 ++-- infra/main.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/infra/main.bicep b/infra/main.bicep index fdb20ea07..5c75e2585 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -141,7 +141,7 @@ param azureOpenAIVisionModelVersion string = 'vision-preview' @description('Azure OpenAI Vision Model Capacity - See here for more info https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/quota') param azureOpenAIVisionModelCapacity int = 10 -@description('Orchestration strategy: openai_function or semantic_kernel or langchain str. If you use a old version of turbo (0301), please select langchain') +@description('Orchestration strategy: openai_function or semantic_kernel or langchain str. If you use a old version of turbo (0301), please select langchain. If the database type is PostgreSQL, set this to sementic_kernel.') @allowed([ 'openai_function' 'semantic_kernel' @@ -150,7 +150,7 @@ param azureOpenAIVisionModelCapacity int = 10 ]) param orchestrationStrategy string = 'semantic_kernel' -@description('Chat conversation type: custom or byod.') +@description('Chat conversation type: custom or byod. If the database type is PostgreSQL, set this to custom.') @allowed([ 'custom' 'byod' diff --git a/infra/main.json b/infra/main.json index 085475d61..1b751c0e2 100644 --- a/infra/main.json +++ b/infra/main.json @@ -5,7 +5,7 @@ "_generator": { "name": "bicep", "version": "0.30.23.60470", - "templateHash": "1160364617098555519" + "templateHash": "10622728189310123481" } }, "parameters": { @@ -312,7 +312,7 @@ "prompt_flow" ], "metadata": { - "description": "Orchestration strategy: openai_function or semantic_kernel or langchain str. If you use a old version of turbo (0301), please select langchain" + "description": "Orchestration strategy: openai_function or semantic_kernel or langchain str. If you use a old version of turbo (0301), please select langchain. If the database type is PostgreSQL, set this to sementic_kernel." } }, "conversationFlow": { @@ -323,7 +323,7 @@ "byod" ], "metadata": { - "description": "Chat conversation type: custom or byod." + "description": "Chat conversation type: custom or byod. If the database type is PostgreSQL, set this to custom." } }, "azureOpenAITemperature": {