... | ... | @@ -9,13 +9,13 @@ We will first fetch the data from repco, create batch jobs (jsonl files), and IN |
|
|
|
|
|
## jsonb structure
|
|
|
|
|
|
JSON
|
|
|
```
|
|
|
{ "de": {
|
|
|
{
|
|
|
"de": {
|
|
|
"value": "my string",
|
|
|
"auto_translation": true|false,
|
|
|
"auto_translation": true,
|
|
|
"language": "de",
|
|
|
"is_original": true|false,
|
|
|
"is_original": true,
|
|
|
"translated_by": "gtp4-o-mini.47.230"
|
|
|
}
|
|
|
}
|
... | ... | |