Skip to content

Commit 3c13ae2

Browse files
committed
Adding outputs
1 parent 7995934 commit 3c13ae2

File tree

4 files changed

+218
-0
lines changed

4 files changed

+218
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"query": {
3+
"semantic": {
4+
"field": "semantic_field",
5+
"query": "food consumption"
6+
}
7+
}
8+
}
Lines changed: 158 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,158 @@
1+
[
2+
{
3+
"score": 1.8814621,
4+
"file_url": "https://fake-invoices.example.com/fake/INV-0015.pdf",
5+
"issue_date": "2025-04-24",
6+
"total_amount": 130.0,
7+
"description": "Client entertainment dinner",
8+
"id": "INV-0015",
9+
"services": [
10+
{
11+
"price": 130.0,
12+
"name": "Dinner at El Gourmet"
13+
}
14+
]
15+
},
16+
{
17+
"score": 0.76836,
18+
"file_url": "https://fake-invoices.example.com/fake/INV-0011.pdf",
19+
"issue_date": "2025-04-20",
20+
"total_amount": 85.0,
21+
"description": "Business lunch with client",
22+
"id": "INV-0011",
23+
"services": [
24+
{
25+
"price": 85.0,
26+
"name": "Lunch at La Terraza Bistro"
27+
}
28+
]
29+
},
30+
{
31+
"score": 0.31618494,
32+
"file_url": "https://fake-invoices.example.com/fake/INV-0005.pdf",
33+
"issue_date": "2025-04-09",
34+
"total_amount": 600.0,
35+
"description": "Monthly technical support",
36+
"id": "INV-0005",
37+
"services": [
38+
{
39+
"price": 400.0,
40+
"name": "Preventive maintenance"
41+
},
42+
{
43+
"price": 200.0,
44+
"name": "Phone support"
45+
}
46+
]
47+
},
48+
{
49+
"score": 0.27274045,
50+
"file_url": "https://fake-invoices.example.com/fake/INV-0009.pdf",
51+
"issue_date": "2025-04-17",
52+
"total_amount": 1200.0,
53+
"description": "Annual subscription renewal",
54+
"id": "INV-0009",
55+
"services": [
56+
{
57+
"price": 1200.0,
58+
"name": "SaaS platform subscription"
59+
}
60+
]
61+
},
62+
{
63+
"score": 0.25688773,
64+
"file_url": "https://fake-invoices.example.com/fake/INV-0013.pdf",
65+
"issue_date": "2025-04-22",
66+
"total_amount": 200.0,
67+
"description": "Team-building activity",
68+
"id": "INV-0013",
69+
"services": [
70+
{
71+
"price": 200.0,
72+
"name": "Escape room experience for team"
73+
}
74+
]
75+
},
76+
{
77+
"score": 0.23697382,
78+
"file_url": "https://fake-invoices.example.com/fake/INV-0012.pdf",
79+
"issue_date": "2025-04-21",
80+
"total_amount": 450.0,
81+
"description": "Hotel accommodation during client visit",
82+
"id": "INV-0012",
83+
"services": [
84+
{
85+
"price": 450.0,
86+
"name": "3-night stay at Hotel Central"
87+
}
88+
]
89+
},
90+
{
91+
"score": 0.16704111,
92+
"file_url": "https://fake-invoices.example.com/fake/INV-0004.pdf",
93+
"issue_date": "2025-04-07",
94+
"total_amount": 3200.0,
95+
"description": "CRM system implementation",
96+
"id": "INV-0004",
97+
"services": [
98+
{
99+
"price": 2500.0,
100+
"name": "CRM setup"
101+
},
102+
{
103+
"price": 700.0,
104+
"name": "User training"
105+
}
106+
]
107+
},
108+
{
109+
"score": 0.083114706,
110+
"file_url": "https://fake-invoices.example.com/fake/INV-0007.pdf",
111+
"issue_date": "2025-04-13",
112+
"total_amount": 6000.0,
113+
"description": "Mobile app development",
114+
"id": "INV-0007",
115+
"services": [
116+
{
117+
"price": 3000.0,
118+
"name": "Android development"
119+
},
120+
{
121+
"price": 3000.0,
122+
"name": "iOS development"
123+
}
124+
]
125+
},
126+
{
127+
"score": 0.04272168,
128+
"file_url": "https://fake-invoices.example.com/fake/INV-0008.pdf",
129+
"issue_date": "2025-04-15",
130+
"total_amount": 1400.0,
131+
"description": "Network equipment sales",
132+
"id": "INV-0008",
133+
"services": [
134+
{
135+
"price": 800.0,
136+
"name": "Business router"
137+
},
138+
{
139+
"price": 600.0,
140+
"name": "Managed switch"
141+
}
142+
]
143+
},
144+
{
145+
"score": 0.017029667,
146+
"file_url": "https://fake-invoices.example.com/fake/INV-0014.pdf",
147+
"issue_date": "2025-04-23",
148+
"total_amount": 60.0,
149+
"description": "Local transportation for conference",
150+
"id": "INV-0014",
151+
"services": [
152+
{
153+
"price": 60.0,
154+
"name": "Taxi and metro rides"
155+
}
156+
]
157+
}
158+
]
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"query": {
3+
"range": {
4+
"issue_date": {
5+
"gte": "20/04/2025",
6+
"lte": "22/04/2025",
7+
"format": "dd/MM/yyyy"
8+
}
9+
}
10+
}
11+
}
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
[
2+
{
3+
"file_url": "https://fake-invoices.example.com/fake/INV-0011.pdf",
4+
"issue_date": "2025-04-20",
5+
"total_amount": 85.0,
6+
"description": "Business lunch with client",
7+
"id": "INV-0011",
8+
"services": [
9+
{
10+
"price": 85.0,
11+
"name": "Lunch at La Terraza Bistro"
12+
}
13+
]
14+
},
15+
{
16+
"file_url": "https://fake-invoices.example.com/fake/INV-0012.pdf",
17+
"issue_date": "2025-04-21",
18+
"total_amount": 450.0,
19+
"description": "Hotel accommodation during client visit",
20+
"id": "INV-0012",
21+
"services": [
22+
{
23+
"price": 450.0,
24+
"name": "3-night stay at Hotel Central"
25+
}
26+
]
27+
},
28+
{
29+
"file_url": "https://fake-invoices.example.com/fake/INV-0013.pdf",
30+
"issue_date": "2025-04-22",
31+
"total_amount": 200.0,
32+
"description": "Team-building activity",
33+
"id": "INV-0013",
34+
"services": [
35+
{
36+
"price": 200.0,
37+
"name": "Escape room experience for team"
38+
}
39+
]
40+
}
41+
]

0 commit comments

Comments
 (0)