|
11 | 11 | "created_at": "2024-05-22 19:27:09.781", |
12 | 12 | "tags": [], |
13 | 13 | "properties": [ |
14 | | - { |
15 | | - "property_id": "async_queue", |
16 | | - "value": "true" |
17 | | - }, |
18 | 14 | { |
19 | 15 | "property_id": "context_window", |
20 | 16 | "value": "60000" |
|
35 | 31 | "type": "object", |
36 | 32 | "oneOf": [ |
37 | 33 | { |
38 | | - "title": "BGE M3 Input Query and Contexts", |
| 34 | + "title": "Input Query and Contexts", |
39 | 35 | "properties": { |
40 | 36 | "query": { |
41 | 37 | "type": "string", |
|
67 | 63 | ] |
68 | 64 | }, |
69 | 65 | { |
70 | | - "title": "BGE M3 Input Embedding", |
| 66 | + "title": "Input Embedding", |
71 | 67 | "properties": { |
72 | 68 | "text": { |
73 | 69 | "oneOf": [ |
|
107 | 103 | "type": "object", |
108 | 104 | "oneOf": [ |
109 | 105 | { |
110 | | - "title": "BGE M3 Input Query and Contexts", |
| 106 | + "title": "Input Query and Contexts", |
111 | 107 | "properties": { |
112 | 108 | "query": { |
113 | 109 | "type": "string", |
|
139 | 135 | ] |
140 | 136 | }, |
141 | 137 | { |
142 | | - "title": "BGE M3 Input Embedding", |
| 138 | + "title": "Input Embedding", |
143 | 139 | "properties": { |
144 | 140 | "text": { |
145 | 141 | "oneOf": [ |
|
185 | 181 | "contentType": "application/json", |
186 | 182 | "oneOf": [ |
187 | 183 | { |
188 | | - "title": "BGE M3 Ouput Query", |
| 184 | + "title": "Ouput Query", |
189 | 185 | "properties": { |
190 | 186 | "response": { |
191 | 187 | "type": "array", |
|
206 | 202 | } |
207 | 203 | }, |
208 | 204 | { |
209 | | - "title": "BGE M3 Output Embedding for Contexts", |
| 205 | + "title": "Output Embedding for Contexts", |
210 | 206 | "properties": { |
211 | 207 | "response": { |
212 | 208 | "type": "array", |
|
234 | 230 | } |
235 | 231 | }, |
236 | 232 | { |
237 | | - "title": "BGE M3 Ouput Embedding", |
| 233 | + "title": "Ouput Embedding", |
238 | 234 | "properties": { |
239 | 235 | "shape": { |
240 | 236 | "type": "array", |
|
0 commit comments