17 lines
465 B
JSON
17 lines
465 B
JSON
{
|
|
"azure_aisearch": {
|
|
"endpoint": "https://iva-demo-vector-service.search.windows.net",
|
|
"key": "<azure_aisearch_key>",
|
|
"index_name": "iva-vector-demo"
|
|
},
|
|
"azure_openai_api": {
|
|
"key": "<azure_openai_key>",
|
|
"instance_name": "iva-open-ai",
|
|
"deployment_name": "text-embedding-3-small",
|
|
"embeddings_deployment_name": null,
|
|
"version": "2024-08-01-preview"
|
|
},
|
|
"filterExpression": "search.in(company, 'Verint')",
|
|
"debug": true
|
|
}
|