We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e8bad commit 7d843dbCopy full SHA for 7d843db
1 file changed
v2/inference/rag_not_matched.json
@@ -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