-
Notifications
You must be signed in to change notification settings - Fork 7
/
vectorize_test_spec.example.json
115 lines (115 loc) · 2.58 KB
/
vectorize_test_spec.example.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"$comment.1": "You can easily comment/uncomment fields by adding/removing underscores from the start of the field name",
"$comment.2": "Make sure you copy this into `vectorize_test_spec.json` (with no .example in it)",
"$comment.3": "It'll be automatically .gitignore-d",
"azureOpenAI": {
"sharedSecret": {
"providerKey": "___.providerKey"
},
"headers": {
"x-embedding-api-key": "___"
},
"parameters": {
"text-embedding-3-small": {
"deploymentId": "___",
"resourceName": "___"
},
"text-embedding-3-large": {
"deploymentId": "___",
"resourceName": "___"
},
"text-embedding-ada-002": {
"deploymentId": "___",
"resourceName": "___"
}
}
},
"bedrock": {
"headers": {
"x-embedding-access-id": "___",
"x-embedding-secret-id": "___"
},
"sharedSecret": {
"providerKey": "___.providerKey"
},
"dimension": {
".*": 1234
},
"parameters": {
".*": {
"region": "___"
}
}
},
"huggingface": {
"headers": {
"x-embedding-api-key": "___"
},
"sharedSecret": {
"providerKey": "___.providerKey"
},
"warmupErr": "is currently loading"
},
"huggingfaceDedicated": {
"headers": {
"x-embedding-api-key": "___"
},
"sharedSecret": {
"providerKey": "___.providerKey"
},
"dimension": {
".*": 1234
},
"parameters": {
".*": {
"endpointName": "___",
"regionName": "___",
"cloudName": "___"
}
},
"warmupErr": "is currently loading"
},
"jinaAI": {
"headers": {
"x-embedding-api-key": "___"
},
"sharedSecret": {
"providerKey": "___.providerKey"
},
"warmupErr": "The timeout period of 5000ms has been exceeded"
},
"mistral": {
"headers": {
"x-embedding-api-key": "___"
},
"sharedSecret": {
"providerKey": "___.providerKey"
}
},
"nvidia": {},
"openai": {
"headers": {
"x-embedding-api-key": "___"
},
"sharedSecret": {
"providerKey": "___.providerKey"
}
},
"upstageAI": {
"headers": {
"x-embedding-api-key": "___"
},
"sharedSecret": {
"providerKey": "___.providerKey"
}
},
"voyageAI": {
"headers": {
"x-embedding-api-key": "___"
},
"sharedSecret": {
"providerKey": "___.providerKey"
},
"warmupErr": "The timeout period of 5000ms has been exceeded"
}
}