Skip to content

Commit 7d843db

Browse files
committed
add rag not matched sample
1 parent f2e8bad commit 7d843db

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

v2/inference/rag_not_matched.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"inference": {
3+
"id": "12345678-1234-1234-1234-123456789abc",
4+
"model": {
5+
"id": "test-model-id"
6+
},
7+
"file": {
8+
"name": "test-file-name.jpg",
9+
"alias": null,
10+
"page_count": 1,
11+
"mime_type": "image/jpeg"
12+
},
13+
"result": {
14+
"fields": {
15+
"field_simple": {
16+
"value": null,
17+
"confidence": null,
18+
"locations": []
19+
}
20+
},
21+
"raw_text": null,
22+
"rag": {
23+
"retrieved_document_id": null
24+
}
25+
},
26+
"active_options": {
27+
"raw_text": false,
28+
"rag": true,
29+
"polygon": false,
30+
"confidence": false
31+
}
32+
}
33+
}

0 commit comments

Comments
 (0)