semantic search and a bit of creativity

This commit is contained in:
Liudmila Molkova 2023-08-25 19:25:23 -07:00
Родитель a17abbb285
Коммит 0b65e5f794
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -103,8 +103,8 @@ Return the response as JSON with the following properties: ""solution"" and ""co
dataSources = _dataSources,
messages = new[] { SystemPrompt, new { role = "user", content = message } },
deployment = DeploymentName,
temperature = 0,
top_p = 0.9,
temperature = 0.5,
top_p = 1,
max_tokens = 800,
stream = false,
n = 1
@ -143,8 +143,8 @@ Return the response as JSON with the following properties: ""solution"" and ""co
endpoint = searchConfig.Endpoint,
key = searchConfig.Key,
indexName = searchConfig.IndexName,
semanticConfiguration = "",
queryType = "simple",
semanticConfiguration = "test",
queryType = "semantic",
fieldsMapping = new
{
contentFieldsSeparator = "\n",