-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput.json
More file actions
50 lines (50 loc) · 1.45 KB
/
input.json
File metadata and controls
50 lines (50 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"data_sources": [
{
"type": "azure_search",
"parameters": {
"endpoint": "https://mysearchinstance.search.windows.net",
"index_name": "azureblob-index-v",
"semantic_configuration": "default",
"query_type": "vector_simple_hybrid",
"embedding_dependency": {
"type": "deployment_name",
"deployment_name": "embed150301"
},
"fields_mapping": {
"content_fields_separator": "\n",
"content_fields": [
"docContent"
],
"filepath_field": "docLink",
"title_field": "docTitle",
"url_field": "docId",
"vector_fields": ["docContentVector"]
},
"in_scope": true,
"filter": null,
"strictness": 3,
"top_n_documents": 3,
"authentication": {
"type": "system_assigned_managed_identity"
}
}
}
],
"messages": [
{
"role": "system",
"content": "You are an AI assistant that helps people find information."
},
{
"role": "user",
"content": "what is xAI?"
}
],
"deployment": "gpt350301",
"temperature": 0,
"top_p": 1,
"max_tokens": 800,
"stop": null,
"stream": false
}