Adding CQA Retriever
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user