File size: 160,236 Bytes
09e2ffb
fc7bcdc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
doc_id,domain,title,source_type,language,n_sections,n_tokens,n_chunks,avg_chunk_tokens,created_at_utc,last_updated_at_utc,is_active,contains_tables,pii_risk_level,security_tier,embedding_model,owner_team,search_index,top_keywords
DOC0001,support_faq,"Troubleshooting and Ticket support guide (Global, 2022)",spreadsheet,en,24,1021,11,92.82,2024-06-09T00:00:00Z,2024-07-05T00:00:00Z,1,0,none,internal,all-minilm-l12-v2,legal,research_index_v1,"ticket, steps, reset, troubleshooting"
DOC0002,policies,"Company policy on terms and policy (Global, 2022)",pdf_manual,en,6,313,4,78.25,2024-04-22T00:00:00Z,2024-06-28T00:00:00Z,1,1,none,restricted,gte-large,product,research_index_v1,"privacy, compliance, terms, policy"
DOC0003,developer_docs,Service-to-service auth and response β€” engineering guide 2023,internal_doc,en,17,584,7,83.43,2024-05-15T00:00:00Z,2024-09-21T00:00:00Z,1,1,low,restricted,gte-large,support,policy_index_v1,"endpoint, api, response, authentication"
DOC0004,product_docs,Product configuration guide β€” Pricing and Features,spreadsheet,en,11,496,6,82.67,2024-03-21T00:00:00Z,2024-07-26T00:00:00Z,1,1,none,restricted,text-embedding-3-small,marketing,research_index_v1,"pricing, features, plan, limits"
DOC0005,research_papers,Experimental study: Methodology in production systems,policy_file,en,3,223,3,74.33,2024-01-22T00:00:00Z,2024-04-15T00:00:00Z,1,1,none,internal,text-embedding-3-small,data,policy_index_v1,"limitation, methodology, dataset, baseline"
DOC0006,policies,"Company policy on terms and compliance (AMER, 2023)",pdf_manual,en,5,230,3,76.67,2024-06-21T00:00:00Z,2024-12-03T00:00:00Z,1,0,none,internal,gte-large,product,global_qa_index_v1,"terms, compliance, policy, privacy"
DOC0007,support_faq,Support playbook: handling ticket and reset tickets (2019),internal_doc,en,17,1702,18,94.56,2024-02-02T00:00:00Z,2024-07-22T00:00:00Z,1,0,medium,public,text-embedding-3-large,legal,global_qa_index_v1,"ticket, steps, reset, troubleshooting"
DOC0008,medical_guides,Treatment protocol overview β€” Monitoring (Global),internal_doc,en,11,460,6,76.67,2024-07-31T00:00:00Z,2024-10-12T00:00:00Z,1,0,medium,public,text-embedding-3-large,hr,research_index_v1,"symptoms, side effects, monitoring, dosage"
DOC0009,hr_policies,People operations handbook β€” Performance & Leave (2022),notebook,en,7,541,7,77.29,2024-12-17T00:00:00Z,2025-06-08T00:00:00Z,1,0,low,restricted,gte-large,engineering,global_qa_index_v1,"performance, leave, contract, benefits"
DOC0010,financial_reports,Business performance review β€” Q3 2021,internal_doc,en,21,779,11,70.82,2024-09-06T00:00:00Z,2024-09-24T00:00:00Z,1,1,none,internal,text-embedding-3-small,support,global_qa_index_v1,"cost, forecast, margin, segment"
DOC0011,support_faq,"Issue and Reset support guide (EMEA, 2019)",pdf_manual,en,16,1299,14,92.79,2024-07-01T00:00:00Z,2024-08-27T00:00:00Z,1,1,low,internal,text-embedding-3-small,finance,product_index_v2,"troubleshooting, issue, ticket, reset"
DOC0012,support_faq,"Steps and Reset support guide (EMEA, 2020)",notebook,en,9,469,5,93.8,2024-02-23T00:00:00Z,2024-05-27T00:00:00Z,1,0,none,internal,text-embedding-3-large,support,product_index_v2,"reset, troubleshooting, ticket, steps"
DOC0013,developer_docs,Service-to-service auth and endpoint β€” engineering guide 2022,pdf_manual,en,10,496,6,82.67,2024-07-19T00:00:00Z,2025-01-01T00:00:00Z,1,1,none,internal,gte-large,marketing,global_qa_index_v1,"endpoint, response, request, api"
DOC0014,support_faq,"Troubleshooting and Issue support guide (AMER, 2019)",wiki_page,en,24,463,5,92.6,2024-10-03T00:00:00Z,2024-10-05T00:00:00Z,1,0,none,internal,text-embedding-3-small,engineering,research_index_v1,"issue, steps, reset, troubleshooting"
DOC0015,policies,"Company policy on terms and policy (Global, 2025)",pdf_manual,en,25,701,9,77.89,2024-12-21T00:00:00Z,2025-01-08T00:00:00Z,0,1,low,public,e5-mistral-7b,engineering,policy_index_v1,"policy, terms, usage, privacy"
DOC0016,product_docs,Feature reference: Pricing (2021 APAC rollout),policy_file,en,11,746,9,82.89,2024-12-02T00:00:00Z,2025-04-29T00:00:00Z,1,1,low,internal,e5-mistral-7b,finance,product_index_v2,"pricing, plan, features, subscription"
DOC0017,product_docs,Admin guide for features and advanced settings,wiki_page,en,10,416,5,83.2,2024-09-28T00:00:00Z,2024-10-11T00:00:00Z,1,1,none,highly_restricted,text-embedding-3-small,legal,product_index_v2,"pricing, features, limits, subscription"
DOC0018,hr_policies,"HR guideline on leave for permanent staff (APAC, 2020)",notebook,en,25,777,10,77.7,2024-01-08T00:00:00Z,2024-04-16T00:00:00Z,1,0,low,restricted,text-embedding-3-large,support,policy_index_v1,"performance, leave, probation, contract"
DOC0019,support_faq,Support playbook: handling reset and steps tickets (2019),pdf_manual,en,25,469,5,93.8,2024-02-08T00:00:00Z,2024-05-15T00:00:00Z,1,0,none,public,gte-large,product,global_qa_index_v1,"issue, reset, steps, troubleshooting"
DOC0020,hr_policies,People operations handbook β€” Performance & Probation (2025),web_article,en,21,1462,19,76.95,2024-03-07T00:00:00Z,2024-08-21T00:00:00Z,1,1,none,internal,text-embedding-3-small,engineering,product_index_v2,"performance, contract, probation, benefits"
DOC0021,policies,"Company policy on privacy and policy (APAC, 2025)",notebook,en,13,384,5,76.8,2024-06-07T00:00:00Z,2024-10-21T00:00:00Z,1,0,low,public,gte-large,marketing,global_qa_index_v1,"privacy, terms, usage, policy"
DOC0022,financial_reports,Business performance review β€” Q1 2025,spreadsheet,en,7,353,5,70.6,2024-07-07T00:00:00Z,2024-11-03T00:00:00Z,1,1,low,internal,e5-mistral-7b,data,global_qa_index_v1,"cost, margin, segment, revenue"
DOC0023,medical_guides,Clinical guidance on treatment and side effects (2022 edition),internal_doc,en,7,488,6,81.33,2024-05-04T00:00:00Z,2024-09-17T00:00:00Z,1,1,low,public,text-embedding-3-small,engineering,global_qa_index_v1,"treatment, monitoring, side effects, symptoms"
DOC0024,financial_reports,Business performance review β€” Q3 2019,spreadsheet,en,10,211,3,70.33,2024-04-21T00:00:00Z,2024-08-03T00:00:00Z,1,1,low,internal,text-embedding-3-large,data,product_index_v2,"segment, forecast, margin, revenue"
DOC0025,financial_reports,Quarterly financial summary β€” Q4 2024 (Global),pdf_manual,en,17,799,11,72.64,2024-10-05T00:00:00Z,2024-12-08T00:00:00Z,1,1,medium,restricted,text-embedding-3-small,engineering,product_index_v2,"forecast, margin, revenue, cost"
DOC0026,product_docs,Admin guide for limits and advanced settings,spreadsheet,en,4,584,7,83.43,2024-01-11T00:00:00Z,2024-06-25T00:00:00Z,1,0,low,restricted,gte-large,legal,product_index_v2,"subscription, limits, pricing, plan"
DOC0027,support_faq,"How to troubleshooting β€” internal support article (EMEA, 2021)",spreadsheet,en,8,864,9,96.0,2024-12-14T00:00:00Z,2025-03-31T00:00:00Z,1,1,none,public,bge-m3,finance,policy_index_v1,"steps, issue, troubleshooting, ticket"
DOC0028,hr_policies,Employee leave and probation policy β€” AMER 2021,spreadsheet,en,17,152,2,76.0,2024-10-04T00:00:00Z,2024-12-23T00:00:00Z,1,1,none,internal,gte-large,product,research_index_v1,"contract, probation, benefits, leave"
DOC0029,financial_reports,Business performance review β€” Q1 2021,web_article,en,17,211,3,70.33,2024-01-02T00:00:00Z,2024-04-09T00:00:00Z,1,0,low,public,all-minilm-l12-v2,engineering,research_index_v1,"segment, cost, margin, forecast"
DOC0030,research_papers,Applied research summary β€” Results (2023),wiki_page,en,7,226,3,75.33,2024-04-24T00:00:00Z,2024-07-23T00:00:00Z,1,1,none,internal,all-minilm-l12-v2,support,product_index_v2,"baseline, methodology, results, limitation"
DOC0031,financial_reports,Revenue and margin analysis β€” 2020 Global,spreadsheet,en,14,144,2,72.0,2024-11-21T00:00:00Z,2025-03-26T00:00:00Z,0,1,medium,restricted,all-minilm-l12-v2,support,policy_index_v1,"margin, revenue, forecast, segment"
DOC0032,research_papers,Applied research summary β€” Limitation (2021),web_article,en,19,528,7,75.43,2024-06-10T00:00:00Z,2024-07-17T00:00:00Z,0,1,none,public,bge-m3,data,research_index_v1,"baseline, dataset, results, limitation"
DOC0033,hr_policies,People operations handbook β€” Contract & Probation (2024),policy_file,en,25,1771,23,77.0,2024-11-04T00:00:00Z,2024-11-29T00:00:00Z,1,1,none,restricted,bge-m3,finance,product_index_v2,"probation, leave, benefits, contract"
DOC0034,hr_policies,Employee benefits and contract policy β€” AMER 2024,spreadsheet,en,9,388,5,77.6,2024-11-24T00:00:00Z,2025-01-19T00:00:00Z,1,0,low,restricted,bge-m3,data,product_index_v2,"performance, benefits, probation, contract"
DOC0035,research_papers,Experimental study: Baseline in production systems,notebook,en,18,1192,16,74.5,2024-10-16T00:00:00Z,2025-02-13T00:00:00Z,1,0,none,public,text-embedding-3-large,legal,global_qa_index_v1,"methodology, results, baseline, limitation"
DOC0036,product_docs,Feature reference: Limits (2021 AMER rollout),internal_doc,en,23,1068,13,82.15,2024-01-24T00:00:00Z,2024-04-24T00:00:00Z,1,0,none,internal,gte-large,engineering,policy_index_v1,"features, subscription, limits, plan"
DOC0037,research_papers,Experimental study: Baseline in production systems,spreadsheet,en,24,306,4,76.5,2024-11-07T00:00:00Z,2024-12-13T00:00:00Z,1,0,none,public,bge-m3,legal,global_qa_index_v1,"baseline, methodology, dataset, limitation"
DOC0038,hr_policies,Employee leave and performance policy β€” AMER 2022,internal_doc,en,11,691,9,76.78,2024-03-07T00:00:00Z,2024-05-17T00:00:00Z,1,1,low,internal,all-minilm-l12-v2,support,product_index_v2,"leave, benefits, performance, probation"
DOC0039,medical_guides,Medication and monitoring guide β€” Treatment,notebook,en,24,231,3,77.0,2024-07-17T00:00:00Z,2024-10-10T00:00:00Z,1,0,medium,internal,text-embedding-3-small,support,global_qa_index_v1,"dosage, symptoms, treatment, monitoring"
DOC0040,support_faq,"How to reset β€” internal support article (APAC, 2020)",wiki_page,en,23,475,5,95.0,2024-03-19T00:00:00Z,2024-07-01T00:00:00Z,1,1,low,public,gte-large,engineering,global_qa_index_v1,"issue, reset, ticket, troubleshooting"
DOC0041,developer_docs,API reference: Api endpoint (2020),internal_doc,en,23,237,3,79.0,2024-12-16T00:00:00Z,2025-05-06T00:00:00Z,1,0,low,public,bge-m3,legal,global_qa_index_v1,"api, response, request, authentication"
DOC0042,hr_policies,Employee benefits and performance policy β€” Global 2024,pdf_manual,en,18,607,8,75.88,2024-10-20T00:00:00Z,2025-03-18T00:00:00Z,0,1,none,restricted,e5-mistral-7b,engineering,global_qa_index_v1,"benefits, leave, probation, performance"
DOC0043,policies,Information governance standard β€” Policy,spreadsheet,en,25,369,5,73.8,2024-03-02T00:00:00Z,2024-07-18T00:00:00Z,0,0,low,internal,all-minilm-l12-v2,data,research_index_v1,"privacy, compliance, policy, terms"
DOC0044,research_papers,Experimental study: Baseline in production systems,internal_doc,en,25,527,7,75.29,2024-06-18T00:00:00Z,2024-07-24T00:00:00Z,1,1,none,internal,bge-m3,hr,product_index_v2,"baseline, limitation, dataset, results"
DOC0045,policies,Information governance standard β€” Policy,spreadsheet,en,22,361,5,72.2,2024-02-19T00:00:00Z,2024-03-02T00:00:00Z,1,1,medium,internal,text-embedding-3-small,marketing,product_index_v2,"usage, privacy, compliance, policy"
DOC0046,medical_guides,Medication and monitoring guide β€” Symptoms,pdf_manual,en,24,1170,15,78.0,2024-08-29T00:00:00Z,2024-11-24T00:00:00Z,1,0,medium,highly_restricted,all-minilm-l12-v2,finance,policy_index_v1,"dosage, side effects, treatment, symptoms"
DOC0047,financial_reports,Business performance review β€” Q2 2023,internal_doc,en,4,779,11,70.82,2024-11-24T00:00:00Z,2025-01-07T00:00:00Z,1,1,low,internal,bge-m3,product,global_qa_index_v1,"margin, revenue, segment, cost"
DOC0048,product_docs,Product configuration guide β€” Plan and Subscription,wiki_page,en,23,671,8,83.88,2024-09-06T00:00:00Z,2025-03-02T00:00:00Z,1,0,low,internal,gte-large,data,research_index_v1,"features, subscription, plan, limits"
DOC0049,developer_docs,API reference: Api endpoint (2022),notebook,en,12,319,4,79.75,2024-01-25T00:00:00Z,2024-04-08T00:00:00Z,1,1,low,restricted,gte-large,legal,product_index_v2,"response, endpoint, authentication, api"
DOC0050,product_docs,Feature reference: Plan (2024 APAC rollout),policy_file,en,24,406,5,81.2,2024-03-28T00:00:00Z,2024-08-02T00:00:00Z,1,1,none,internal,bge-m3,product,global_qa_index_v1,"pricing, plan, subscription, limits"
DOC0051,medical_guides,Clinical guidance on monitoring and side effects (2024 edition),pdf_manual,en,26,319,4,79.75,2024-08-12T00:00:00Z,2024-11-03T00:00:00Z,1,1,none,restricted,text-embedding-3-large,legal,product_index_v2,"treatment, monitoring, side effects, symptoms"
DOC0052,financial_reports,Revenue and margin analysis β€” 2025 Global,policy_file,en,25,215,3,71.67,2024-04-09T00:00:00Z,2024-09-25T00:00:00Z,0,0,medium,highly_restricted,text-embedding-3-large,legal,product_index_v2,"segment, margin, cost, revenue"
DOC0053,product_docs,Admin guide for plan and advanced settings,notebook,en,20,587,7,83.86,2024-06-25T00:00:00Z,2024-09-01T00:00:00Z,1,0,none,internal,all-minilm-l12-v2,hr,product_index_v2,"plan, features, pricing, subscription"
DOC0054,support_faq,"How to ticket β€” internal support article (EMEA, 2021)",spreadsheet,en,17,667,7,95.29,2024-05-18T00:00:00Z,2024-09-12T00:00:00Z,1,0,none,internal,gte-large,support,product_index_v2,"steps, reset, ticket, troubleshooting"
DOC0055,developer_docs,Developer integration guide β€” Authentication and Response,notebook,en,14,409,5,81.8,2024-05-20T00:00:00Z,2024-09-06T00:00:00Z,1,0,low,public,all-minilm-l12-v2,marketing,product_index_v2,"response, api, request, authentication"
DOC0056,support_faq,"How to steps β€” internal support article (AMER, 2021)",internal_doc,en,5,188,2,94.0,2024-10-06T00:00:00Z,2025-04-01T00:00:00Z,1,0,none,highly_restricted,text-embedding-3-small,product,product_index_v2,"troubleshooting, steps, ticket, reset"
DOC0057,research_papers,Internal research report on methodology and results (2024),web_article,en,25,386,5,77.2,2024-02-05T00:00:00Z,2024-05-23T00:00:00Z,1,0,none,internal,text-embedding-3-small,product,product_index_v2,"baseline, dataset, results, methodology"
DOC0058,hr_policies,Employee contract and probation policy β€” EMEA 2024,policy_file,en,11,532,7,76.0,2024-01-14T00:00:00Z,2024-04-11T00:00:00Z,1,0,none,internal,gte-large,finance,research_index_v1,"leave, probation, benefits, contract"
DOC0059,research_papers,Applied research summary β€” Methodology (2025),wiki_page,en,24,223,3,74.33,2024-11-28T00:00:00Z,2025-01-11T00:00:00Z,1,1,none,internal,all-minilm-l12-v2,hr,product_index_v2,"methodology, limitation, baseline, dataset"
DOC0060,financial_reports,Business performance review β€” Q2 2020,internal_doc,en,3,566,8,70.75,2024-07-06T00:00:00Z,2024-08-28T00:00:00Z,0,0,none,public,e5-mistral-7b,product,global_qa_index_v1,"segment, revenue, cost, margin"
DOC0061,product_docs,Feature reference: Pricing (2024 APAC rollout),web_article,en,4,243,3,81.0,2024-10-13T00:00:00Z,2024-11-02T00:00:00Z,1,1,low,restricted,text-embedding-3-large,marketing,research_index_v1,"plan, subscription, pricing, limits"
DOC0062,medical_guides,Treatment protocol overview β€” Side effects (Global),wiki_page,en,12,235,3,78.33,2024-10-04T00:00:00Z,2025-03-04T00:00:00Z,1,0,medium,restricted,text-embedding-3-small,marketing,product_index_v2,"side effects, symptoms, treatment, monitoring"
DOC0063,policies,Data and access policy β€” 2025 update,spreadsheet,en,25,371,5,74.2,2024-06-06T00:00:00Z,2024-09-18T00:00:00Z,1,0,none,public,bge-m3,marketing,product_index_v2,"policy, privacy, usage, terms"
DOC0064,product_docs,Admin guide for features and advanced settings,wiki_page,en,12,585,7,83.57,2024-06-07T00:00:00Z,2024-09-10T00:00:00Z,1,1,low,internal,text-embedding-3-small,data,research_index_v1,"limits, features, plan, subscription"
DOC0065,financial_reports,Business performance review β€” Q3 2019,spreadsheet,en,4,1844,26,70.92,2024-06-27T00:00:00Z,2024-08-05T00:00:00Z,1,1,none,restricted,all-minilm-l12-v2,engineering,global_qa_index_v1,"segment, margin, revenue, cost"
DOC0066,product_docs,Product configuration guide β€” Pricing and Features,pdf_manual,en,17,330,4,82.5,2024-07-07T00:00:00Z,2024-12-29T00:00:00Z,1,0,none,public,text-embedding-3-large,legal,research_index_v1,"plan, features, pricing, limits"
DOC0067,support_faq,Support playbook: handling reset and ticket tickets (2025),spreadsheet,en,20,668,7,95.43,2024-01-10T00:00:00Z,2024-04-09T00:00:00Z,1,0,none,public,bge-m3,hr,policy_index_v1,"issue, reset, steps, ticket"
DOC0068,hr_policies,Employee contract and probation policy β€” APAC 2023,policy_file,en,19,775,10,77.5,2024-07-24T00:00:00Z,2024-09-30T00:00:00Z,1,1,none,internal,e5-mistral-7b,legal,global_qa_index_v1,"performance, probation, benefits, contract"
DOC0069,developer_docs,Developer integration guide β€” Authentication and Endpoint,spreadsheet,en,18,326,4,81.5,2024-09-18T00:00:00Z,2024-10-01T00:00:00Z,1,0,low,internal,e5-mistral-7b,product,global_qa_index_v1,"authentication, api, request, endpoint"
DOC0070,financial_reports,Quarterly financial summary β€” Q3 2025 (APAC),policy_file,en,12,1529,21,72.81,2024-03-16T00:00:00Z,2024-05-21T00:00:00Z,1,1,low,public,bge-m3,hr,global_qa_index_v1,"segment, forecast, revenue, margin"
DOC0071,support_faq,Support playbook: handling ticket and issue tickets (2022),notebook,en,26,279,3,93.0,2024-08-22T00:00:00Z,2024-12-27T00:00:00Z,1,0,none,internal,text-embedding-3-large,engineering,policy_index_v1,"ticket, issue, steps, reset"
DOC0072,product_docs,Admin guide for limits and advanced settings,internal_doc,en,23,670,8,83.75,2024-07-07T00:00:00Z,2024-07-12T00:00:00Z,1,1,low,restricted,text-embedding-3-large,engineering,product_index_v2,"pricing, limits, features, subscription"
DOC0073,financial_reports,Revenue and margin analysis β€” 2024 AMER,notebook,en,7,580,8,72.5,2024-11-01T00:00:00Z,2024-11-06T00:00:00Z,0,0,none,restricted,e5-mistral-7b,support,product_index_v2,"cost, revenue, segment, margin"
DOC0074,hr_policies,Employee probation and benefits policy β€” AMER 2022,notebook,en,24,229,3,76.33,2024-09-05T00:00:00Z,2024-12-04T00:00:00Z,1,0,none,highly_restricted,e5-mistral-7b,marketing,policy_index_v1,"contract, probation, benefits, leave"
DOC0075,research_papers,Internal research report on methodology and baseline (2023),wiki_page,en,11,464,6,77.33,2024-03-18T00:00:00Z,2024-05-31T00:00:00Z,1,0,none,restricted,text-embedding-3-small,support,product_index_v2,"methodology, dataset, limitation, baseline"
DOC0076,developer_docs,Developer integration guide β€” Request and Api,wiki_page,en,9,575,7,82.14,2024-03-08T00:00:00Z,2024-07-18T00:00:00Z,0,0,low,public,text-embedding-3-large,support,policy_index_v1,"authentication, api, endpoint, request"
DOC0077,policies,"Company policy on compliance and usage (Global, 2021)",web_article,en,3,467,6,77.83,2024-09-09T00:00:00Z,2024-11-16T00:00:00Z,1,0,none,internal,gte-large,support,policy_index_v1,"compliance, usage, privacy, terms"
DOC0078,research_papers,Internal research report on results and dataset (2019),pdf_manual,en,8,921,12,76.75,2024-04-03T00:00:00Z,2024-05-19T00:00:00Z,1,0,low,public,gte-large,legal,product_index_v2,"baseline, dataset, limitation, results"
DOC0079,hr_policies,Employee probation and performance policy β€” AMER 2021,wiki_page,en,19,304,4,76.0,2024-12-16T00:00:00Z,2025-02-03T00:00:00Z,1,0,none,restricted,gte-large,hr,research_index_v1,"contract, probation, leave, performance"
DOC0080,policies,"Company policy on privacy and compliance (EMEA, 2024)",notebook,en,13,477,6,79.5,2024-05-07T00:00:00Z,2024-09-06T00:00:00Z,0,1,none,restricted,e5-mistral-7b,hr,global_qa_index_v1,"compliance, privacy, usage, policy"
DOC0081,hr_policies,Employee performance and contract policy β€” EMEA 2019,web_article,en,6,535,7,76.43,2024-11-06T00:00:00Z,2024-12-11T00:00:00Z,1,1,medium,highly_restricted,text-embedding-3-large,data,research_index_v1,"probation, performance, contract, leave"
DOC0082,medical_guides,Medication and monitoring guide β€” Symptoms,notebook,en,17,383,5,76.6,2024-05-31T00:00:00Z,2024-11-09T00:00:00Z,1,1,none,highly_restricted,bge-m3,data,global_qa_index_v1,"treatment, dosage, side effects, symptoms"
DOC0083,hr_policies,Employee benefits and probation policy β€” AMER 2022,notebook,en,11,385,5,77.0,2024-07-18T00:00:00Z,2024-12-06T00:00:00Z,1,0,none,internal,all-minilm-l12-v2,support,global_qa_index_v1,"probation, performance, benefits, contract"
DOC0084,financial_reports,Revenue and margin analysis β€” 2024 EMEA,internal_doc,en,20,288,4,72.0,2024-03-27T00:00:00Z,2024-04-17T00:00:00Z,1,0,none,public,text-embedding-3-small,finance,policy_index_v1,"cost, forecast, margin, revenue"
DOC0085,research_papers,Experimental study: Methodology in production systems,notebook,en,15,3895,52,74.9,2024-07-07T00:00:00Z,2024-11-13T00:00:00Z,1,1,low,public,text-embedding-3-small,engineering,research_index_v1,"results, dataset, baseline, methodology"
DOC0086,developer_docs,Developer integration guide β€” Request and Api,policy_file,en,9,324,4,81.0,2024-03-28T00:00:00Z,2024-07-07T00:00:00Z,1,0,low,public,e5-mistral-7b,hr,research_index_v1,"response, api, request, authentication"
DOC0087,research_papers,Internal research report on limitation and results (2025),notebook,en,19,151,2,75.5,2024-10-24T00:00:00Z,2024-12-21T00:00:00Z,1,1,none,restricted,text-embedding-3-large,data,research_index_v1,"limitation, dataset, results, baseline"
DOC0088,hr_policies,Employee benefits and performance policy β€” EMEA 2021,web_article,en,5,307,4,76.75,2024-05-26T00:00:00Z,2024-10-29T00:00:00Z,1,1,none,restricted,gte-large,engineering,research_index_v1,"probation, benefits, performance, contract"
DOC0089,policies,Information governance standard β€” Usage,spreadsheet,en,26,215,3,71.67,2024-03-28T00:00:00Z,2024-09-14T00:00:00Z,1,1,none,restricted,text-embedding-3-small,marketing,policy_index_v1,"usage, compliance, privacy, policy"
DOC0090,medical_guides,Treatment protocol overview β€” Treatment (Global),internal_doc,en,5,314,4,78.5,2024-09-10T00:00:00Z,2024-11-17T00:00:00Z,1,1,none,restricted,text-embedding-3-small,engineering,research_index_v1,"treatment, side effects, dosage, symptoms"
DOC0091,product_docs,Admin guide for plan and advanced settings,notebook,en,24,743,9,82.56,2024-05-18T00:00:00Z,2024-09-13T00:00:00Z,1,1,none,public,bge-m3,finance,product_index_v2,"features, limits, plan, subscription"
DOC0092,hr_policies,Employee leave and probation policy β€” EMEA 2024,spreadsheet,en,19,301,4,75.25,2024-04-01T00:00:00Z,2024-08-30T00:00:00Z,1,0,none,internal,text-embedding-3-small,data,product_index_v2,"probation, contract, benefits, leave"
DOC0093,support_faq,"How to steps β€” internal support article (APAC, 2025)",pdf_manual,en,6,190,2,95.0,2024-03-04T00:00:00Z,2024-07-19T00:00:00Z,1,1,none,restricted,text-embedding-3-large,legal,research_index_v1,"ticket, steps, troubleshooting, reset"
DOC0094,research_papers,Applied research summary β€” Methodology (2022),pdf_manual,en,14,297,4,74.25,2024-12-13T00:00:00Z,2025-02-07T00:00:00Z,1,0,low,public,gte-large,data,global_qa_index_v1,"baseline, methodology, limitation, results"
DOC0095,research_papers,Applied research summary β€” Limitation (2020),notebook,en,24,815,11,74.09,2024-08-17T00:00:00Z,2024-10-11T00:00:00Z,1,1,low,internal,all-minilm-l12-v2,engineering,product_index_v2,"limitation, baseline, dataset, methodology"
DOC0096,support_faq,Support playbook: handling ticket and troubleshooting tickets (2019),policy_file,en,14,755,8,94.38,2024-09-21T00:00:00Z,2025-01-08T00:00:00Z,0,1,none,public,text-embedding-3-small,product,research_index_v1,"ticket, steps, reset, troubleshooting"
DOC0097,medical_guides,Clinical guidance on symptoms and treatment (2022 edition),web_article,en,11,396,5,79.2,2024-08-13T00:00:00Z,2024-11-21T00:00:00Z,1,1,medium,restricted,bge-m3,product,product_index_v2,"monitoring, dosage, symptoms, treatment"
DOC0098,medical_guides,Medication and monitoring guide β€” Symptoms,internal_doc,en,13,305,4,76.25,2024-07-18T00:00:00Z,2025-01-12T00:00:00Z,1,1,low,restricted,text-embedding-3-large,engineering,global_qa_index_v1,"treatment, dosage, monitoring, symptoms"
DOC0099,support_faq,Support playbook: handling steps and issue tickets (2025),internal_doc,en,3,472,5,94.4,2024-01-20T00:00:00Z,2024-06-18T00:00:00Z,1,0,none,restricted,text-embedding-3-small,data,global_qa_index_v1,"reset, steps, troubleshooting, issue"
DOC0100,financial_reports,Revenue and margin analysis β€” 2023 APAC,spreadsheet,en,16,215,3,71.67,2024-01-26T00:00:00Z,2024-06-02T00:00:00Z,1,0,none,restricted,text-embedding-3-small,engineering,research_index_v1,"cost, revenue, margin, forecast"
DOC0101,policies,"Company policy on terms and compliance (EMEA, 2022)",web_article,en,26,691,9,76.78,2024-01-18T00:00:00Z,2024-01-30T00:00:00Z,1,0,medium,highly_restricted,e5-mistral-7b,product,product_index_v2,"terms, compliance, privacy, policy"
DOC0102,financial_reports,Revenue and margin analysis β€” 2025 AMER,web_article,en,18,580,8,72.5,2024-02-22T00:00:00Z,2024-07-20T00:00:00Z,1,0,low,internal,bge-m3,finance,policy_index_v1,"revenue, segment, forecast, cost"
DOC0103,research_papers,Internal research report on results and dataset (2023),wiki_page,en,3,308,4,77.0,2024-02-29T00:00:00Z,2024-08-13T00:00:00Z,1,0,low,public,e5-mistral-7b,support,policy_index_v1,"methodology, baseline, results, dataset"
DOC0104,policies,Information governance standard β€” Policy,policy_file,en,20,871,12,72.58,2024-06-11T00:00:00Z,2024-11-09T00:00:00Z,1,1,low,public,e5-mistral-7b,engineering,research_index_v1,"policy, usage, privacy, terms"
DOC0105,research_papers,Applied research summary β€” Baseline (2024),internal_doc,en,7,736,10,73.6,2024-03-29T00:00:00Z,2024-09-18T00:00:00Z,1,1,low,restricted,gte-large,hr,policy_index_v1,"methodology, baseline, limitation, results"
DOC0106,product_docs,Admin guide for limits and advanced settings,notebook,en,26,248,3,82.67,2024-06-24T00:00:00Z,2024-07-06T00:00:00Z,1,0,low,restricted,bge-m3,legal,research_index_v1,"plan, limits, features, subscription"
DOC0107,developer_docs,API reference: Response endpoint (2024),internal_doc,en,10,395,5,79.0,2024-04-06T00:00:00Z,2024-09-16T00:00:00Z,1,0,none,internal,text-embedding-3-small,marketing,product_index_v2,"request, response, endpoint, api"
DOC0108,research_papers,Applied research summary β€” Dataset (2020),notebook,en,18,893,12,74.42,2024-05-12T00:00:00Z,2024-06-04T00:00:00Z,1,1,medium,internal,text-embedding-3-large,hr,product_index_v2,"limitation, results, dataset, methodology"
DOC0109,product_docs,Product configuration guide β€” Limits and Plan,pdf_manual,en,17,331,4,82.75,2024-03-31T00:00:00Z,2024-08-21T00:00:00Z,1,0,low,restricted,bge-m3,product,research_index_v1,"subscription, plan, limits, pricing"
DOC0110,support_faq,"Issue and Reset support guide (APAC, 2022)",pdf_manual,en,23,463,5,92.6,2024-06-01T00:00:00Z,2024-08-02T00:00:00Z,1,0,none,internal,e5-mistral-7b,marketing,global_qa_index_v1,"troubleshooting, issue, steps, reset"
DOC0111,research_papers,Experimental study: Dataset in production systems,web_article,en,10,370,5,74.0,2024-06-01T00:00:00Z,2024-06-26T00:00:00Z,1,0,none,public,bge-m3,legal,research_index_v1,"dataset, baseline, methodology, results"
DOC0112,support_faq,Support playbook: handling steps and ticket tickets (2022),wiki_page,en,18,191,2,95.5,2024-11-09T00:00:00Z,2025-03-29T00:00:00Z,1,1,none,internal,gte-large,support,policy_index_v1,"ticket, issue, reset, steps"
DOC0113,product_docs,Product configuration guide β€” Limits and Pricing,internal_doc,en,18,581,7,83.0,2024-07-06T00:00:00Z,2024-09-06T00:00:00Z,1,1,low,highly_restricted,text-embedding-3-large,finance,policy_index_v1,"pricing, limits, plan, features"
DOC0114,developer_docs,Developer integration guide β€” Authentication and Request,internal_doc,en,13,577,7,82.43,2024-09-17T00:00:00Z,2025-02-27T00:00:00Z,1,1,none,public,text-embedding-3-small,finance,policy_index_v1,"endpoint, request, authentication, response"
DOC0115,support_faq,Support playbook: handling troubleshooting and reset tickets (2022),wiki_page,en,18,660,7,94.29,2024-10-02T00:00:00Z,2024-12-22T00:00:00Z,1,0,low,public,text-embedding-3-small,marketing,policy_index_v1,"reset, ticket, troubleshooting, issue"
DOC0116,policies,Information governance standard β€” Terms,internal_doc,en,21,1559,21,74.24,2024-11-27T00:00:00Z,2025-02-12T00:00:00Z,1,1,medium,highly_restricted,gte-large,marketing,product_index_v2,"usage, compliance, terms, privacy"
DOC0117,support_faq,"How to reset β€” internal support article (AMER, 2020)",pdf_manual,en,17,1436,15,95.73,2024-07-14T00:00:00Z,2024-09-01T00:00:00Z,1,0,none,public,text-embedding-3-small,marketing,global_qa_index_v1,"issue, steps, troubleshooting, reset"
DOC0118,hr_policies,People operations handbook β€” Probation & Contract (2021),web_article,en,3,1531,20,76.55,2024-08-19T00:00:00Z,2024-10-10T00:00:00Z,1,0,low,internal,e5-mistral-7b,data,global_qa_index_v1,"probation, performance, benefits, contract"
DOC0119,hr_policies,"HR guideline on leave for permanent staff (APAC, 2022)",wiki_page,en,25,1641,21,78.14,2024-01-21T00:00:00Z,2024-07-03T00:00:00Z,1,0,none,restricted,text-embedding-3-small,legal,product_index_v2,"probation, leave, contract, performance"
DOC0120,research_papers,Applied research summary β€” Methodology (2020),wiki_page,en,23,978,13,75.23,2024-08-21T00:00:00Z,2025-01-07T00:00:00Z,1,1,low,highly_restricted,bge-m3,legal,product_index_v2,"limitation, methodology, results, baseline"
DOC0121,hr_policies,People operations handbook β€” Probation & Benefits (2024),internal_doc,en,22,1072,14,76.57,2024-03-02T00:00:00Z,2024-06-09T00:00:00Z,0,0,low,restricted,e5-mistral-7b,engineering,policy_index_v1,"probation, performance, leave, benefits"
DOC0122,support_faq,"How to ticket β€” internal support article (AMER, 2024)",spreadsheet,en,25,1724,18,95.78,2024-10-01T00:00:00Z,2024-10-20T00:00:00Z,1,1,none,internal,bge-m3,engineering,research_index_v1,"reset, ticket, troubleshooting, steps"
DOC0123,research_papers,Internal research report on limitation and results (2024),pdf_manual,en,24,159,2,79.5,2024-11-15T00:00:00Z,2025-02-09T00:00:00Z,1,1,none,restricted,all-minilm-l12-v2,hr,research_index_v1,"limitation, results, methodology, dataset"
DOC0124,developer_docs,API reference: Api endpoint (2021),internal_doc,en,8,1115,14,79.64,2024-02-07T00:00:00Z,2024-02-28T00:00:00Z,0,1,low,internal,text-embedding-3-small,data,policy_index_v1,"authentication, api, response, endpoint"
DOC0125,support_faq,"Ticket and Steps support guide (Global, 2025)",wiki_page,en,19,462,5,92.4,2024-05-08T00:00:00Z,2024-05-22T00:00:00Z,1,1,medium,public,e5-mistral-7b,finance,global_qa_index_v1,"reset, ticket, steps, troubleshooting"
DOC0126,financial_reports,Quarterly financial summary β€” Q4 2019 (APAC),internal_doc,en,12,434,6,72.33,2024-04-06T00:00:00Z,2024-08-06T00:00:00Z,1,0,none,internal,all-minilm-l12-v2,support,research_index_v1,"revenue, forecast, margin, cost"
DOC0127,product_docs,Feature reference: Pricing (2025 Global rollout),pdf_manual,en,23,409,5,81.8,2024-02-10T00:00:00Z,2024-02-12T00:00:00Z,0,0,none,highly_restricted,all-minilm-l12-v2,legal,research_index_v1,"pricing, limits, plan, features"
DOC0128,hr_policies,"HR guideline on leave for permanent staff (EMEA, 2025)",notebook,en,21,1252,16,78.25,2024-04-27T00:00:00Z,2024-07-29T00:00:00Z,1,0,low,highly_restricted,text-embedding-3-small,hr,policy_index_v1,"benefits, leave, performance, probation"
DOC0129,support_faq,Support playbook: handling issue and reset tickets (2020),internal_doc,en,20,2460,26,94.62,2024-03-06T00:00:00Z,2024-03-12T00:00:00Z,1,0,low,restricted,gte-large,hr,product_index_v2,"ticket, issue, reset, troubleshooting"
DOC0130,support_faq,Support playbook: handling issue and reset tickets (2020),pdf_manual,en,6,185,2,92.5,2024-03-20T00:00:00Z,2024-06-08T00:00:00Z,1,1,none,public,text-embedding-3-small,data,policy_index_v1,"troubleshooting, issue, reset, ticket"
DOC0131,hr_policies,Employee leave and benefits policy β€” AMER 2021,notebook,en,22,463,6,77.17,2024-10-03T00:00:00Z,2025-03-18T00:00:00Z,1,0,none,highly_restricted,e5-mistral-7b,marketing,product_index_v2,"benefits, performance, leave, contract"
DOC0132,research_papers,Internal research report on baseline and dataset (2023),web_article,en,17,1539,20,76.95,2024-05-14T00:00:00Z,2024-06-11T00:00:00Z,1,0,none,restricted,text-embedding-3-small,marketing,policy_index_v1,"methodology, dataset, baseline, limitation"
DOC0133,financial_reports,Business performance review β€” Q1 2023,web_article,en,7,1134,16,70.88,2024-10-07T00:00:00Z,2024-12-29T00:00:00Z,1,0,none,restricted,all-minilm-l12-v2,data,global_qa_index_v1,"segment, forecast, margin, revenue"
DOC0134,financial_reports,Business performance review β€” Q1 2022,pdf_manual,en,10,282,4,70.5,2024-09-14T00:00:00Z,2024-12-21T00:00:00Z,1,1,none,highly_restricted,text-embedding-3-large,engineering,product_index_v2,"margin, forecast, revenue, segment"
DOC0135,medical_guides,Medication and monitoring guide β€” Treatment,pdf_manual,en,18,302,4,75.5,2024-12-21T00:00:00Z,2025-02-12T00:00:00Z,1,0,none,restricted,all-minilm-l12-v2,product,product_index_v2,"side effects, treatment, dosage, monitoring"
DOC0136,medical_guides,Clinical guidance on monitoring and dosage (2025 edition),notebook,en,26,312,4,78.0,2024-03-17T00:00:00Z,2024-08-20T00:00:00Z,1,1,low,internal,gte-large,support,product_index_v2,"dosage, symptoms, treatment, monitoring"
DOC0137,research_papers,Experimental study: Limitation in production systems,spreadsheet,en,16,819,11,74.45,2024-01-15T00:00:00Z,2024-06-22T00:00:00Z,1,1,low,internal,gte-large,engineering,product_index_v2,"limitation, methodology, results, baseline"
DOC0138,medical_guides,Medication and monitoring guide β€” Monitoring,policy_file,en,7,149,2,74.5,2024-11-29T00:00:00Z,2025-01-08T00:00:00Z,1,0,none,internal,bge-m3,hr,research_index_v1,"symptoms, treatment, monitoring, dosage"
DOC0139,hr_policies,People operations handbook β€” Leave & Performance (2022),notebook,en,17,847,11,77.0,2024-01-03T00:00:00Z,2024-02-22T00:00:00Z,1,0,none,highly_restricted,all-minilm-l12-v2,product,product_index_v2,"benefits, leave, performance, contract"
DOC0140,medical_guides,Clinical guidance on monitoring and treatment (2023 edition),pdf_manual,en,16,478,6,79.67,2024-11-11T00:00:00Z,2025-02-12T00:00:00Z,1,0,low,restricted,text-embedding-3-large,hr,research_index_v1,"side effects, symptoms, treatment, monitoring"
DOC0141,developer_docs,API reference: Response endpoint (2022),wiki_page,en,23,483,6,80.5,2024-08-05T00:00:00Z,2024-09-08T00:00:00Z,1,1,none,internal,e5-mistral-7b,product,product_index_v2,"authentication, response, api, request"
DOC0142,financial_reports,Business performance review β€” Q1 2020,web_article,en,23,424,6,70.67,2024-08-14T00:00:00Z,2024-08-18T00:00:00Z,1,0,none,internal,text-embedding-3-small,finance,research_index_v1,"forecast, margin, cost, revenue"
DOC0143,support_faq,"How to reset β€” internal support article (APAC, 2019)",pdf_manual,en,24,765,8,95.62,2024-09-24T00:00:00Z,2025-02-22T00:00:00Z,1,1,none,internal,all-minilm-l12-v2,hr,global_qa_index_v1,"issue, ticket, steps, reset"
DOC0144,hr_policies,Employee performance and probation policy β€” Global 2022,policy_file,en,21,994,13,76.46,2024-06-25T00:00:00Z,2024-09-24T00:00:00Z,1,1,low,restricted,e5-mistral-7b,data,policy_index_v1,"benefits, performance, probation, contract"
DOC0145,support_faq,"Issue and Troubleshooting support guide (Global, 2019)",notebook,en,26,746,8,93.25,2024-02-15T00:00:00Z,2024-05-08T00:00:00Z,1,1,none,internal,bge-m3,marketing,global_qa_index_v1,"issue, troubleshooting, steps, reset"
DOC0146,research_papers,Applied research summary β€” Methodology (2021),notebook,en,8,296,4,74.0,2024-05-01T00:00:00Z,2024-05-14T00:00:00Z,1,0,none,public,bge-m3,marketing,global_qa_index_v1,"methodology, limitation, results, dataset"
DOC0147,hr_policies,"HR guideline on performance for permanent staff (APAC, 2022)",internal_doc,en,5,232,3,77.33,2024-05-03T00:00:00Z,2024-06-28T00:00:00Z,1,1,medium,restricted,gte-large,engineering,policy_index_v1,"performance, leave, contract, benefits"
DOC0148,research_papers,Applied research summary β€” Limitation (2023),web_article,en,8,378,5,75.6,2024-02-23T00:00:00Z,2024-08-08T00:00:00Z,1,1,none,restricted,text-embedding-3-small,hr,product_index_v2,"results, limitation, dataset, methodology"
DOC0149,hr_policies,"HR guideline on probation for permanent staff (AMER, 2024)",spreadsheet,en,25,227,3,75.67,2024-02-17T00:00:00Z,2024-04-23T00:00:00Z,1,0,low,internal,text-embedding-3-large,product,research_index_v1,"probation, benefits, performance, contract"
DOC0150,policies,Information governance standard β€” Usage,spreadsheet,en,9,141,2,70.5,2024-07-14T00:00:00Z,2024-10-06T00:00:00Z,1,1,none,restricted,text-embedding-3-large,data,research_index_v1,"terms, compliance, privacy, usage"
DOC0151,policies,Data and access policy β€” 2022 update,pdf_manual,en,20,302,4,75.5,2024-09-20T00:00:00Z,2025-01-01T00:00:00Z,1,1,medium,restricted,gte-large,data,research_index_v1,"compliance, policy, usage, privacy"
DOC0152,financial_reports,Quarterly financial summary β€” Q1 2020 (AMER),web_article,en,17,434,6,72.33,2024-08-22T00:00:00Z,2024-11-06T00:00:00Z,1,1,none,internal,text-embedding-3-large,hr,global_qa_index_v1,"revenue, segment, cost, forecast"
DOC0153,product_docs,Product configuration guide β€” Limits and Features,wiki_page,en,16,501,6,83.5,2024-02-11T00:00:00Z,2024-04-26T00:00:00Z,1,1,none,highly_restricted,gte-large,finance,research_index_v1,"pricing, limits, features, subscription"
DOC0154,medical_guides,Clinical guidance on symptoms and dosage (2020 edition),internal_doc,en,11,239,3,79.67,2024-11-13T00:00:00Z,2025-02-23T00:00:00Z,1,1,none,internal,text-embedding-3-small,engineering,product_index_v2,"symptoms, side effects, monitoring, dosage"
DOC0155,product_docs,Admin guide for subscription and advanced settings,pdf_manual,en,15,164,2,82.0,2024-09-19T00:00:00Z,2024-09-27T00:00:00Z,1,0,none,highly_restricted,bge-m3,engineering,global_qa_index_v1,"subscription, plan, limits, pricing"
DOC0156,policies,"Company policy on privacy and compliance (APAC, 2019)",notebook,en,23,2970,38,78.16,2024-01-26T00:00:00Z,2024-02-24T00:00:00Z,1,1,none,internal,gte-large,support,research_index_v1,"policy, compliance, terms, privacy"
DOC0157,developer_docs,Service-to-service auth and endpoint β€” engineering guide 2019,spreadsheet,en,21,753,9,83.67,2024-04-09T00:00:00Z,2024-08-10T00:00:00Z,1,0,none,internal,all-minilm-l12-v2,support,product_index_v2,"request, api, endpoint, response"
DOC0158,developer_docs,API reference: Response endpoint (2019),policy_file,en,22,395,5,79.0,2024-08-21T00:00:00Z,2025-02-03T00:00:00Z,1,0,none,internal,bge-m3,data,product_index_v2,"request, endpoint, response, authentication"
DOC0159,developer_docs,Service-to-service auth and authentication β€” engineering guide 2024,internal_doc,en,23,753,9,83.67,2024-08-22T00:00:00Z,2025-01-22T00:00:00Z,1,1,medium,internal,all-minilm-l12-v2,product,global_qa_index_v1,"response, api, authentication, endpoint"
DOC0160,research_papers,Applied research summary β€” Results (2020),internal_doc,en,26,304,4,76.0,2024-04-01T00:00:00Z,2024-06-13T00:00:00Z,1,1,none,internal,bge-m3,legal,policy_index_v1,"baseline, dataset, results, limitation"
DOC0161,support_faq,"How to ticket β€” internal support article (EMEA, 2023)",internal_doc,en,14,285,3,95.0,2024-08-03T00:00:00Z,2025-01-21T00:00:00Z,1,1,none,restricted,e5-mistral-7b,product,product_index_v2,"issue, ticket, steps, reset"
DOC0162,product_docs,Feature reference: Subscription (2020 EMEA rollout),wiki_page,en,22,486,6,81.0,2024-12-10T00:00:00Z,2025-06-05T00:00:00Z,1,1,none,highly_restricted,e5-mistral-7b,product,global_qa_index_v1,"features, pricing, subscription, plan"
DOC0163,medical_guides,Treatment protocol overview β€” Side effects (Global),notebook,en,8,705,9,78.33,2024-10-21T00:00:00Z,2024-12-21T00:00:00Z,1,1,low,internal,bge-m3,engineering,research_index_v1,"dosage, side effects, symptoms, treatment"
DOC0164,hr_policies,People operations handbook β€” Leave & Performance (2023),wiki_page,en,18,229,3,76.33,2024-09-29T00:00:00Z,2025-02-02T00:00:00Z,1,1,none,restricted,all-minilm-l12-v2,data,policy_index_v1,"benefits, performance, probation, leave"
DOC0165,research_papers,Internal research report on results and dataset (2021),wiki_page,en,17,224,3,74.67,2024-02-09T00:00:00Z,2024-07-20T00:00:00Z,1,0,none,internal,gte-large,finance,research_index_v1,"limitation, dataset, results, methodology"
DOC0166,research_papers,Applied research summary β€” Limitation (2022),web_article,en,6,1125,15,75.0,2024-02-25T00:00:00Z,2024-08-04T00:00:00Z,1,1,low,internal,all-minilm-l12-v2,marketing,research_index_v1,"baseline, limitation, dataset, methodology"
DOC0167,developer_docs,API reference: Request endpoint (2022),spreadsheet,en,19,635,8,79.38,2024-05-15T00:00:00Z,2024-05-27T00:00:00Z,1,1,none,internal,e5-mistral-7b,finance,product_index_v2,"response, request, authentication, endpoint"
DOC0168,developer_docs,API reference: Authentication endpoint (2023),pdf_manual,en,15,399,5,79.8,2024-06-29T00:00:00Z,2024-07-05T00:00:00Z,1,1,none,internal,e5-mistral-7b,product,product_index_v2,"request, response, endpoint, authentication"
DOC0169,developer_docs,Service-to-service auth and authentication β€” engineering guide 2021,wiki_page,en,9,499,6,83.17,2024-03-24T00:00:00Z,2024-09-14T00:00:00Z,1,1,medium,public,text-embedding-3-small,product,research_index_v1,"authentication, response, request, api"
DOC0170,support_faq,"Issue and Steps support guide (Global, 2021)",wiki_page,en,9,464,5,92.8,2024-02-16T00:00:00Z,2024-05-07T00:00:00Z,1,1,low,highly_restricted,gte-large,finance,product_index_v2,"reset, issue, steps, ticket"
DOC0171,financial_reports,Revenue and margin analysis β€” 2022 Global,wiki_page,en,10,1456,20,72.8,2024-12-25T00:00:00Z,2025-03-29T00:00:00Z,1,1,none,internal,gte-large,legal,research_index_v1,"revenue, segment, forecast, margin"
DOC0172,policies,"Company policy on privacy and compliance (Global, 2025)",internal_doc,en,22,793,10,79.3,2024-01-30T00:00:00Z,2024-03-16T00:00:00Z,1,0,none,internal,text-embedding-3-large,legal,global_qa_index_v1,"compliance, usage, terms, privacy"
DOC0173,product_docs,Product configuration guide β€” Pricing and Plan,internal_doc,en,15,250,3,83.33,2024-10-03T00:00:00Z,2025-01-14T00:00:00Z,1,0,none,public,gte-large,finance,product_index_v2,"plan, pricing, features, subscription"
DOC0174,developer_docs,API reference: Response endpoint (2021),policy_file,en,19,314,4,78.5,2024-04-20T00:00:00Z,2024-08-12T00:00:00Z,1,1,medium,restricted,gte-large,product,policy_index_v1,"authentication, request, api, response"
DOC0175,financial_reports,Revenue and margin analysis β€” 2020 Global,policy_file,en,20,872,12,72.67,2024-06-26T00:00:00Z,2024-08-26T00:00:00Z,1,1,low,highly_restricted,gte-large,product,research_index_v1,"segment, margin, revenue, forecast"
DOC0176,research_papers,Internal research report on methodology and limitation (2023),internal_doc,en,21,768,10,76.8,2024-10-18T00:00:00Z,2025-02-03T00:00:00Z,1,0,low,restricted,text-embedding-3-large,data,research_index_v1,"results, methodology, limitation, baseline"
DOC0177,developer_docs,Developer integration guide β€” Api and Authentication,policy_file,en,24,580,7,82.86,2024-08-01T00:00:00Z,2024-08-06T00:00:00Z,1,0,none,internal,bge-m3,finance,research_index_v1,"request, response, api, authentication"
DOC0178,medical_guides,Clinical guidance on treatment and symptoms (2021 edition),pdf_manual,en,11,643,8,80.38,2024-10-18T00:00:00Z,2025-03-24T00:00:00Z,1,1,low,restricted,gte-large,marketing,research_index_v1,"dosage, side effects, symptoms, treatment"
DOC0179,product_docs,Feature reference: Plan (2021 EMEA rollout),internal_doc,en,18,653,8,81.62,2024-02-02T00:00:00Z,2024-07-13T00:00:00Z,1,0,low,internal,gte-large,legal,global_qa_index_v1,"pricing, subscription, plan, features"
DOC0180,policies,Data and access policy β€” 2021 update,spreadsheet,en,23,461,6,76.83,2024-03-07T00:00:00Z,2024-06-27T00:00:00Z,1,0,none,restricted,e5-mistral-7b,support,global_qa_index_v1,"compliance, privacy, usage, policy"
DOC0181,medical_guides,Treatment protocol overview β€” Treatment (Global),policy_file,en,10,383,5,76.6,2024-09-22T00:00:00Z,2024-10-08T00:00:00Z,1,1,low,restricted,all-minilm-l12-v2,support,policy_index_v1,"symptoms, dosage, monitoring, treatment"
DOC0182,policies,"Company policy on privacy and usage (APAC, 2023)",policy_file,en,8,226,3,75.33,2024-08-22T00:00:00Z,2024-08-25T00:00:00Z,1,0,none,internal,text-embedding-3-large,product,policy_index_v1,"policy, usage, privacy, compliance"
DOC0183,policies,"Company policy on policy and terms (EMEA, 2023)",wiki_page,en,9,1098,14,78.43,2024-06-21T00:00:00Z,2024-08-20T00:00:00Z,0,0,low,internal,text-embedding-3-large,finance,research_index_v1,"usage, terms, policy, compliance"
DOC0184,research_papers,Internal research report on baseline and results (2020),internal_doc,en,21,308,4,77.0,2024-10-19T00:00:00Z,2024-10-29T00:00:00Z,1,0,medium,internal,e5-mistral-7b,finance,global_qa_index_v1,"results, dataset, limitation, baseline"
DOC0185,product_docs,Admin guide for pricing and advanced settings,notebook,en,15,246,3,82.0,2024-02-03T00:00:00Z,2024-04-12T00:00:00Z,1,1,none,public,text-embedding-3-small,marketing,policy_index_v1,"pricing, plan, features, subscription"
DOC0186,medical_guides,Treatment protocol overview β€” Symptoms (Global),notebook,en,16,1086,14,77.57,2024-01-27T00:00:00Z,2024-05-07T00:00:00Z,1,0,medium,restricted,text-embedding-3-large,finance,product_index_v2,"symptoms, treatment, monitoring, dosage"
DOC0187,hr_policies,"HR guideline on leave for permanent staff (EMEA, 2023)",wiki_page,en,21,314,4,78.5,2024-05-10T00:00:00Z,2024-08-02T00:00:00Z,1,0,medium,internal,e5-mistral-7b,data,global_qa_index_v1,"performance, contract, leave, benefits"
DOC0188,product_docs,Feature reference: Subscription (2023 APAC rollout),spreadsheet,en,23,320,4,80.0,2024-10-24T00:00:00Z,2025-01-03T00:00:00Z,1,0,low,public,text-embedding-3-small,support,global_qa_index_v1,"limits, pricing, subscription, features"
DOC0189,support_faq,Support playbook: handling reset and ticket tickets (2023),policy_file,en,6,377,4,94.25,2024-07-10T00:00:00Z,2024-11-18T00:00:00Z,1,0,none,public,all-minilm-l12-v2,support,product_index_v2,"issue, troubleshooting, reset, ticket"
DOC0190,financial_reports,Quarterly financial summary β€” Q1 2025 (AMER),web_article,en,11,799,11,72.64,2024-01-22T00:00:00Z,2024-05-10T00:00:00Z,1,1,none,highly_restricted,e5-mistral-7b,finance,product_index_v2,"cost, revenue, margin, segment"
DOC0191,medical_guides,Medication and monitoring guide β€” Dosage,internal_doc,en,25,2180,28,77.86,2024-10-16T00:00:00Z,2024-11-12T00:00:00Z,1,0,medium,highly_restricted,bge-m3,support,global_qa_index_v1,"dosage, symptoms, treatment, monitoring"
DOC0192,developer_docs,API reference: Response endpoint (2024),web_article,en,16,238,3,79.33,2024-04-01T00:00:00Z,2024-07-13T00:00:00Z,1,0,none,restricted,bge-m3,hr,product_index_v2,"api, request, response, authentication"
DOC0193,product_docs,Admin guide for plan and advanced settings,pdf_manual,en,24,250,3,83.33,2024-04-26T00:00:00Z,2024-07-21T00:00:00Z,1,0,none,public,e5-mistral-7b,support,product_index_v2,"features, subscription, pricing, plan"
DOC0194,developer_docs,Service-to-service auth and api β€” engineering guide 2020,pdf_manual,en,5,416,5,83.2,2024-10-29T00:00:00Z,2025-03-28T00:00:00Z,1,1,none,restricted,all-minilm-l12-v2,product,product_index_v2,"api, endpoint, response, request"
DOC0195,policies,Data and access policy β€” 2021 update,wiki_page,en,5,668,9,74.22,2024-07-15T00:00:00Z,2024-08-02T00:00:00Z,0,1,none,internal,bge-m3,support,research_index_v1,"policy, privacy, terms, compliance"
DOC0196,support_faq,Support playbook: handling ticket and reset tickets (2023),internal_doc,en,20,1227,13,94.38,2024-12-10T00:00:00Z,2024-12-27T00:00:00Z,1,1,none,internal,text-embedding-3-small,data,global_qa_index_v1,"reset, ticket, issue, steps"
DOC0197,support_faq,"Steps and Ticket support guide (AMER, 2019)",wiki_page,en,20,557,6,92.83,2024-05-31T00:00:00Z,2024-07-26T00:00:00Z,1,0,low,internal,e5-mistral-7b,hr,product_index_v2,"troubleshooting, steps, reset, ticket"
DOC0198,research_papers,Internal research report on results and baseline (2021),pdf_manual,en,11,313,4,78.25,2024-12-06T00:00:00Z,2025-03-04T00:00:00Z,1,0,low,public,bge-m3,marketing,policy_index_v1,"results, limitation, methodology, baseline"
DOC0199,medical_guides,Clinical guidance on monitoring and side effects (2020 edition),spreadsheet,en,14,966,12,80.5,2024-04-23T00:00:00Z,2024-07-18T00:00:00Z,1,1,low,internal,e5-mistral-7b,product,policy_index_v1,"monitoring, symptoms, side effects, treatment"
DOC0200,support_faq,"How to troubleshooting β€” internal support article (APAC, 2020)",wiki_page,en,18,190,2,95.0,2024-03-03T00:00:00Z,2024-04-27T00:00:00Z,1,0,none,public,bge-m3,data,research_index_v1,"steps, ticket, issue, troubleshooting"
DOC0201,support_faq,"Steps and Reset support guide (AMER, 2023)",notebook,en,18,459,5,91.8,2024-02-07T00:00:00Z,2024-05-21T00:00:00Z,1,1,low,public,bge-m3,finance,product_index_v2,"issue, reset, ticket, steps"
DOC0202,research_papers,Internal research report on methodology and dataset (2020),wiki_page,en,12,461,6,76.83,2024-07-02T00:00:00Z,2024-12-09T00:00:00Z,1,1,medium,internal,text-embedding-3-small,data,product_index_v2,"results, baseline, methodology, dataset"
DOC0203,support_faq,Support playbook: handling reset and steps tickets (2023),pdf_manual,en,26,566,6,94.33,2024-05-11T00:00:00Z,2024-07-20T00:00:00Z,1,0,none,public,gte-large,data,research_index_v1,"steps, issue, reset, troubleshooting"
DOC0204,product_docs,Product configuration guide β€” Pricing and Features,notebook,en,5,165,2,82.5,2024-10-19T00:00:00Z,2024-11-14T00:00:00Z,1,0,low,public,gte-large,legal,global_qa_index_v1,"features, pricing, subscription, plan"
DOC0205,developer_docs,API reference: Request endpoint (2024),pdf_manual,en,16,322,4,80.5,2024-01-16T00:00:00Z,2024-03-01T00:00:00Z,1,0,low,restricted,text-embedding-3-small,hr,global_qa_index_v1,"request, endpoint, authentication, api"
DOC0206,financial_reports,Revenue and margin analysis β€” 2025 Global,policy_file,en,3,288,4,72.0,2024-10-12T00:00:00Z,2025-01-17T00:00:00Z,1,0,none,restricted,text-embedding-3-small,support,research_index_v1,"revenue, margin, cost, segment"
DOC0207,medical_guides,Medication and monitoring guide β€” Monitoring,internal_doc,en,12,234,3,78.0,2024-01-24T00:00:00Z,2024-03-30T00:00:00Z,1,1,low,internal,gte-large,finance,product_index_v2,"side effects, treatment, symptoms, monitoring"
DOC0208,medical_guides,Clinical guidance on symptoms and side effects (2023 edition),pdf_manual,en,18,972,12,81.0,2024-11-21T00:00:00Z,2025-02-24T00:00:00Z,0,1,medium,public,text-embedding-3-small,legal,policy_index_v1,"symptoms, treatment, side effects, dosage"
DOC0209,medical_guides,Treatment protocol overview β€” Symptoms (APAC),notebook,en,21,923,12,76.92,2024-06-20T00:00:00Z,2024-07-03T00:00:00Z,1,0,none,internal,gte-large,hr,policy_index_v1,"treatment, dosage, symptoms, monitoring"
DOC0210,developer_docs,Service-to-service auth and api β€” engineering guide 2021,spreadsheet,en,5,673,8,84.12,2024-10-21T00:00:00Z,2024-11-07T00:00:00Z,1,0,none,internal,text-embedding-3-large,finance,policy_index_v1,"response, authentication, api, request"
DOC0211,policies,Data and access policy β€” 2025 update,internal_doc,en,13,450,6,75.0,2024-07-01T00:00:00Z,2024-09-21T00:00:00Z,1,1,medium,internal,all-minilm-l12-v2,marketing,product_index_v2,"policy, privacy, usage, compliance"
DOC0212,product_docs,Admin guide for pricing and advanced settings,internal_doc,en,19,838,10,83.8,2024-08-29T00:00:00Z,2024-09-15T00:00:00Z,1,1,none,restricted,e5-mistral-7b,support,global_qa_index_v1,"limits, plan, subscription, pricing"
DOC0213,hr_policies,"HR guideline on benefits for permanent staff (Global, 2021)",pdf_manual,en,3,312,4,78.0,2024-04-02T00:00:00Z,2024-06-13T00:00:00Z,1,0,low,internal,text-embedding-3-large,finance,policy_index_v1,"benefits, leave, performance, contract"
DOC0214,research_papers,Experimental study: Dataset in production systems,pdf_manual,en,24,1040,14,74.29,2024-04-03T00:00:00Z,2024-07-05T00:00:00Z,1,1,low,highly_restricted,text-embedding-3-small,marketing,product_index_v2,"limitation, dataset, methodology, baseline"
DOC0215,financial_reports,Business performance review β€” Q2 2019,pdf_manual,en,6,282,4,70.5,2024-11-12T00:00:00Z,2025-01-30T00:00:00Z,1,1,low,restricted,e5-mistral-7b,data,policy_index_v1,"revenue, cost, segment, margin"
DOC0216,medical_guides,Medication and monitoring guide β€” Monitoring,spreadsheet,en,4,535,7,76.43,2024-08-13T00:00:00Z,2024-11-08T00:00:00Z,1,1,none,restricted,bge-m3,marketing,product_index_v2,"treatment, dosage, monitoring, side effects"
DOC0217,financial_reports,Quarterly financial summary β€” Q2 2020 (Global),wiki_page,en,3,1529,21,72.81,2024-06-28T00:00:00Z,2024-12-09T00:00:00Z,1,1,none,public,e5-mistral-7b,support,policy_index_v1,"forecast, margin, segment, cost"
DOC0218,financial_reports,Quarterly financial summary β€” Q3 2024 (APAC),spreadsheet,en,13,1164,16,72.75,2024-01-28T00:00:00Z,2024-03-07T00:00:00Z,1,1,low,public,all-minilm-l12-v2,hr,global_qa_index_v1,"segment, cost, revenue, margin"
DOC0219,financial_reports,Quarterly financial summary β€” Q4 2023 (EMEA),spreadsheet,en,14,361,5,72.2,2024-11-03T00:00:00Z,2025-03-17T00:00:00Z,1,0,low,highly_restricted,all-minilm-l12-v2,hr,policy_index_v1,"segment, cost, forecast, revenue"
DOC0220,research_papers,Applied research summary β€” Dataset (2022),notebook,en,23,890,12,74.17,2024-08-28T00:00:00Z,2024-09-08T00:00:00Z,1,0,medium,public,bge-m3,marketing,policy_index_v1,"methodology, baseline, dataset, limitation"
DOC0221,developer_docs,Service-to-service auth and response β€” engineering guide 2022,internal_doc,en,17,665,8,83.12,2024-08-23T00:00:00Z,2024-11-11T00:00:00Z,1,0,low,public,text-embedding-3-large,engineering,global_qa_index_v1,"api, endpoint, request, response"
DOC0222,developer_docs,API reference: Endpoint endpoint (2020),internal_doc,en,13,1121,14,80.07,2024-06-21T00:00:00Z,2024-12-09T00:00:00Z,1,0,none,internal,text-embedding-3-small,hr,product_index_v2,"response, api, authentication, endpoint"
DOC0223,developer_docs,Service-to-service auth and request β€” engineering guide 2024,wiki_page,en,22,499,6,83.17,2024-12-19T00:00:00Z,2025-05-25T00:00:00Z,0,1,none,internal,text-embedding-3-small,legal,policy_index_v1,"authentication, response, endpoint, request"
DOC0224,research_papers,Internal research report on dataset and baseline (2020),wiki_page,en,4,924,12,77.0,2024-06-16T00:00:00Z,2024-07-05T00:00:00Z,1,0,low,public,bge-m3,product,research_index_v1,"limitation, dataset, methodology, baseline"
DOC0225,financial_reports,Quarterly financial summary β€” Q4 2023 (EMEA),spreadsheet,en,24,361,5,72.2,2024-11-06T00:00:00Z,2024-12-15T00:00:00Z,1,1,low,restricted,bge-m3,legal,research_index_v1,"revenue, forecast, segment, margin"
DOC0226,research_papers,Experimental study: Baseline in production systems,pdf_manual,en,19,292,4,73.0,2024-02-28T00:00:00Z,2024-05-23T00:00:00Z,1,1,low,restricted,bge-m3,marketing,global_qa_index_v1,"baseline, limitation, methodology, results"
DOC0227,developer_docs,API reference: Authentication endpoint (2020),policy_file,en,10,159,2,79.5,2024-11-25T00:00:00Z,2025-02-26T00:00:00Z,1,0,none,public,text-embedding-3-large,finance,research_index_v1,"api, response, authentication, request"
DOC0228,hr_policies,People operations handbook β€” Performance & Probation (2022),wiki_page,en,13,772,10,77.2,2024-07-19T00:00:00Z,2024-12-14T00:00:00Z,1,1,medium,internal,bge-m3,legal,research_index_v1,"leave, probation, benefits, performance"
DOC0229,hr_policies,"HR guideline on contract for permanent staff (APAC, 2025)",notebook,en,7,705,9,78.33,2024-01-18T00:00:00Z,2024-03-19T00:00:00Z,1,0,none,internal,text-embedding-3-small,marketing,global_qa_index_v1,"leave, performance, contract, benefits"
DOC0230,support_faq,"Troubleshooting and Ticket support guide (APAC, 2019)",pdf_manual,en,18,1493,16,93.31,2024-10-10T00:00:00Z,2025-02-15T00:00:00Z,0,0,none,internal,gte-large,data,research_index_v1,"ticket, troubleshooting, reset, steps"
DOC0231,developer_docs,API reference: Response endpoint (2019),wiki_page,en,4,560,7,80.0,2024-03-18T00:00:00Z,2024-08-09T00:00:00Z,1,0,none,internal,gte-large,support,research_index_v1,"authentication, endpoint, api, response"
DOC0232,support_faq,"Steps and Issue support guide (APAC, 2022)",pdf_manual,en,5,1947,21,92.71,2024-09-19T00:00:00Z,2024-11-13T00:00:00Z,1,1,low,internal,all-minilm-l12-v2,support,product_index_v2,"reset, troubleshooting, steps, issue"
DOC0233,product_docs,Feature reference: Features (2022 APAC rollout),internal_doc,en,10,328,4,82.0,2024-07-24T00:00:00Z,2025-01-17T00:00:00Z,1,1,low,public,all-minilm-l12-v2,finance,policy_index_v1,"subscription, features, plan, pricing"
DOC0234,support_faq,Support playbook: handling troubleshooting and issue tickets (2020),internal_doc,en,14,373,4,93.25,2024-11-23T00:00:00Z,2025-02-21T00:00:00Z,1,0,low,highly_restricted,gte-large,engineering,product_index_v2,"issue, ticket, troubleshooting, steps"
DOC0235,policies,"Company policy on usage and privacy (Global, 2019)",policy_file,en,3,545,7,77.86,2024-02-05T00:00:00Z,2024-05-10T00:00:00Z,1,0,none,public,all-minilm-l12-v2,finance,policy_index_v1,"usage, privacy, policy, compliance"
DOC0236,medical_guides,Medication and monitoring guide β€” Monitoring,web_article,en,4,304,4,76.0,2024-09-07T00:00:00Z,2024-10-01T00:00:00Z,1,0,medium,highly_restricted,all-minilm-l12-v2,engineering,product_index_v2,"treatment, symptoms, monitoring, dosage"
DOC0237,support_faq,"Reset and Troubleshooting support guide (APAC, 2025)",policy_file,en,4,277,3,92.33,2024-08-07T00:00:00Z,2024-11-17T00:00:00Z,1,1,low,public,gte-large,finance,policy_index_v1,"troubleshooting, ticket, issue, reset"
DOC0238,research_papers,Experimental study: Limitation in production systems,internal_doc,en,12,511,7,73.0,2024-06-11T00:00:00Z,2024-11-28T00:00:00Z,0,0,none,public,bge-m3,legal,product_index_v2,"dataset, limitation, methodology, baseline"
DOC0239,research_papers,Applied research summary β€” Methodology (2025),pdf_manual,en,20,531,7,75.86,2024-09-25T00:00:00Z,2024-12-22T00:00:00Z,1,0,low,internal,text-embedding-3-large,support,global_qa_index_v1,"methodology, baseline, dataset, results"
DOC0240,financial_reports,Revenue and margin analysis β€” 2023 Global,internal_doc,en,25,1529,21,72.81,2024-06-19T00:00:00Z,2024-07-16T00:00:00Z,1,0,low,restricted,text-embedding-3-small,marketing,policy_index_v1,"segment, cost, revenue, forecast"
DOC0241,support_faq,Support playbook: handling reset and issue tickets (2020),wiki_page,en,23,379,4,94.75,2024-01-15T00:00:00Z,2024-04-14T00:00:00Z,1,1,low,public,e5-mistral-7b,marketing,product_index_v2,"troubleshooting, issue, reset, steps"
DOC0242,product_docs,Product configuration guide β€” Subscription and Features,wiki_page,en,22,838,10,83.8,2024-11-23T00:00:00Z,2024-12-18T00:00:00Z,1,1,none,public,e5-mistral-7b,marketing,product_index_v2,"features, pricing, plan, subscription"
DOC0243,financial_reports,Business performance review β€” Q1 2022,policy_file,en,8,141,2,70.5,2024-01-02T00:00:00Z,2024-01-17T00:00:00Z,1,0,low,restricted,text-embedding-3-small,product,policy_index_v1,"revenue, cost, forecast, margin"
DOC0244,product_docs,Admin guide for features and advanced settings,policy_file,en,17,914,11,83.09,2024-12-03T00:00:00Z,2025-01-01T00:00:00Z,1,0,none,public,text-embedding-3-large,finance,policy_index_v1,"features, plan, subscription, pricing"
DOC0245,developer_docs,Developer integration guide β€” Request and Authentication,wiki_page,en,22,164,2,82.0,2024-09-21T00:00:00Z,2025-03-15T00:00:00Z,1,0,none,public,bge-m3,data,research_index_v1,"api, endpoint, authentication, request"
DOC0246,product_docs,Admin guide for plan and advanced settings,pdf_manual,en,11,162,2,81.0,2024-04-02T00:00:00Z,2024-08-06T00:00:00Z,0,0,none,restricted,e5-mistral-7b,marketing,research_index_v1,"subscription, limits, plan, pricing"
DOC0247,product_docs,Product configuration guide β€” Limits and Pricing,internal_doc,en,17,496,6,82.67,2024-05-17T00:00:00Z,2024-11-05T00:00:00Z,1,0,medium,internal,text-embedding-3-small,support,research_index_v1,"subscription, limits, features, pricing"
DOC0248,product_docs,Admin guide for pricing and advanced settings,web_article,en,22,1091,13,83.92,2024-01-21T00:00:00Z,2024-02-29T00:00:00Z,1,0,none,internal,e5-mistral-7b,hr,research_index_v1,"pricing, plan, limits, subscription"
DOC0249,developer_docs,API reference: Request endpoint (2024),spreadsheet,en,4,393,5,78.6,2024-11-29T00:00:00Z,2025-01-09T00:00:00Z,1,0,low,restricted,text-embedding-3-large,data,policy_index_v1,"authentication, api, endpoint, request"
DOC0250,developer_docs,API reference: Endpoint endpoint (2020),policy_file,en,26,395,5,79.0,2024-05-23T00:00:00Z,2024-06-04T00:00:00Z,1,1,low,public,all-minilm-l12-v2,finance,policy_index_v1,"request, api, endpoint, authentication"
DOC0251,financial_reports,Business performance review β€” Q2 2023,pdf_manual,en,23,708,10,70.8,2024-11-06T00:00:00Z,2025-03-25T00:00:00Z,1,0,none,internal,bge-m3,finance,policy_index_v1,"segment, forecast, revenue, cost"
DOC0252,financial_reports,Quarterly financial summary β€” Q2 2022 (Global),policy_file,en,10,215,3,71.67,2024-05-26T00:00:00Z,2024-06-04T00:00:00Z,1,0,low,restricted,bge-m3,marketing,research_index_v1,"cost, revenue, segment, forecast"
DOC0253,financial_reports,Business performance review β€” Q2 2025,web_article,en,16,779,11,70.82,2024-11-22T00:00:00Z,2025-02-15T00:00:00Z,1,1,none,public,e5-mistral-7b,engineering,product_index_v2,"margin, forecast, revenue, cost"
DOC0254,medical_guides,Medication and monitoring guide β€” Dosage,wiki_page,en,13,309,4,77.25,2024-10-04T00:00:00Z,2024-12-22T00:00:00Z,1,1,low,internal,all-minilm-l12-v2,finance,research_index_v1,"side effects, treatment, dosage, symptoms"
DOC0255,product_docs,Product configuration guide β€” Pricing and Limits,web_article,en,16,163,2,81.5,2024-11-29T00:00:00Z,2025-04-04T00:00:00Z,1,1,medium,internal,gte-large,support,product_index_v2,"limits, plan, pricing, subscription"
DOC0256,hr_policies,People operations handbook β€” Leave & Performance (2024),spreadsheet,en,23,304,4,76.0,2024-11-07T00:00:00Z,2025-01-09T00:00:00Z,1,1,none,highly_restricted,all-minilm-l12-v2,data,global_qa_index_v1,"performance, probation, leave, contract"
DOC0257,research_papers,Experimental study: Methodology in production systems,policy_file,en,19,302,4,75.5,2024-06-25T00:00:00Z,2024-09-29T00:00:00Z,1,1,none,public,text-embedding-3-large,marketing,research_index_v1,"results, dataset, methodology, limitation"
DOC0258,support_faq,"How to issue β€” internal support article (AMER, 2019)",notebook,en,6,191,2,95.5,2024-07-26T00:00:00Z,2025-01-08T00:00:00Z,1,0,low,public,text-embedding-3-large,support,research_index_v1,"reset, issue, troubleshooting, steps"
DOC0259,medical_guides,Medication and monitoring guide β€” Treatment,internal_doc,en,12,838,11,76.18,2024-06-30T00:00:00Z,2024-11-10T00:00:00Z,0,1,low,restricted,all-minilm-l12-v2,engineering,product_index_v2,"treatment, side effects, dosage, monitoring"
DOC0260,financial_reports,Quarterly financial summary β€” Q1 2024 (Global),spreadsheet,en,20,288,4,72.0,2024-03-28T00:00:00Z,2024-04-28T00:00:00Z,1,1,none,public,e5-mistral-7b,engineering,product_index_v2,"cost, margin, revenue, segment"
DOC0261,product_docs,Product configuration guide β€” Pricing and Features,pdf_manual,en,26,246,3,82.0,2024-04-25T00:00:00Z,2024-07-01T00:00:00Z,1,0,none,internal,text-embedding-3-small,marketing,product_index_v2,"features, limits, pricing, subscription"
DOC0262,research_papers,Internal research report on limitation and results (2021),notebook,en,9,311,4,77.75,2024-10-02T00:00:00Z,2024-10-25T00:00:00Z,1,0,none,internal,all-minilm-l12-v2,data,research_index_v1,"results, methodology, limitation, baseline"
DOC0263,policies,Information governance standard β€” Privacy,wiki_page,en,18,370,5,74.0,2024-01-22T00:00:00Z,2024-05-07T00:00:00Z,1,0,medium,internal,gte-large,engineering,product_index_v2,"compliance, policy, privacy, usage"
DOC0264,hr_policies,Employee probation and leave policy β€” AMER 2023,spreadsheet,en,10,385,5,77.0,2024-03-22T00:00:00Z,2024-04-16T00:00:00Z,1,1,none,restricted,text-embedding-3-large,product,product_index_v2,"performance, probation, benefits, leave"
DOC0265,hr_policies,People operations handbook β€” Benefits & Probation (2024),spreadsheet,en,16,691,9,76.78,2024-01-12T00:00:00Z,2024-05-14T00:00:00Z,1,1,none,internal,all-minilm-l12-v2,marketing,product_index_v2,"performance, benefits, leave, probation"
DOC0266,research_papers,Experimental study: Methodology in production systems,spreadsheet,en,21,375,5,75.0,2024-08-04T00:00:00Z,2024-09-13T00:00:00Z,1,1,none,restricted,text-embedding-3-small,data,policy_index_v1,"dataset, limitation, methodology, baseline"
DOC0267,medical_guides,Medication and monitoring guide β€” Monitoring,wiki_page,en,3,233,3,77.67,2024-01-08T00:00:00Z,2024-04-29T00:00:00Z,1,0,none,highly_restricted,all-minilm-l12-v2,marketing,global_qa_index_v1,"symptoms, dosage, side effects, monitoring"
DOC0268,hr_policies,People operations handbook β€” Benefits & Contract (2020),spreadsheet,en,12,385,5,77.0,2024-03-07T00:00:00Z,2024-05-30T00:00:00Z,1,0,none,highly_restricted,text-embedding-3-large,legal,global_qa_index_v1,"contract, leave, benefits, probation"
DOC0269,financial_reports,Quarterly financial summary β€” Q4 2020 (AMER),policy_file,en,15,872,12,72.67,2024-08-15T00:00:00Z,2024-12-08T00:00:00Z,1,1,none,highly_restricted,e5-mistral-7b,legal,product_index_v2,"cost, forecast, revenue, segment"
DOC0270,support_faq,"Steps and Issue support guide (Global, 2024)",pdf_manual,en,15,465,5,93.0,2024-12-18T00:00:00Z,2025-05-13T00:00:00Z,1,0,none,internal,gte-large,product,research_index_v1,"reset, issue, steps, ticket"
DOC0271,hr_policies,Employee probation and contract policy β€” APAC 2024,policy_file,en,7,307,4,76.75,2024-03-14T00:00:00Z,2024-09-09T00:00:00Z,1,0,none,restricted,e5-mistral-7b,support,global_qa_index_v1,"performance, contract, probation, leave"
DOC0272,financial_reports,Business performance review β€” Q4 2024,internal_doc,en,26,282,4,70.5,2024-12-22T00:00:00Z,2025-01-09T00:00:00Z,0,1,none,internal,text-embedding-3-large,data,policy_index_v1,"forecast, margin, revenue, segment"
DOC0273,financial_reports,Quarterly financial summary β€” Q2 2023 (EMEA),pdf_manual,en,13,288,4,72.0,2024-11-27T00:00:00Z,2025-03-23T00:00:00Z,1,1,low,internal,all-minilm-l12-v2,hr,global_qa_index_v1,"segment, forecast, margin, cost"
DOC0274,support_faq,"Troubleshooting and Reset support guide (EMEA, 2019)",policy_file,en,14,1679,18,93.28,2024-11-12T00:00:00Z,2025-02-22T00:00:00Z,1,0,none,public,gte-large,marketing,policy_index_v1,"troubleshooting, reset, ticket, steps"
DOC0275,policies,"Company policy on terms and compliance (APAC, 2019)",internal_doc,en,24,847,11,77.0,2024-03-10T00:00:00Z,2024-09-03T00:00:00Z,1,0,none,internal,all-minilm-l12-v2,data,global_qa_index_v1,"terms, compliance, policy, usage"
DOC0276,product_docs,Admin guide for pricing and advanced settings,notebook,en,21,496,6,82.67,2024-01-30T00:00:00Z,2024-02-26T00:00:00Z,1,1,none,restricted,gte-large,data,product_index_v2,"subscription, limits, plan, pricing"
DOC0277,support_faq,"Troubleshooting and Ticket support guide (EMEA, 2025)",internal_doc,en,23,465,5,93.0,2024-09-24T00:00:00Z,2024-12-28T00:00:00Z,1,1,none,public,gte-large,finance,research_index_v1,"steps, reset, troubleshooting, ticket"
DOC0278,research_papers,Applied research summary β€” Baseline (2021),notebook,en,5,893,12,74.42,2024-05-09T00:00:00Z,2024-08-13T00:00:00Z,0,0,none,internal,text-embedding-3-small,legal,global_qa_index_v1,"baseline, limitation, results, methodology"
DOC0279,hr_policies,"HR guideline on benefits for permanent staff (APAC, 2022)",web_article,en,12,1021,13,78.54,2024-09-01T00:00:00Z,2024-12-19T00:00:00Z,0,1,low,highly_restricted,all-minilm-l12-v2,hr,research_index_v1,"contract, probation, performance, benefits"
DOC0280,research_papers,Internal research report on baseline and limitation (2025),web_article,en,21,150,2,75.0,2024-09-21T00:00:00Z,2025-01-01T00:00:00Z,1,0,none,public,text-embedding-3-small,marketing,policy_index_v1,"methodology, limitation, results, baseline"
DOC0281,policies,"Company policy on privacy and usage (EMEA, 2019)",wiki_page,en,16,477,6,79.5,2024-10-31T00:00:00Z,2025-01-10T00:00:00Z,1,1,low,restricted,all-minilm-l12-v2,data,research_index_v1,"usage, compliance, terms, privacy"
DOC0282,product_docs,Admin guide for features and advanced settings,internal_doc,en,24,826,10,82.6,2024-06-19T00:00:00Z,2024-07-31T00:00:00Z,1,1,low,internal,gte-large,finance,product_index_v2,"features, subscription, plan, pricing"
DOC0283,developer_docs,API reference: Api endpoint (2022),spreadsheet,en,20,474,6,79.0,2024-11-26T00:00:00Z,2025-04-08T00:00:00Z,1,1,low,internal,text-embedding-3-large,support,research_index_v1,"request, response, endpoint, api"
DOC0284,research_papers,Applied research summary β€” Limitation (2025),notebook,en,25,3991,53,75.3,2024-11-30T00:00:00Z,2025-03-17T00:00:00Z,1,1,low,restricted,text-embedding-3-large,support,research_index_v1,"results, limitation, dataset, methodology"
DOC0285,medical_guides,Clinical guidance on symptoms and treatment (2025 edition),policy_file,en,19,1931,24,80.46,2024-10-04T00:00:00Z,2024-12-31T00:00:00Z,1,0,medium,highly_restricted,bge-m3,hr,research_index_v1,"symptoms, dosage, side effects, treatment"
DOC0286,research_papers,Applied research summary β€” Results (2022),pdf_manual,en,17,587,8,73.38,2024-08-29T00:00:00Z,2025-01-12T00:00:00Z,1,1,none,internal,text-embedding-3-small,finance,policy_index_v1,"dataset, results, limitation, baseline"
DOC0287,medical_guides,Medication and monitoring guide β€” Monitoring,policy_file,en,21,159,2,79.5,2024-01-16T00:00:00Z,2024-03-24T00:00:00Z,1,0,medium,internal,bge-m3,engineering,product_index_v2,"treatment, monitoring, symptoms, dosage"
DOC0288,research_papers,Internal research report on dataset and baseline (2022),policy_file,en,21,381,5,76.2,2024-12-18T00:00:00Z,2024-12-30T00:00:00Z,1,0,none,internal,all-minilm-l12-v2,hr,global_qa_index_v1,"dataset, methodology, baseline, limitation"
DOC0289,support_faq,"Steps and Issue support guide (AMER, 2020)",internal_doc,en,20,559,6,93.17,2024-08-27T00:00:00Z,2024-12-14T00:00:00Z,1,0,none,internal,e5-mistral-7b,product,policy_index_v1,"issue, troubleshooting, ticket, steps"
DOC0290,product_docs,Feature reference: Plan (2019 Global rollout),spreadsheet,en,14,568,7,81.14,2024-10-16T00:00:00Z,2025-04-04T00:00:00Z,1,0,low,public,gte-large,product,policy_index_v1,"plan, subscription, pricing, limits"
DOC0291,hr_policies,"HR guideline on performance for permanent staff (AMER, 2024)",notebook,en,9,155,2,77.5,2024-02-08T00:00:00Z,2024-06-07T00:00:00Z,1,1,low,highly_restricted,gte-large,data,product_index_v2,"probation, performance, leave, contract"
DOC0292,research_papers,Applied research summary β€” Methodology (2019),web_article,en,23,596,8,74.5,2024-12-18T00:00:00Z,2025-04-09T00:00:00Z,1,0,low,restricted,all-minilm-l12-v2,data,product_index_v2,"methodology, limitation, dataset, results"
DOC0293,support_faq,"Troubleshooting and Steps support guide (Global, 2022)",wiki_page,en,9,464,5,92.8,2024-10-05T00:00:00Z,2025-02-15T00:00:00Z,1,1,low,public,text-embedding-3-small,hr,research_index_v1,"issue, steps, troubleshooting, reset"
DOC0294,support_faq,Support playbook: handling reset and steps tickets (2022),policy_file,en,5,185,2,92.5,2024-01-18T00:00:00Z,2024-05-31T00:00:00Z,1,0,medium,public,gte-large,support,global_qa_index_v1,"troubleshooting, reset, steps, ticket"
DOC0295,medical_guides,Clinical guidance on side effects and dosage (2019 edition),notebook,en,4,159,2,79.5,2024-04-04T00:00:00Z,2024-07-23T00:00:00Z,1,0,low,highly_restricted,text-embedding-3-small,legal,policy_index_v1,"dosage, monitoring, side effects, treatment"
DOC0296,policies,Information governance standard β€” Policy,wiki_page,en,18,1606,22,73.0,2024-05-20T00:00:00Z,2024-10-15T00:00:00Z,1,0,low,highly_restricted,text-embedding-3-large,product,research_index_v1,"policy, privacy, usage, compliance"
DOC0297,developer_docs,Developer integration guide β€” Request and Endpoint,policy_file,en,9,1234,15,82.27,2024-04-26T00:00:00Z,2024-05-28T00:00:00Z,0,0,none,public,e5-mistral-7b,engineering,policy_index_v1,"api, authentication, request, endpoint"
DOC0298,support_faq,"Ticket and Troubleshooting support guide (APAC, 2020)",spreadsheet,en,14,834,9,92.67,2024-12-03T00:00:00Z,2024-12-20T00:00:00Z,1,0,low,public,bge-m3,support,research_index_v1,"troubleshooting, ticket, issue, steps"
DOC0299,support_faq,Support playbook: handling troubleshooting and steps tickets (2021),policy_file,en,19,1601,17,94.18,2024-05-21T00:00:00Z,2024-11-02T00:00:00Z,1,0,low,restricted,bge-m3,hr,research_index_v1,"troubleshooting, issue, ticket, steps"
DOC0300,medical_guides,Treatment protocol overview β€” Side effects (AMER),internal_doc,en,13,486,6,81.0,2024-09-30T00:00:00Z,2024-11-11T00:00:00Z,0,1,medium,highly_restricted,gte-large,finance,global_qa_index_v1,"symptoms, side effects, treatment, monitoring"
DOC0301,support_faq,Support playbook: handling ticket and troubleshooting tickets (2021),notebook,en,13,283,3,94.33,2024-01-10T00:00:00Z,2024-01-16T00:00:00Z,0,1,none,highly_restricted,gte-large,hr,product_index_v2,"ticket, issue, reset, troubleshooting"
DOC0302,medical_guides,Clinical guidance on treatment and side effects (2019 edition),notebook,en,10,656,8,82.0,2024-07-27T00:00:00Z,2024-08-20T00:00:00Z,1,1,low,restricted,all-minilm-l12-v2,marketing,research_index_v1,"symptoms, side effects, treatment, dosage"
DOC0303,policies,"Company policy on privacy and terms (EMEA, 2020)",web_article,en,8,620,8,77.5,2024-08-08T00:00:00Z,2024-11-26T00:00:00Z,1,1,none,internal,e5-mistral-7b,finance,research_index_v1,"privacy, policy, terms, compliance"
DOC0304,hr_policies,Employee benefits and leave policy β€” APAC 2022,spreadsheet,en,5,538,7,76.86,2024-03-23T00:00:00Z,2024-07-06T00:00:00Z,1,1,low,internal,gte-large,hr,global_qa_index_v1,"performance, benefits, probation, leave"
DOC0305,policies,Data and access policy β€” 2021 update,internal_doc,en,18,371,5,74.2,2024-06-06T00:00:00Z,2024-11-20T00:00:00Z,1,1,none,public,all-minilm-l12-v2,support,global_qa_index_v1,"privacy, usage, policy, terms"
DOC0306,policies,Information governance standard β€” Usage,wiki_page,en,18,887,12,73.92,2024-04-15T00:00:00Z,2024-07-03T00:00:00Z,1,1,none,public,gte-large,engineering,research_index_v1,"compliance, policy, terms, usage"
DOC0307,support_faq,"Steps and Ticket support guide (APAC, 2023)",internal_doc,en,7,281,3,93.67,2024-02-03T00:00:00Z,2024-03-17T00:00:00Z,1,0,low,public,all-minilm-l12-v2,data,research_index_v1,"issue, troubleshooting, ticket, steps"
DOC0308,medical_guides,Clinical guidance on monitoring and dosage (2022 edition),policy_file,en,21,953,12,79.42,2024-12-02T00:00:00Z,2025-02-25T00:00:00Z,1,0,medium,internal,bge-m3,product,global_qa_index_v1,"treatment, dosage, side effects, monitoring"
DOC0309,hr_policies,"HR guideline on benefits for permanent staff (EMEA, 2022)",spreadsheet,en,14,464,6,77.33,2024-05-21T00:00:00Z,2024-08-31T00:00:00Z,1,0,none,restricted,all-minilm-l12-v2,product,global_qa_index_v1,"leave, benefits, performance, probation"
DOC0310,product_docs,Admin guide for pricing and advanced settings,web_article,en,25,242,3,80.67,2024-01-08T00:00:00Z,2024-03-22T00:00:00Z,1,1,none,internal,bge-m3,finance,global_qa_index_v1,"plan, subscription, limits, pricing"
DOC0311,hr_policies,People operations handbook β€” Benefits & Probation (2021),web_article,en,7,616,8,77.0,2024-05-08T00:00:00Z,2024-07-04T00:00:00Z,1,1,none,restricted,gte-large,data,research_index_v1,"performance, benefits, probation, contract"
DOC0312,developer_docs,Service-to-service auth and api β€” engineering guide 2023,policy_file,en,26,499,6,83.17,2024-09-26T00:00:00Z,2025-03-08T00:00:00Z,1,1,none,restricted,text-embedding-3-large,legal,global_qa_index_v1,"api, request, response, endpoint"
DOC0313,support_faq,"Steps and Ticket support guide (EMEA, 2019)",web_article,en,5,650,7,92.86,2024-08-28T00:00:00Z,2024-11-20T00:00:00Z,1,1,low,public,bge-m3,legal,product_index_v2,"ticket, issue, steps, troubleshooting"
DOC0314,policies,"Company policy on privacy and compliance (Global, 2025)",wiki_page,en,5,854,11,77.64,2024-10-17T00:00:00Z,2024-11-10T00:00:00Z,1,1,low,internal,bge-m3,marketing,global_qa_index_v1,"terms, policy, compliance, privacy"
DOC0315,medical_guides,Treatment protocol overview β€” Dosage (Global),notebook,en,8,844,11,76.73,2024-07-05T00:00:00Z,2024-12-07T00:00:00Z,0,1,none,restricted,text-embedding-3-large,product,policy_index_v1,"symptoms, dosage, monitoring, side effects"
DOC0316,product_docs,Product configuration guide β€” Subscription and Plan,internal_doc,en,7,166,2,83.0,2024-05-10T00:00:00Z,2024-07-31T00:00:00Z,1,0,none,public,text-embedding-3-large,data,product_index_v2,"limits, features, plan, subscription"
DOC0317,research_papers,Experimental study: Baseline in production systems,spreadsheet,en,10,292,4,73.0,2024-05-12T00:00:00Z,2024-10-31T00:00:00Z,1,0,low,public,all-minilm-l12-v2,support,policy_index_v1,"results, dataset, limitation, baseline"
DOC0318,support_faq,Support playbook: handling issue and steps tickets (2025),web_article,en,3,190,2,95.0,2024-01-07T00:00:00Z,2024-03-23T00:00:00Z,1,1,none,highly_restricted,text-embedding-3-large,finance,research_index_v1,"issue, reset, steps, ticket"
DOC0319,medical_guides,Treatment protocol overview β€” Side effects (Global),policy_file,en,9,325,4,81.25,2024-03-31T00:00:00Z,2024-04-22T00:00:00Z,1,0,none,restricted,all-minilm-l12-v2,hr,product_index_v2,"treatment, dosage, monitoring, side effects"
DOC0320,product_docs,Admin guide for features and advanced settings,spreadsheet,en,16,501,6,83.5,2024-12-24T00:00:00Z,2025-01-26T00:00:00Z,1,1,none,internal,all-minilm-l12-v2,support,research_index_v1,"limits, pricing, features, subscription"
DOC0321,product_docs,Product configuration guide β€” Subscription and Pricing,web_article,en,6,329,4,82.25,2024-05-12T00:00:00Z,2024-06-11T00:00:00Z,1,0,none,public,gte-large,finance,product_index_v2,"plan, limits, subscription, pricing"
DOC0322,developer_docs,Service-to-service auth and response β€” engineering guide 2024,internal_doc,en,24,579,7,82.71,2024-06-24T00:00:00Z,2024-10-28T00:00:00Z,1,0,low,public,gte-large,legal,research_index_v1,"endpoint, api, response, request"
DOC0323,financial_reports,Business performance review β€” Q1 2025,internal_doc,en,19,424,6,70.67,2024-11-11T00:00:00Z,2025-01-04T00:00:00Z,1,0,none,internal,e5-mistral-7b,marketing,policy_index_v1,"forecast, segment, revenue, margin"
DOC0324,support_faq,"How to reset β€” internal support article (APAC, 2021)",policy_file,en,19,1340,14,95.71,2024-09-25T00:00:00Z,2025-02-11T00:00:00Z,1,1,low,public,all-minilm-l12-v2,engineering,global_qa_index_v1,"issue, ticket, reset, steps"
DOC0325,medical_guides,Treatment protocol overview β€” Monitoring (Global),spreadsheet,en,6,848,11,77.09,2024-03-03T00:00:00Z,2024-08-24T00:00:00Z,1,0,low,internal,bge-m3,engineering,research_index_v1,"side effects, dosage, monitoring, symptoms"
DOC0326,product_docs,Product configuration guide β€” Limits and Pricing,internal_doc,en,11,1845,22,83.86,2024-10-19T00:00:00Z,2024-12-21T00:00:00Z,1,0,low,restricted,bge-m3,legal,research_index_v1,"subscription, pricing, limits, features"
DOC0327,policies,"Company policy on privacy and terms (Global, 2024)",internal_doc,en,8,379,5,75.8,2024-02-17T00:00:00Z,2024-07-25T00:00:00Z,1,0,none,internal,text-embedding-3-large,data,product_index_v2,"compliance, terms, privacy, usage"
DOC0328,policies,Data and access policy β€” 2022 update,spreadsheet,en,24,456,6,76.0,2024-07-18T00:00:00Z,2024-12-29T00:00:00Z,1,0,none,internal,text-embedding-3-large,support,research_index_v1,"terms, policy, usage, compliance"
DOC0329,hr_policies,People operations handbook β€” Leave & Benefits (2020),spreadsheet,en,20,149,2,74.5,2024-07-17T00:00:00Z,2024-10-17T00:00:00Z,1,0,none,restricted,gte-large,legal,research_index_v1,"benefits, leave, probation, performance"
DOC0330,product_docs,Admin guide for pricing and advanced settings,pdf_manual,en,17,410,5,82.0,2024-03-22T00:00:00Z,2024-07-21T00:00:00Z,1,0,none,public,text-embedding-3-small,legal,research_index_v1,"pricing, subscription, limits, features"
DOC0331,developer_docs,Developer integration guide β€” Request and Endpoint,pdf_manual,en,23,1564,19,82.32,2024-04-09T00:00:00Z,2024-05-06T00:00:00Z,1,0,low,restricted,e5-mistral-7b,engineering,research_index_v1,"authentication, response, endpoint, request"
DOC0332,research_papers,Internal research report on dataset and limitation (2020),wiki_page,en,23,463,6,77.17,2024-04-01T00:00:00Z,2024-08-15T00:00:00Z,1,1,none,restricted,e5-mistral-7b,data,global_qa_index_v1,"limitation, results, dataset, baseline"
DOC0333,financial_reports,Quarterly financial summary β€” Q3 2019 (AMER),wiki_page,en,5,580,8,72.5,2024-02-08T00:00:00Z,2024-08-05T00:00:00Z,1,0,low,public,all-minilm-l12-v2,engineering,research_index_v1,"revenue, segment, forecast, margin"
DOC0334,research_papers,Experimental study: Dataset in production systems,notebook,en,13,825,11,75.0,2024-01-28T00:00:00Z,2024-06-03T00:00:00Z,1,1,low,public,gte-large,product,research_index_v1,"results, methodology, limitation, dataset"
DOC0335,medical_guides,Medication and monitoring guide β€” Monitoring,wiki_page,en,19,1457,19,76.68,2024-04-29T00:00:00Z,2024-06-14T00:00:00Z,1,1,none,internal,bge-m3,product,global_qa_index_v1,"dosage, symptoms, treatment, monitoring"
DOC0336,product_docs,Admin guide for limits and advanced settings,web_article,en,15,1429,17,84.06,2024-04-10T00:00:00Z,2024-07-06T00:00:00Z,1,0,none,restricted,text-embedding-3-large,hr,policy_index_v1,"pricing, limits, subscription, features"
DOC0337,financial_reports,Quarterly financial summary β€” Q1 2019 (Global),spreadsheet,en,21,144,2,72.0,2024-08-02T00:00:00Z,2024-11-20T00:00:00Z,0,1,low,internal,text-embedding-3-large,marketing,research_index_v1,"segment, cost, forecast, revenue"
DOC0338,policies,Information governance standard β€” Privacy,internal_doc,en,23,436,6,72.67,2024-07-07T00:00:00Z,2024-11-05T00:00:00Z,1,0,low,restricted,all-minilm-l12-v2,support,product_index_v2,"policy, compliance, privacy, terms"
DOC0339,product_docs,Feature reference: Limits (2024 EMEA rollout),spreadsheet,en,14,565,7,80.71,2024-04-05T00:00:00Z,2024-08-19T00:00:00Z,1,1,low,internal,e5-mistral-7b,engineering,research_index_v1,"plan, pricing, subscription, limits"
DOC0340,medical_guides,Medication and monitoring guide β€” Treatment,notebook,en,17,312,4,78.0,2024-10-10T00:00:00Z,2025-03-17T00:00:00Z,1,0,medium,restricted,e5-mistral-7b,support,research_index_v1,"side effects, treatment, monitoring, dosage"
DOC0341,policies,Data and access policy β€” 2023 update,internal_doc,en,8,821,11,74.64,2024-06-27T00:00:00Z,2024-10-23T00:00:00Z,1,1,none,public,gte-large,data,policy_index_v1,"terms, privacy, usage, policy"
DOC0342,research_papers,Experimental study: Methodology in production systems,spreadsheet,en,26,2387,32,74.59,2024-06-11T00:00:00Z,2024-09-23T00:00:00Z,1,1,none,internal,e5-mistral-7b,legal,global_qa_index_v1,"methodology, dataset, limitation, results"
DOC0343,financial_reports,Business performance review β€” Q2 2021,policy_file,en,16,1773,25,70.92,2024-02-26T00:00:00Z,2024-07-09T00:00:00Z,1,0,low,highly_restricted,text-embedding-3-small,engineering,product_index_v2,"margin, revenue, segment, cost"
DOC0344,product_docs,Admin guide for plan and advanced settings,notebook,en,12,741,9,82.33,2024-10-07T00:00:00Z,2025-02-27T00:00:00Z,1,0,none,public,gte-large,legal,product_index_v2,"limits, plan, subscription, features"
DOC0345,research_papers,Internal research report on dataset and limitation (2022),policy_file,en,25,694,9,77.11,2024-07-27T00:00:00Z,2024-12-12T00:00:00Z,1,0,none,restricted,text-embedding-3-large,finance,policy_index_v1,"limitation, results, dataset, methodology"
DOC0346,medical_guides,Medication and monitoring guide β€” Side effects,pdf_manual,en,26,234,3,78.0,2024-05-31T00:00:00Z,2024-08-30T00:00:00Z,1,1,none,restricted,e5-mistral-7b,engineering,global_qa_index_v1,"treatment, symptoms, side effects, dosage"
DOC0347,developer_docs,Developer integration guide β€” Endpoint and Api,wiki_page,en,8,912,11,82.91,2024-03-25T00:00:00Z,2024-04-03T00:00:00Z,1,1,none,restricted,gte-large,product,product_index_v2,"api, request, endpoint, authentication"
DOC0348,developer_docs,Service-to-service auth and authentication β€” engineering guide 2025,web_article,en,13,673,8,84.12,2024-11-10T00:00:00Z,2025-03-19T00:00:00Z,1,0,none,public,bge-m3,support,product_index_v2,"api, authentication, endpoint, request"
DOC0349,product_docs,Product configuration guide β€” Features and Plan,notebook,en,19,748,9,83.11,2024-04-14T00:00:00Z,2024-09-25T00:00:00Z,1,0,low,internal,all-minilm-l12-v2,data,global_qa_index_v1,"limits, plan, features, pricing"
DOC0350,support_faq,Support playbook: handling ticket and steps tickets (2021),web_article,en,11,283,3,94.33,2024-04-12T00:00:00Z,2024-10-08T00:00:00Z,1,1,none,public,all-minilm-l12-v2,engineering,product_index_v2,"issue, troubleshooting, ticket, steps"
DOC0351,product_docs,Feature reference: Subscription (2022 Global rollout),pdf_manual,en,4,1562,19,82.21,2024-06-09T00:00:00Z,2024-10-28T00:00:00Z,1,1,low,public,all-minilm-l12-v2,legal,global_qa_index_v1,"plan, limits, subscription, pricing"
DOC0352,product_docs,Feature reference: Features (2019 AMER rollout),notebook,en,3,1149,14,82.07,2024-02-22T00:00:00Z,2024-03-16T00:00:00Z,1,0,none,internal,gte-large,engineering,research_index_v1,"limits, features, plan, pricing"
DOC0353,developer_docs,Developer integration guide β€” Response and Api,spreadsheet,en,5,247,3,82.33,2024-09-18T00:00:00Z,2025-01-26T00:00:00Z,1,1,none,internal,text-embedding-3-small,engineering,global_qa_index_v1,"endpoint, response, authentication, api"
DOC0354,medical_guides,Medication and monitoring guide β€” Dosage,internal_doc,en,18,2251,29,77.62,2024-02-28T00:00:00Z,2024-05-01T00:00:00Z,0,0,low,internal,bge-m3,product,policy_index_v1,"side effects, monitoring, dosage, symptoms"
DOC0355,medical_guides,Medication and monitoring guide β€” Symptoms,internal_doc,en,23,1003,13,77.15,2024-10-10T00:00:00Z,2025-01-11T00:00:00Z,1,0,medium,highly_restricted,text-embedding-3-small,data,research_index_v1,"side effects, symptoms, monitoring, dosage"
DOC0356,hr_policies,"HR guideline on contract for permanent staff (AMER, 2024)",internal_doc,en,6,232,3,77.33,2024-04-13T00:00:00Z,2024-07-27T00:00:00Z,0,1,medium,restricted,bge-m3,marketing,policy_index_v1,"contract, performance, probation, benefits"
DOC0357,policies,Information governance standard β€” Compliance,policy_file,en,23,461,6,76.83,2024-12-09T00:00:00Z,2025-03-27T00:00:00Z,0,0,none,public,text-embedding-3-large,legal,research_index_v1,"policy, compliance, privacy, usage"
DOC0358,research_papers,Internal research report on results and methodology (2023),spreadsheet,en,14,383,5,76.6,2024-01-25T00:00:00Z,2024-06-18T00:00:00Z,1,0,none,restricted,e5-mistral-7b,product,product_index_v2,"dataset, methodology, baseline, results"
DOC0359,policies,Information governance standard β€” Policy,policy_file,en,19,287,4,71.75,2024-06-18T00:00:00Z,2024-09-10T00:00:00Z,1,0,low,restricted,all-minilm-l12-v2,finance,global_qa_index_v1,"privacy, policy, compliance, usage"
DOC0360,financial_reports,Business performance review β€” Q1 2019,pdf_manual,en,6,282,4,70.5,2024-12-05T00:00:00Z,2025-03-23T00:00:00Z,1,0,none,restricted,bge-m3,finance,product_index_v2,"cost, segment, margin, revenue"
DOC0361,policies,Information governance standard β€” Terms,web_article,en,9,149,2,74.5,2024-12-07T00:00:00Z,2025-03-13T00:00:00Z,1,0,none,internal,text-embedding-3-small,support,product_index_v2,"terms, privacy, policy, compliance"
DOC0362,hr_policies,"HR guideline on contract for permanent staff (AMER, 2021)",pdf_manual,en,21,388,5,77.6,2024-08-07T00:00:00Z,2024-08-30T00:00:00Z,1,0,none,restricted,e5-mistral-7b,legal,product_index_v2,"probation, performance, leave, contract"
DOC0363,policies,Data and access policy β€” 2020 update,notebook,en,21,233,3,77.67,2024-06-13T00:00:00Z,2024-07-29T00:00:00Z,1,0,low,internal,bge-m3,support,research_index_v1,"policy, compliance, privacy, usage"
DOC0364,financial_reports,Quarterly financial summary β€” Q4 2025 (Global),wiki_page,en,14,653,9,72.56,2024-05-21T00:00:00Z,2024-06-11T00:00:00Z,1,0,none,restricted,gte-large,data,product_index_v2,"cost, revenue, margin, segment"
DOC0365,research_papers,Internal research report on methodology and dataset (2025),policy_file,en,16,382,5,76.4,2024-05-25T00:00:00Z,2024-06-21T00:00:00Z,1,1,none,public,text-embedding-3-large,marketing,global_qa_index_v1,"dataset, baseline, limitation, methodology"
DOC0366,support_faq,Support playbook: handling troubleshooting and reset tickets (2020),policy_file,en,12,659,7,94.14,2024-10-01T00:00:00Z,2024-11-03T00:00:00Z,1,0,none,restricted,text-embedding-3-large,legal,policy_index_v1,"reset, troubleshooting, issue, steps"
DOC0367,product_docs,Feature reference: Subscription (2025 AMER rollout),policy_file,en,8,656,8,82.0,2024-03-11T00:00:00Z,2024-03-22T00:00:00Z,1,0,none,public,bge-m3,product,global_qa_index_v1,"plan, pricing, subscription, features"
DOC0368,hr_policies,People operations handbook β€” Contract & Performance (2023),internal_doc,en,22,1150,15,76.67,2024-01-02T00:00:00Z,2024-03-26T00:00:00Z,1,0,none,internal,text-embedding-3-large,data,research_index_v1,"benefits, contract, performance, leave"
DOC0369,research_papers,Applied research summary β€” Dataset (2025),spreadsheet,en,21,1511,20,75.55,2024-02-22T00:00:00Z,2024-04-08T00:00:00Z,1,0,none,public,text-embedding-3-large,engineering,global_qa_index_v1,"dataset, baseline, limitation, results"
DOC0370,product_docs,Product configuration guide β€” Subscription and Features,spreadsheet,en,4,845,10,84.5,2024-11-17T00:00:00Z,2025-02-14T00:00:00Z,1,1,low,public,text-embedding-3-small,finance,global_qa_index_v1,"subscription, limits, features, plan"
DOC0371,financial_reports,Business performance review β€” Q1 2019,web_article,en,4,1063,15,70.87,2024-03-08T00:00:00Z,2024-08-28T00:00:00Z,1,0,none,restricted,gte-large,data,global_qa_index_v1,"margin, forecast, revenue, segment"
DOC0372,product_docs,Admin guide for pricing and advanced settings,internal_doc,en,16,250,3,83.33,2024-10-30T00:00:00Z,2025-04-08T00:00:00Z,1,1,none,public,gte-large,marketing,product_index_v2,"limits, plan, subscription, pricing"
DOC0373,financial_reports,Quarterly financial summary β€” Q1 2024 (Global),wiki_page,en,25,361,5,72.2,2024-07-16T00:00:00Z,2024-12-27T00:00:00Z,1,0,low,public,text-embedding-3-small,support,policy_index_v1,"cost, segment, margin, forecast"
DOC0374,hr_policies,People operations handbook β€” Benefits & Contract (2023),notebook,en,18,152,2,76.0,2024-10-16T00:00:00Z,2024-10-30T00:00:00Z,1,0,none,public,text-embedding-3-small,data,policy_index_v1,"leave, probation, benefits, contract"
DOC0375,policies,"Company policy on terms and compliance (EMEA, 2024)",spreadsheet,en,16,537,7,76.71,2024-03-07T00:00:00Z,2024-05-31T00:00:00Z,1,1,none,public,gte-large,engineering,research_index_v1,"privacy, terms, usage, compliance"
DOC0376,support_faq,Support playbook: handling ticket and issue tickets (2021),spreadsheet,en,3,465,5,93.0,2024-12-07T00:00:00Z,2025-04-02T00:00:00Z,1,0,none,internal,e5-mistral-7b,data,policy_index_v1,"steps, ticket, issue, troubleshooting"
DOC0377,product_docs,Product configuration guide β€” Pricing and Plan,pdf_manual,en,19,332,4,83.0,2024-08-08T00:00:00Z,2024-09-14T00:00:00Z,1,0,medium,public,bge-m3,product,policy_index_v1,"plan, pricing, limits, subscription"
DOC0378,developer_docs,Service-to-service auth and endpoint β€” engineering guide 2022,wiki_page,en,14,1329,16,83.06,2024-07-06T00:00:00Z,2024-09-04T00:00:00Z,1,1,none,public,e5-mistral-7b,support,policy_index_v1,"endpoint, api, request, response"
DOC0379,policies,"Company policy on privacy and policy (EMEA, 2022)",spreadsheet,en,16,1449,19,76.26,2024-04-04T00:00:00Z,2024-04-28T00:00:00Z,1,0,none,internal,text-embedding-3-small,data,research_index_v1,"policy, compliance, usage, privacy"
DOC0380,policies,Information governance standard β€” Terms,notebook,en,11,452,6,75.33,2024-09-25T00:00:00Z,2025-02-20T00:00:00Z,0,1,low,public,all-minilm-l12-v2,product,global_qa_index_v1,"terms, privacy, compliance, policy"
DOC0381,financial_reports,Revenue and margin analysis β€” 2020 Global,pdf_manual,en,7,2113,29,72.86,2024-01-21T00:00:00Z,2024-07-16T00:00:00Z,0,1,low,highly_restricted,e5-mistral-7b,product,research_index_v1,"forecast, margin, segment, revenue"
DOC0382,developer_docs,API reference: Endpoint endpoint (2021),notebook,en,20,393,5,78.6,2024-09-23T00:00:00Z,2024-12-23T00:00:00Z,1,0,none,public,all-minilm-l12-v2,hr,policy_index_v1,"response, endpoint, api, request"
DOC0383,hr_policies,"HR guideline on leave for permanent staff (AMER, 2025)",wiki_page,en,18,703,9,78.11,2024-08-06T00:00:00Z,2024-12-24T00:00:00Z,1,0,none,public,e5-mistral-7b,hr,global_qa_index_v1,"contract, probation, leave, performance"
DOC0384,financial_reports,Quarterly financial summary β€” Q1 2021 (APAC),wiki_page,en,14,215,3,71.67,2024-09-18T00:00:00Z,2024-10-15T00:00:00Z,1,1,none,restricted,e5-mistral-7b,finance,global_qa_index_v1,"forecast, segment, margin, revenue"
DOC0385,research_papers,Applied research summary β€” Limitation (2023),wiki_page,en,9,743,10,74.3,2024-06-21T00:00:00Z,2024-11-01T00:00:00Z,1,1,none,internal,all-minilm-l12-v2,finance,product_index_v2,"limitation, methodology, results, dataset"
DOC0386,medical_guides,Treatment protocol overview β€” Dosage (EMEA),internal_doc,en,11,1085,14,77.5,2024-02-22T00:00:00Z,2024-07-14T00:00:00Z,1,0,none,internal,gte-large,product,policy_index_v1,"monitoring, dosage, side effects, symptoms"
DOC0387,support_faq,"Reset and Troubleshooting support guide (AMER, 2023)",notebook,en,22,839,9,93.22,2024-07-09T00:00:00Z,2024-11-15T00:00:00Z,1,0,low,public,all-minilm-l12-v2,hr,policy_index_v1,"steps, ticket, troubleshooting, reset"
DOC0388,developer_docs,Developer integration guide β€” Response and Request,policy_file,en,21,327,4,81.75,2024-02-02T00:00:00Z,2024-05-07T00:00:00Z,1,1,medium,internal,all-minilm-l12-v2,hr,product_index_v2,"request, endpoint, authentication, response"
DOC0389,research_papers,Experimental study: Methodology in production systems,spreadsheet,en,23,295,4,73.75,2024-02-08T00:00:00Z,2024-07-14T00:00:00Z,1,1,low,restricted,e5-mistral-7b,data,product_index_v2,"dataset, methodology, results, limitation"
DOC0390,research_papers,Experimental study: Results in production systems,internal_doc,en,18,216,3,72.0,2024-05-18T00:00:00Z,2024-06-28T00:00:00Z,1,0,low,internal,gte-large,engineering,product_index_v2,"results, dataset, limitation, methodology"
DOC0391,medical_guides,Treatment protocol overview β€” Monitoring (APAC),pdf_manual,en,10,150,2,75.0,2024-10-13T00:00:00Z,2024-12-07T00:00:00Z,1,1,none,internal,gte-large,support,research_index_v1,"dosage, monitoring, symptoms, treatment"
DOC0392,research_papers,Experimental study: Results in production systems,pdf_manual,en,22,1332,18,74.0,2024-12-07T00:00:00Z,2025-01-19T00:00:00Z,1,0,low,restricted,text-embedding-3-large,hr,global_qa_index_v1,"methodology, results, baseline, dataset"
DOC0393,developer_docs,Service-to-service auth and api β€” engineering guide 2020,web_article,en,24,254,3,84.67,2024-08-09T00:00:00Z,2024-11-20T00:00:00Z,1,0,none,internal,bge-m3,engineering,global_qa_index_v1,"response, api, request, authentication"
DOC0394,product_docs,Product configuration guide β€” Plan and Subscription,internal_doc,en,23,582,7,83.14,2024-11-22T00:00:00Z,2025-04-27T00:00:00Z,1,1,low,internal,text-embedding-3-small,product,policy_index_v1,"subscription, pricing, features, plan"
DOC0395,developer_docs,Service-to-service auth and endpoint β€” engineering guide 2019,policy_file,en,16,418,5,83.6,2024-06-02T00:00:00Z,2024-08-24T00:00:00Z,1,0,none,internal,e5-mistral-7b,product,global_qa_index_v1,"response, api, endpoint, authentication"
DOC0396,financial_reports,Quarterly financial summary β€” Q1 2022 (Global),spreadsheet,en,22,361,5,72.2,2024-10-16T00:00:00Z,2025-02-10T00:00:00Z,1,1,none,internal,all-minilm-l12-v2,marketing,policy_index_v1,"segment, margin, cost, revenue"
DOC0397,support_faq,"How to issue β€” internal support article (AMER, 2025)",internal_doc,en,13,378,4,94.5,2024-12-05T00:00:00Z,2025-01-03T00:00:00Z,1,1,low,public,all-minilm-l12-v2,legal,global_qa_index_v1,"troubleshooting, ticket, steps, issue"
DOC0398,support_faq,"Troubleshooting and Reset support guide (EMEA, 2021)",wiki_page,en,16,837,9,93.0,2024-01-06T00:00:00Z,2024-05-17T00:00:00Z,1,0,none,public,all-minilm-l12-v2,engineering,global_qa_index_v1,"reset, troubleshooting, steps, issue"
DOC0399,policies,Information governance standard β€” Policy,pdf_manual,en,21,514,7,73.43,2024-04-29T00:00:00Z,2024-06-12T00:00:00Z,1,0,none,public,text-embedding-3-large,data,product_index_v2,"privacy, policy, compliance, terms"
DOC0400,policies,Information governance standard β€” Terms,spreadsheet,en,23,369,5,73.8,2024-08-17T00:00:00Z,2024-09-10T00:00:00Z,0,1,medium,internal,text-embedding-3-large,marketing,research_index_v1,"usage, compliance, terms, policy"
DOC0401,financial_reports,Quarterly financial summary β€” Q4 2021 (AMER),notebook,en,16,507,7,72.43,2024-03-05T00:00:00Z,2024-06-15T00:00:00Z,1,1,low,internal,text-embedding-3-small,legal,product_index_v2,"segment, forecast, cost, revenue"
DOC0402,support_faq,"Reset and Issue support guide (Global, 2019)",notebook,en,17,185,2,92.5,2024-09-16T00:00:00Z,2024-10-29T00:00:00Z,1,0,low,public,gte-large,legal,product_index_v2,"issue, steps, troubleshooting, reset"
DOC0403,research_papers,Applied research summary β€” Methodology (2022),wiki_page,en,25,515,7,73.57,2024-11-20T00:00:00Z,2024-11-29T00:00:00Z,1,1,none,restricted,all-minilm-l12-v2,legal,policy_index_v1,"baseline, limitation, methodology, results"
DOC0404,hr_policies,"HR guideline on performance for permanent staff (AMER, 2021)",policy_file,en,19,385,5,77.0,2024-12-17T00:00:00Z,2025-03-06T00:00:00Z,1,0,low,restricted,bge-m3,product,global_qa_index_v1,"contract, leave, performance, benefits"
DOC0405,product_docs,Feature reference: Limits (2019 AMER rollout),policy_file,en,5,903,11,82.09,2024-12-12T00:00:00Z,2024-12-15T00:00:00Z,1,0,low,internal,all-minilm-l12-v2,finance,product_index_v2,"subscription, limits, features, plan"
DOC0406,developer_docs,Developer integration guide β€” Request and Api,pdf_manual,en,25,2056,25,82.24,2024-12-11T00:00:00Z,2025-01-07T00:00:00Z,1,0,none,restricted,text-embedding-3-large,marketing,global_qa_index_v1,"request, endpoint, authentication, api"
DOC0407,policies,"Company policy on usage and policy (Global, 2019)",wiki_page,en,6,472,6,78.67,2024-06-27T00:00:00Z,2024-08-16T00:00:00Z,1,0,low,public,gte-large,marketing,global_qa_index_v1,"usage, policy, privacy, compliance"
DOC0408,hr_policies,"HR guideline on benefits for permanent staff (EMEA, 2019)",spreadsheet,en,21,778,10,77.8,2024-01-08T00:00:00Z,2024-06-26T00:00:00Z,0,0,low,highly_restricted,text-embedding-3-large,product,research_index_v1,"contract, benefits, probation, leave"
DOC0409,medical_guides,Treatment protocol overview β€” Monitoring (Global),policy_file,en,18,698,9,77.56,2024-01-19T00:00:00Z,2024-05-07T00:00:00Z,1,1,none,restricted,e5-mistral-7b,legal,research_index_v1,"treatment, dosage, monitoring, side effects"
DOC0410,developer_docs,Service-to-service auth and endpoint β€” engineering guide 2024,notebook,en,19,1502,18,83.44,2024-07-04T00:00:00Z,2024-10-29T00:00:00Z,1,0,none,restricted,e5-mistral-7b,finance,research_index_v1,"endpoint, response, authentication, api"
DOC0411,hr_policies,"HR guideline on performance for permanent staff (APAC, 2024)",wiki_page,en,25,157,2,78.5,2024-08-25T00:00:00Z,2024-11-24T00:00:00Z,1,1,none,restricted,text-embedding-3-small,support,global_qa_index_v1,"contract, probation, benefits, performance"
DOC0412,medical_guides,Medication and monitoring guide β€” Treatment,notebook,en,8,1008,13,77.54,2024-09-12T00:00:00Z,2024-11-09T00:00:00Z,1,0,low,public,text-embedding-3-small,legal,global_qa_index_v1,"side effects, dosage, treatment, symptoms"
DOC0413,hr_policies,Employee leave and benefits policy β€” EMEA 2025,notebook,en,6,454,6,75.67,2024-07-25T00:00:00Z,2024-09-18T00:00:00Z,1,0,low,restricted,gte-large,hr,global_qa_index_v1,"performance, leave, probation, benefits"
DOC0414,support_faq,"How to steps β€” internal support article (Global, 2023)",notebook,en,21,281,3,93.67,2024-04-08T00:00:00Z,2024-10-01T00:00:00Z,1,1,none,public,bge-m3,support,global_qa_index_v1,"troubleshooting, steps, ticket, reset"
DOC0415,support_faq,"How to issue β€” internal support article (APAC, 2024)",web_article,en,24,384,4,96.0,2024-11-05T00:00:00Z,2025-04-26T00:00:00Z,1,0,none,public,e5-mistral-7b,finance,global_qa_index_v1,"ticket, reset, issue, troubleshooting"
DOC0416,support_faq,Support playbook: handling issue and ticket tickets (2019),wiki_page,en,5,189,2,94.5,2024-01-28T00:00:00Z,2024-05-17T00:00:00Z,1,0,none,public,e5-mistral-7b,data,product_index_v2,"issue, reset, ticket, troubleshooting"
DOC0417,research_papers,Applied research summary β€” Dataset (2023),internal_doc,en,3,814,11,74.0,2024-08-20T00:00:00Z,2025-02-11T00:00:00Z,1,1,none,restricted,e5-mistral-7b,data,research_index_v1,"results, baseline, limitation, dataset"
DOC0418,support_faq,Support playbook: handling ticket and reset tickets (2020),spreadsheet,en,13,472,5,94.4,2024-10-25T00:00:00Z,2025-04-18T00:00:00Z,1,0,low,public,gte-large,support,research_index_v1,"ticket, issue, reset, troubleshooting"
DOC0419,developer_docs,Developer integration guide β€” Endpoint and Api,web_article,en,13,654,8,81.75,2024-09-24T00:00:00Z,2025-01-23T00:00:00Z,1,1,low,restricted,e5-mistral-7b,marketing,product_index_v2,"response, request, endpoint, api"
DOC0420,research_papers,Internal research report on methodology and baseline (2024),spreadsheet,en,16,305,4,76.25,2024-05-22T00:00:00Z,2024-10-12T00:00:00Z,1,0,none,public,bge-m3,hr,policy_index_v1,"methodology, dataset, limitation, baseline"
DOC0421,policies,Information governance standard β€” Policy,wiki_page,en,7,376,5,75.2,2024-06-09T00:00:00Z,2024-08-23T00:00:00Z,1,1,none,restricted,all-minilm-l12-v2,product,global_qa_index_v1,"privacy, compliance, policy, terms"
DOC0422,medical_guides,Treatment protocol overview β€” Monitoring (AMER),pdf_manual,en,23,533,7,76.14,2024-11-24T00:00:00Z,2025-05-08T00:00:00Z,1,1,none,highly_restricted,gte-large,marketing,research_index_v1,"dosage, side effects, monitoring, symptoms"
DOC0423,product_docs,Feature reference: Features (2024 EMEA rollout),pdf_manual,en,13,1145,14,81.79,2024-03-15T00:00:00Z,2024-04-04T00:00:00Z,1,0,none,public,text-embedding-3-small,finance,policy_index_v1,"pricing, features, subscription, plan"
DOC0424,hr_policies,People operations handbook β€” Leave & Performance (2020),wiki_page,en,7,532,7,76.0,2024-06-04T00:00:00Z,2024-10-12T00:00:00Z,1,0,low,public,text-embedding-3-large,engineering,product_index_v2,"contract, performance, probation, leave"
DOC0425,product_docs,Feature reference: Plan (2025 EMEA rollout),policy_file,en,4,654,8,81.75,2024-06-24T00:00:00Z,2024-11-17T00:00:00Z,1,1,low,restricted,text-embedding-3-small,legal,product_index_v2,"subscription, limits, features, plan"
DOC0426,financial_reports,Business performance review β€” Q1 2024,policy_file,en,22,708,10,70.8,2024-05-18T00:00:00Z,2024-07-05T00:00:00Z,1,0,low,highly_restricted,all-minilm-l12-v2,hr,research_index_v1,"revenue, cost, segment, margin"
DOC0427,developer_docs,API reference: Endpoint endpoint (2021),web_article,en,17,1516,19,79.79,2024-02-15T00:00:00Z,2024-03-11T00:00:00Z,1,1,none,internal,text-embedding-3-large,legal,research_index_v1,"authentication, request, api, endpoint"
DOC0428,developer_docs,Service-to-service auth and endpoint β€” engineering guide 2021,wiki_page,en,10,247,3,82.33,2024-11-16T00:00:00Z,2025-03-28T00:00:00Z,1,1,none,public,text-embedding-3-small,engineering,policy_index_v1,"api, endpoint, response, request"
DOC0429,support_faq,"How to reset β€” internal support article (EMEA, 2024)",pdf_manual,en,15,479,5,95.8,2024-03-17T00:00:00Z,2024-07-15T00:00:00Z,0,0,none,public,gte-large,engineering,global_qa_index_v1,"steps, troubleshooting, ticket, reset"
DOC0430,product_docs,Admin guide for subscription and advanced settings,notebook,en,11,660,8,82.5,2024-03-27T00:00:00Z,2024-07-23T00:00:00Z,1,1,low,public,bge-m3,legal,product_index_v2,"pricing, plan, features, subscription"
DOC0431,hr_policies,"HR guideline on contract for permanent staff (APAC, 2024)",notebook,en,15,464,6,77.33,2024-08-24T00:00:00Z,2025-02-11T00:00:00Z,1,0,medium,internal,text-embedding-3-large,legal,product_index_v2,"contract, benefits, performance, probation"
DOC0432,product_docs,Admin guide for plan and advanced settings,web_article,en,22,332,4,83.0,2024-06-02T00:00:00Z,2024-11-04T00:00:00Z,1,0,low,restricted,text-embedding-3-large,marketing,policy_index_v1,"plan, subscription, pricing, limits"
DOC0433,product_docs,Product configuration guide β€” Limits and Features,pdf_manual,en,25,249,3,83.0,2024-02-03T00:00:00Z,2024-07-18T00:00:00Z,1,0,none,public,e5-mistral-7b,finance,policy_index_v1,"features, limits, plan, subscription"
DOC0434,policies,"Company policy on policy and usage (APAC, 2019)",notebook,en,23,779,10,77.9,2024-04-09T00:00:00Z,2024-07-26T00:00:00Z,1,0,none,restricted,gte-large,finance,global_qa_index_v1,"usage, privacy, policy, compliance"
DOC0435,research_papers,Experimental study: Limitation in production systems,internal_doc,en,25,1268,17,74.59,2024-03-11T00:00:00Z,2024-07-23T00:00:00Z,1,0,medium,public,e5-mistral-7b,data,policy_index_v1,"dataset, methodology, limitation, results"
DOC0436,product_docs,Product configuration guide β€” Plan and Pricing,pdf_manual,en,20,333,4,83.25,2024-06-07T00:00:00Z,2024-11-11T00:00:00Z,1,0,none,public,text-embedding-3-large,marketing,global_qa_index_v1,"features, subscription, pricing, plan"
DOC0437,developer_docs,API reference: Api endpoint (2021),pdf_manual,en,6,560,7,80.0,2024-01-16T00:00:00Z,2024-05-30T00:00:00Z,1,1,low,public,gte-large,hr,product_index_v2,"endpoint, response, request, api"
DOC0438,medical_guides,Treatment protocol overview β€” Dosage (APAC),internal_doc,en,15,461,6,76.83,2024-02-02T00:00:00Z,2024-04-26T00:00:00Z,1,0,low,public,all-minilm-l12-v2,legal,research_index_v1,"treatment, monitoring, symptoms, dosage"
DOC0439,policies,Information governance standard β€” Usage,spreadsheet,en,7,739,10,73.9,2024-07-13T00:00:00Z,2024-12-23T00:00:00Z,1,1,none,public,e5-mistral-7b,data,research_index_v1,"compliance, privacy, policy, usage"
DOC0440,research_papers,Experimental study: Results in production systems,pdf_manual,en,7,671,9,74.56,2024-08-20T00:00:00Z,2024-12-04T00:00:00Z,1,1,none,highly_restricted,e5-mistral-7b,finance,research_index_v1,"results, dataset, methodology, baseline"
DOC0441,medical_guides,Clinical guidance on symptoms and treatment (2021 edition),spreadsheet,en,7,398,5,79.6,2024-10-21T00:00:00Z,2025-04-09T00:00:00Z,1,1,none,restricted,e5-mistral-7b,support,global_qa_index_v1,"symptoms, treatment, monitoring, dosage"
DOC0442,medical_guides,Treatment protocol overview β€” Symptoms (EMEA),wiki_page,en,14,309,4,77.25,2024-10-21T00:00:00Z,2025-02-12T00:00:00Z,1,0,low,internal,gte-large,data,global_qa_index_v1,"side effects, dosage, symptoms, treatment"
DOC0443,research_papers,Experimental study: Dataset in production systems,notebook,en,18,520,7,74.29,2024-06-08T00:00:00Z,2024-10-07T00:00:00Z,1,0,low,public,text-embedding-3-small,hr,research_index_v1,"dataset, baseline, limitation, results"
DOC0444,medical_guides,Medication and monitoring guide β€” Side effects,pdf_manual,en,13,708,9,78.67,2024-01-15T00:00:00Z,2024-02-19T00:00:00Z,1,0,low,internal,bge-m3,finance,product_index_v2,"treatment, dosage, symptoms, side effects"
DOC0445,research_papers,Applied research summary β€” Limitation (2022),wiki_page,en,16,218,3,72.67,2024-05-21T00:00:00Z,2024-08-30T00:00:00Z,1,1,none,internal,bge-m3,engineering,policy_index_v1,"baseline, limitation, dataset, methodology"
DOC0446,policies,Data and access policy β€” 2020 update,notebook,en,15,690,9,76.67,2024-11-08T00:00:00Z,2025-03-19T00:00:00Z,1,0,none,restricted,bge-m3,engineering,research_index_v1,"compliance, terms, privacy, usage"
DOC0447,product_docs,Feature reference: Limits (2019 APAC rollout),pdf_manual,en,20,650,8,81.25,2024-03-31T00:00:00Z,2024-09-05T00:00:00Z,1,1,low,internal,text-embedding-3-large,legal,global_qa_index_v1,"pricing, features, limits, plan"
DOC0448,medical_guides,Treatment protocol overview β€” Side effects (AMER),notebook,en,11,317,4,79.25,2024-12-21T00:00:00Z,2024-12-21T00:00:00Z,1,1,low,internal,e5-mistral-7b,hr,product_index_v2,"side effects, symptoms, monitoring, dosage"
DOC0449,policies,Data and access policy β€” 2025 update,policy_file,en,18,1516,20,75.8,2024-05-23T00:00:00Z,2024-11-06T00:00:00Z,1,0,low,public,all-minilm-l12-v2,engineering,product_index_v2,"privacy, policy, usage, terms"
DOC0450,developer_docs,API reference: Authentication endpoint (2022),web_article,en,26,162,2,81.0,2024-09-11T00:00:00Z,2024-09-16T00:00:00Z,1,0,none,public,gte-large,support,product_index_v2,"endpoint, request, authentication, response"
DOC0451,financial_reports,Business performance review β€” Q4 2020,web_article,en,3,282,4,70.5,2024-05-23T00:00:00Z,2024-08-10T00:00:00Z,1,1,none,public,text-embedding-3-large,marketing,policy_index_v1,"margin, segment, revenue, forecast"
DOC0452,developer_docs,Service-to-service auth and authentication β€” engineering guide 2020,policy_file,en,18,247,3,82.33,2024-06-18T00:00:00Z,2024-07-20T00:00:00Z,1,0,low,public,e5-mistral-7b,legal,global_qa_index_v1,"endpoint, authentication, response, request"
DOC0453,support_faq,"Issue and Ticket support guide (Global, 2023)",spreadsheet,en,7,646,7,92.29,2024-03-21T00:00:00Z,2024-08-24T00:00:00Z,1,0,low,public,bge-m3,legal,research_index_v1,"issue, ticket, troubleshooting, steps"
DOC0454,medical_guides,Treatment protocol overview β€” Treatment (Global),web_article,en,15,308,4,77.0,2024-03-19T00:00:00Z,2024-08-21T00:00:00Z,0,0,none,restricted,bge-m3,support,research_index_v1,"side effects, symptoms, dosage, treatment"
DOC0455,support_faq,"Troubleshooting and Ticket support guide (AMER, 2021)",internal_doc,en,20,744,8,93.0,2024-03-03T00:00:00Z,2024-03-24T00:00:00Z,1,0,none,public,bge-m3,engineering,global_qa_index_v1,"troubleshooting, steps, reset, ticket"
DOC0456,financial_reports,Revenue and margin analysis β€” 2023 Global,spreadsheet,en,18,434,6,72.33,2024-04-16T00:00:00Z,2024-07-29T00:00:00Z,1,0,none,internal,e5-mistral-7b,marketing,global_qa_index_v1,"cost, margin, segment, forecast"
DOC0457,developer_docs,Developer integration guide β€” Request and Api,pdf_manual,en,3,575,7,82.14,2024-10-08T00:00:00Z,2025-02-21T00:00:00Z,1,0,medium,internal,text-embedding-3-small,finance,policy_index_v1,"request, endpoint, api, response"
DOC0458,medical_guides,Medication and monitoring guide β€” Treatment,pdf_manual,en,8,846,11,76.91,2024-10-30T00:00:00Z,2024-11-26T00:00:00Z,1,0,none,internal,gte-large,support,research_index_v1,"side effects, symptoms, dosage, treatment"
DOC0459,policies,Data and access policy β€” 2021 update,web_article,en,25,467,6,77.83,2024-07-12T00:00:00Z,2024-10-10T00:00:00Z,1,0,none,internal,bge-m3,data,global_qa_index_v1,"privacy, policy, terms, compliance"
DOC0460,product_docs,Admin guide for subscription and advanced settings,pdf_manual,en,22,506,6,84.33,2024-10-02T00:00:00Z,2024-12-04T00:00:00Z,1,1,none,public,all-minilm-l12-v2,hr,global_qa_index_v1,"pricing, plan, subscription, limits"
DOC0461,medical_guides,Medication and monitoring guide β€” Treatment,policy_file,en,23,309,4,77.25,2024-03-04T00:00:00Z,2024-06-25T00:00:00Z,1,0,none,internal,text-embedding-3-small,product,global_qa_index_v1,"treatment, dosage, monitoring, symptoms"
DOC0462,support_faq,"How to reset β€” internal support article (APAC, 2022)",spreadsheet,en,23,957,10,95.7,2024-11-08T00:00:00Z,2025-01-21T00:00:00Z,1,1,medium,restricted,text-embedding-3-large,support,policy_index_v1,"troubleshooting, reset, issue, steps"
DOC0463,hr_policies,People operations handbook β€” Contract & Leave (2022),wiki_page,en,7,388,5,77.6,2024-10-03T00:00:00Z,2025-02-08T00:00:00Z,1,0,low,internal,text-embedding-3-large,data,policy_index_v1,"benefits, contract, leave, performance"
DOC0464,hr_policies,Employee probation and benefits policy β€” APAC 2019,web_article,en,9,229,3,76.33,2024-02-01T00:00:00Z,2024-06-24T00:00:00Z,1,1,none,highly_restricted,bge-m3,product,product_index_v2,"performance, benefits, probation, contract"
DOC0465,financial_reports,Business performance review β€” Q3 2020,spreadsheet,en,16,424,6,70.67,2024-03-31T00:00:00Z,2024-05-25T00:00:00Z,1,0,low,internal,gte-large,marketing,policy_index_v1,"cost, revenue, forecast, margin"
DOC0466,policies,Information governance standard β€” Usage,wiki_page,en,3,214,3,71.33,2024-10-25T00:00:00Z,2024-10-26T00:00:00Z,1,0,none,public,bge-m3,hr,policy_index_v1,"compliance, policy, usage, privacy"
DOC0467,product_docs,Admin guide for plan and advanced settings,web_article,en,26,417,5,83.4,2024-02-22T00:00:00Z,2024-03-03T00:00:00Z,1,1,low,highly_restricted,text-embedding-3-small,finance,global_qa_index_v1,"features, limits, subscription, plan"
DOC0468,developer_docs,Service-to-service auth and endpoint β€” engineering guide 2019,internal_doc,en,5,498,6,83.0,2024-10-30T00:00:00Z,2025-04-12T00:00:00Z,0,1,none,public,text-embedding-3-small,legal,policy_index_v1,"request, api, endpoint, response"
DOC0469,hr_policies,"HR guideline on contract for permanent staff (EMEA, 2021)",wiki_page,en,8,232,3,77.33,2024-06-25T00:00:00Z,2024-10-15T00:00:00Z,1,0,low,internal,bge-m3,finance,product_index_v2,"contract, leave, benefits, probation"
DOC0470,policies,Data and access policy β€” 2021 update,spreadsheet,en,16,623,8,77.88,2024-09-22T00:00:00Z,2024-12-31T00:00:00Z,1,0,none,highly_restricted,gte-large,support,policy_index_v1,"compliance, policy, terms, privacy"
DOC0471,research_papers,Internal research report on methodology and dataset (2025),spreadsheet,en,6,309,4,77.25,2024-06-21T00:00:00Z,2024-12-01T00:00:00Z,1,1,low,internal,text-embedding-3-small,engineering,product_index_v2,"dataset, methodology, limitation, results"
DOC0472,support_faq,"How to reset β€” internal support article (Global, 2021)",policy_file,en,9,382,4,95.5,2024-03-17T00:00:00Z,2024-08-15T00:00:00Z,1,0,none,public,gte-large,data,research_index_v1,"reset, troubleshooting, ticket, issue"
DOC0473,medical_guides,Treatment protocol overview β€” Dosage (APAC),pdf_manual,en,19,311,4,77.75,2024-04-05T00:00:00Z,2024-04-13T00:00:00Z,1,1,low,restricted,gte-large,support,policy_index_v1,"symptoms, monitoring, treatment, dosage"
DOC0474,medical_guides,Clinical guidance on side effects and treatment (2020 edition),notebook,en,24,1805,22,82.05,2024-12-22T00:00:00Z,2025-04-05T00:00:00Z,1,1,medium,internal,gte-large,hr,global_qa_index_v1,"dosage, side effects, monitoring, treatment"
DOC0475,support_faq,"Troubleshooting and Issue support guide (EMEA, 2020)",wiki_page,en,11,277,3,92.33,2024-04-29T00:00:00Z,2024-10-23T00:00:00Z,0,0,low,public,text-embedding-3-small,finance,product_index_v2,"steps, issue, reset, troubleshooting"
DOC0476,financial_reports,Quarterly financial summary β€” Q1 2024 (EMEA),internal_doc,en,26,653,9,72.56,2024-05-10T00:00:00Z,2024-06-10T00:00:00Z,1,0,low,internal,all-minilm-l12-v2,support,policy_index_v1,"forecast, margin, cost, segment"
DOC0477,product_docs,Admin guide for features and advanced settings,web_article,en,12,336,4,84.0,2024-02-17T00:00:00Z,2024-04-02T00:00:00Z,1,0,none,public,all-minilm-l12-v2,data,research_index_v1,"subscription, plan, features, pricing"
DOC0478,hr_policies,Employee probation and leave policy β€” AMER 2021,web_article,en,20,691,9,76.78,2024-09-06T00:00:00Z,2025-02-17T00:00:00Z,1,0,medium,internal,gte-large,engineering,policy_index_v1,"probation, contract, performance, leave"
DOC0479,hr_policies,"HR guideline on leave for permanent staff (EMEA, 2021)",web_article,en,17,860,11,78.18,2024-11-07T00:00:00Z,2025-02-13T00:00:00Z,1,0,none,internal,text-embedding-3-large,finance,policy_index_v1,"probation, performance, leave, benefits"
DOC0480,hr_policies,Employee performance and leave policy β€” Global 2024,internal_doc,en,10,152,2,76.0,2024-09-17T00:00:00Z,2025-01-18T00:00:00Z,1,0,none,highly_restricted,text-embedding-3-large,marketing,global_qa_index_v1,"contract, probation, performance, leave"
DOC0481,product_docs,Admin guide for features and advanced settings,notebook,en,25,1500,18,83.33,2024-08-10T00:00:00Z,2024-11-20T00:00:00Z,1,1,none,restricted,text-embedding-3-large,engineering,global_qa_index_v1,"subscription, limits, features, plan"
DOC0482,medical_guides,Clinical guidance on side effects and treatment (2021 edition),wiki_page,en,19,572,7,81.71,2024-06-27T00:00:00Z,2024-09-07T00:00:00Z,1,0,none,restricted,all-minilm-l12-v2,legal,product_index_v2,"treatment, dosage, symptoms, side effects"
DOC0483,support_faq,"How to steps β€” internal support article (EMEA, 2020)",notebook,en,20,1246,13,95.85,2024-04-22T00:00:00Z,2024-07-21T00:00:00Z,0,0,none,internal,text-embedding-3-large,data,global_qa_index_v1,"steps, issue, reset, ticket"
DOC0484,policies,Data and access policy β€” 2023 update,web_article,en,22,221,3,73.67,2024-02-26T00:00:00Z,2024-03-23T00:00:00Z,1,1,low,public,gte-large,hr,product_index_v2,"privacy, policy, usage, terms"
DOC0485,medical_guides,Medication and monitoring guide β€” Dosage,web_article,en,14,2026,26,77.92,2024-08-12T00:00:00Z,2024-11-06T00:00:00Z,1,0,medium,internal,e5-mistral-7b,data,policy_index_v1,"dosage, side effects, symptoms, monitoring"
DOC0486,policies,"Company policy on terms and usage (AMER, 2023)",spreadsheet,en,13,918,12,76.5,2024-11-22T00:00:00Z,2025-03-22T00:00:00Z,0,0,low,highly_restricted,text-embedding-3-large,data,policy_index_v1,"policy, usage, terms, compliance"
DOC0487,research_papers,Applied research summary β€” Limitation (2019),policy_file,en,11,745,10,74.5,2024-08-20T00:00:00Z,2025-02-10T00:00:00Z,1,0,medium,internal,e5-mistral-7b,marketing,research_index_v1,"methodology, results, limitation, baseline"
DOC0488,financial_reports,Revenue and margin analysis β€” 2023 Global,pdf_manual,en,5,434,6,72.33,2024-05-02T00:00:00Z,2024-10-21T00:00:00Z,1,0,none,restricted,all-minilm-l12-v2,marketing,global_qa_index_v1,"cost, margin, segment, revenue"
DOC0489,policies,Data and access policy β€” 2021 update,web_article,en,8,154,2,77.0,2024-08-20T00:00:00Z,2024-11-21T00:00:00Z,1,0,none,internal,bge-m3,hr,global_qa_index_v1,"policy, usage, compliance, privacy"
DOC0490,hr_policies,People operations handbook β€” Performance & Contract (2019),web_article,en,16,928,12,77.33,2024-06-17T00:00:00Z,2024-07-26T00:00:00Z,1,1,low,restricted,all-minilm-l12-v2,engineering,policy_index_v1,"contract, probation, benefits, performance"
DOC0491,developer_docs,Service-to-service auth and endpoint β€” engineering guide 2021,notebook,en,15,335,4,83.75,2024-03-08T00:00:00Z,2024-08-23T00:00:00Z,0,0,none,public,gte-large,engineering,product_index_v2,"authentication, response, endpoint, request"
DOC0492,developer_docs,API reference: Request endpoint (2020),web_article,en,11,157,2,78.5,2024-11-04T00:00:00Z,2025-04-14T00:00:00Z,1,0,medium,public,text-embedding-3-small,hr,global_qa_index_v1,"response, api, endpoint, request"
DOC0493,medical_guides,Treatment protocol overview β€” Treatment (Global),pdf_manual,en,9,701,9,77.89,2024-10-16T00:00:00Z,2024-12-21T00:00:00Z,1,0,none,public,all-minilm-l12-v2,marketing,policy_index_v1,"dosage, monitoring, treatment, side effects"
DOC0494,product_docs,Product configuration guide β€” Limits and Features,pdf_manual,en,24,579,7,82.71,2024-08-12T00:00:00Z,2024-08-16T00:00:00Z,0,0,medium,restricted,gte-large,product,product_index_v2,"subscription, limits, features, plan"
DOC0495,policies,Information governance standard β€” Usage,wiki_page,en,17,367,5,73.4,2024-03-31T00:00:00Z,2024-04-23T00:00:00Z,1,0,medium,highly_restricted,all-minilm-l12-v2,hr,product_index_v2,"usage, privacy, policy, terms"
DOC0496,product_docs,Product configuration guide β€” Pricing and Plan,wiki_page,en,24,163,2,81.5,2024-03-09T00:00:00Z,2024-06-08T00:00:00Z,1,0,low,public,text-embedding-3-large,legal,product_index_v2,"plan, pricing, subscription, limits"
DOC0497,research_papers,Experimental study: Results in production systems,spreadsheet,en,9,302,4,75.5,2024-07-30T00:00:00Z,2024-12-12T00:00:00Z,1,0,none,internal,e5-mistral-7b,product,product_index_v2,"results, limitation, baseline, dataset"
DOC0498,financial_reports,Revenue and margin analysis β€” 2023 APAC,spreadsheet,en,8,144,2,72.0,2024-05-15T00:00:00Z,2024-08-05T00:00:00Z,1,1,low,internal,all-minilm-l12-v2,marketing,policy_index_v1,"forecast, revenue, segment, cost"
DOC0499,medical_guides,Medication and monitoring guide β€” Dosage,internal_doc,en,18,926,12,77.17,2024-09-30T00:00:00Z,2025-01-12T00:00:00Z,1,0,medium,highly_restricted,text-embedding-3-large,marketing,policy_index_v1,"dosage, symptoms, treatment, monitoring"
DOC0500,medical_guides,Medication and monitoring guide β€” Side effects,pdf_manual,en,16,1260,16,78.75,2024-08-07T00:00:00Z,2025-01-25T00:00:00Z,1,1,none,highly_restricted,e5-mistral-7b,data,global_qa_index_v1,"treatment, side effects, monitoring, symptoms"
DOC0501,support_faq,"How to issue β€” internal support article (AMER, 2023)",web_article,en,14,1622,17,95.41,2024-07-19T00:00:00Z,2024-07-30T00:00:00Z,1,0,low,public,bge-m3,product,product_index_v2,"ticket, steps, reset, issue"
DOC0502,financial_reports,Revenue and margin analysis β€” 2021 Global,spreadsheet,en,19,1310,18,72.78,2024-02-26T00:00:00Z,2024-03-10T00:00:00Z,1,1,low,restricted,all-minilm-l12-v2,product,global_qa_index_v1,"cost, revenue, margin, segment"
DOC0503,support_faq,"Steps and Reset support guide (Global, 2022)",spreadsheet,en,19,464,5,92.8,2024-09-29T00:00:00Z,2024-10-03T00:00:00Z,1,1,low,restricted,e5-mistral-7b,marketing,policy_index_v1,"troubleshooting, issue, reset, steps"
DOC0504,developer_docs,Developer integration guide β€” Authentication and Endpoint,internal_doc,en,9,579,7,82.71,2024-11-30T00:00:00Z,2025-04-04T00:00:00Z,1,1,none,public,e5-mistral-7b,support,research_index_v1,"response, endpoint, authentication, request"
DOC0505,medical_guides,Medication and monitoring guide β€” Side effects,policy_file,en,8,1352,17,79.53,2024-11-21T00:00:00Z,2024-12-24T00:00:00Z,0,0,low,restricted,text-embedding-3-large,support,product_index_v2,"side effects, symptoms, dosage, monitoring"
DOC0506,financial_reports,Quarterly financial summary β€” Q2 2024 (AMER),web_article,en,10,1529,21,72.81,2024-03-17T00:00:00Z,2024-08-16T00:00:00Z,1,0,none,restricted,e5-mistral-7b,engineering,product_index_v2,"segment, margin, forecast, cost"
DOC0507,medical_guides,Clinical guidance on treatment and symptoms (2020 edition),notebook,en,4,1612,20,80.6,2024-09-29T00:00:00Z,2024-12-05T00:00:00Z,1,0,medium,restricted,text-embedding-3-large,finance,product_index_v2,"treatment, symptoms, monitoring, dosage"
DOC0508,developer_docs,Developer integration guide β€” Response and Authentication,internal_doc,en,21,494,6,82.33,2024-10-28T00:00:00Z,2025-01-29T00:00:00Z,1,0,low,restricted,all-minilm-l12-v2,marketing,global_qa_index_v1,"endpoint, authentication, response, api"
DOC0509,medical_guides,Clinical guidance on treatment and dosage (2024 edition),spreadsheet,en,18,642,8,80.25,2024-05-20T00:00:00Z,2024-08-03T00:00:00Z,1,1,none,restricted,text-embedding-3-large,marketing,research_index_v1,"monitoring, treatment, side effects, dosage"
DOC0510,policies,Information governance standard β€” Compliance,web_article,en,23,1326,18,73.67,2024-09-03T00:00:00Z,2024-11-25T00:00:00Z,1,0,none,restricted,text-embedding-3-small,support,global_qa_index_v1,"compliance, policy, privacy, usage"
DOC0511,developer_docs,Developer integration guide β€” Response and Request,pdf_manual,en,17,988,12,82.33,2024-10-08T00:00:00Z,2024-11-19T00:00:00Z,1,1,medium,restricted,text-embedding-3-small,finance,global_qa_index_v1,"endpoint, response, authentication, request"
DOC0512,product_docs,Product configuration guide β€” Limits and Pricing,wiki_page,en,17,1154,14,82.43,2024-07-16T00:00:00Z,2024-11-01T00:00:00Z,1,0,low,internal,bge-m3,finance,policy_index_v1,"limits, pricing, subscription, plan"
DOC0513,research_papers,Applied research summary β€” Dataset (2025),wiki_page,en,25,524,7,74.86,2024-02-18T00:00:00Z,2024-04-29T00:00:00Z,1,1,low,internal,bge-m3,legal,policy_index_v1,"results, baseline, dataset, methodology"
DOC0514,research_papers,Internal research report on baseline and dataset (2023),pdf_manual,en,11,1004,13,77.23,2024-03-23T00:00:00Z,2024-05-28T00:00:00Z,1,1,low,highly_restricted,text-embedding-3-large,hr,global_qa_index_v1,"limitation, baseline, results, dataset"
DOC0515,developer_docs,Developer integration guide β€” Response and Endpoint,policy_file,en,23,656,8,82.0,2024-09-06T00:00:00Z,2025-01-07T00:00:00Z,1,0,none,internal,all-minilm-l12-v2,legal,policy_index_v1,"response, authentication, request, endpoint"
DOC0516,support_faq,"How to troubleshooting β€” internal support article (Global, 2025)",wiki_page,en,18,378,4,94.5,2024-04-07T00:00:00Z,2024-07-17T00:00:00Z,1,0,low,internal,e5-mistral-7b,finance,global_qa_index_v1,"troubleshooting, steps, ticket, reset"
DOC0517,research_papers,Experimental study: Results in production systems,pdf_manual,en,26,599,8,74.88,2024-02-15T00:00:00Z,2024-07-25T00:00:00Z,1,0,none,public,text-embedding-3-small,legal,product_index_v2,"baseline, limitation, dataset, results"
DOC0518,support_faq,"How to ticket β€” internal support article (Global, 2021)",web_article,en,7,1053,11,95.73,2024-12-02T00:00:00Z,2025-04-13T00:00:00Z,1,0,none,internal,text-embedding-3-small,finance,research_index_v1,"steps, ticket, troubleshooting, reset"
DOC0519,support_faq,Support playbook: handling reset and issue tickets (2020),pdf_manual,en,10,474,5,94.8,2024-07-21T00:00:00Z,2024-11-02T00:00:00Z,1,0,none,public,gte-large,support,research_index_v1,"reset, ticket, troubleshooting, issue"
DOC0520,product_docs,Product configuration guide β€” Plan and Subscription,pdf_manual,en,6,248,3,82.67,2024-01-19T00:00:00Z,2024-07-03T00:00:00Z,1,1,low,public,e5-mistral-7b,hr,research_index_v1,"limits, features, plan, subscription"
DOC0521,research_papers,Experimental study: Methodology in production systems,wiki_page,en,21,366,5,73.2,2024-08-20T00:00:00Z,2024-10-04T00:00:00Z,1,1,none,internal,e5-mistral-7b,hr,global_qa_index_v1,"results, methodology, baseline, limitation"
DOC0522,hr_policies,"HR guideline on probation for permanent staff (AMER, 2022)",spreadsheet,en,11,230,3,76.67,2024-07-05T00:00:00Z,2024-08-16T00:00:00Z,1,1,none,restricted,bge-m3,support,policy_index_v1,"benefits, contract, probation, performance"
DOC0523,financial_reports,Business performance review β€” Q2 2021,policy_file,en,11,566,8,70.75,2024-09-05T00:00:00Z,2024-09-28T00:00:00Z,1,1,low,restricted,e5-mistral-7b,engineering,product_index_v2,"forecast, cost, margin, segment"
DOC0524,financial_reports,Business performance review β€” Q3 2019,notebook,en,25,424,6,70.67,2024-09-03T00:00:00Z,2025-03-01T00:00:00Z,1,1,low,internal,bge-m3,finance,global_qa_index_v1,"cost, forecast, margin, segment"
DOC0525,developer_docs,Service-to-service auth and endpoint β€” engineering guide 2021,notebook,en,6,673,8,84.12,2024-08-21T00:00:00Z,2025-01-15T00:00:00Z,1,0,none,public,all-minilm-l12-v2,marketing,policy_index_v1,"api, authentication, endpoint, response"
DOC0526,developer_docs,API reference: Authentication endpoint (2021),spreadsheet,en,4,719,9,79.89,2024-11-28T00:00:00Z,2025-03-22T00:00:00Z,1,0,none,public,all-minilm-l12-v2,legal,research_index_v1,"request, api, authentication, response"
DOC0527,financial_reports,Revenue and margin analysis β€” 2025 EMEA,web_article,en,11,144,2,72.0,2024-02-21T00:00:00Z,2024-05-08T00:00:00Z,0,1,none,restricted,all-minilm-l12-v2,product,product_index_v2,"margin, revenue, cost, segment"
DOC0528,hr_policies,People operations handbook β€” Benefits & Leave (2022),pdf_manual,en,8,232,3,77.33,2024-01-06T00:00:00Z,2024-06-13T00:00:00Z,1,0,medium,restricted,all-minilm-l12-v2,support,global_qa_index_v1,"performance, benefits, leave, probation"
DOC0529,hr_policies,Employee benefits and contract policy β€” Global 2025,internal_doc,en,16,850,11,77.27,2024-09-22T00:00:00Z,2024-09-27T00:00:00Z,1,0,none,internal,text-embedding-3-large,engineering,product_index_v2,"performance, contract, leave, benefits"
DOC0530,developer_docs,Service-to-service auth and api β€” engineering guide 2022,pdf_manual,en,10,499,6,83.17,2024-02-11T00:00:00Z,2024-04-08T00:00:00Z,1,0,none,restricted,text-embedding-3-large,hr,product_index_v2,"response, authentication, endpoint, api"
DOC0531,medical_guides,Clinical guidance on side effects and dosage (2023 edition),policy_file,en,26,394,5,78.8,2024-02-23T00:00:00Z,2024-03-17T00:00:00Z,0,0,none,internal,e5-mistral-7b,legal,research_index_v1,"treatment, side effects, dosage, symptoms"
DOC0532,developer_docs,Developer integration guide β€” Response and Authentication,notebook,en,11,331,4,82.75,2024-05-02T00:00:00Z,2024-09-21T00:00:00Z,1,1,low,public,all-minilm-l12-v2,engineering,global_qa_index_v1,"authentication, response, endpoint, api"
DOC0533,financial_reports,Revenue and margin analysis β€” 2023 APAC,pdf_manual,en,9,726,10,72.6,2024-01-27T00:00:00Z,2024-06-04T00:00:00Z,1,0,none,public,text-embedding-3-large,legal,product_index_v2,"cost, revenue, forecast, margin"
DOC0534,developer_docs,Developer integration guide β€” Authentication and Api,web_article,en,20,578,7,82.57,2024-07-27T00:00:00Z,2024-08-16T00:00:00Z,1,1,none,internal,bge-m3,marketing,global_qa_index_v1,"api, authentication, request, response"
DOC0535,financial_reports,Quarterly financial summary β€” Q1 2020 (Global),pdf_manual,en,5,215,3,71.67,2024-03-27T00:00:00Z,2024-09-20T00:00:00Z,1,1,none,restricted,text-embedding-3-small,support,global_qa_index_v1,"segment, forecast, revenue, margin"
DOC0536,support_faq,"Troubleshooting and Issue support guide (APAC, 2019)",pdf_manual,en,12,184,2,92.0,2024-07-25T00:00:00Z,2024-12-31T00:00:00Z,1,0,low,public,gte-large,hr,policy_index_v1,"reset, steps, issue, troubleshooting"
DOC0537,product_docs,Admin guide for subscription and advanced settings,notebook,en,19,168,2,84.0,2024-08-25T00:00:00Z,2024-12-13T00:00:00Z,1,0,none,public,gte-large,legal,policy_index_v1,"pricing, features, subscription, limits"
DOC0538,support_faq,"Ticket and Troubleshooting support guide (Global, 2021)",internal_doc,en,24,1579,17,92.88,2024-01-09T00:00:00Z,2024-03-06T00:00:00Z,1,0,none,highly_restricted,text-embedding-3-large,data,research_index_v1,"ticket, troubleshooting, issue, reset"
DOC0539,product_docs,Feature reference: Features (2020 AMER rollout),wiki_page,en,9,650,8,81.25,2024-11-23T00:00:00Z,2025-02-04T00:00:00Z,1,0,low,highly_restricted,text-embedding-3-large,support,product_index_v2,"subscription, features, plan, limits"
DOC0540,hr_policies,"HR guideline on contract for permanent staff (Global, 2021)",notebook,en,25,388,5,77.6,2024-03-13T00:00:00Z,2024-06-14T00:00:00Z,1,0,low,public,text-embedding-3-large,product,global_qa_index_v1,"contract, probation, performance, benefits"
DOC0541,support_faq,"How to issue β€” internal support article (EMEA, 2019)",pdf_manual,en,11,765,8,95.62,2024-12-22T00:00:00Z,2025-05-31T00:00:00Z,1,0,none,internal,all-minilm-l12-v2,support,global_qa_index_v1,"issue, ticket, steps, reset"
DOC0542,research_papers,Applied research summary β€” Methodology (2025),policy_file,en,19,1724,23,74.96,2024-04-22T00:00:00Z,2024-07-21T00:00:00Z,1,1,low,restricted,gte-large,hr,research_index_v1,"dataset, limitation, methodology, results"
DOC0543,hr_policies,Employee contract and probation policy β€” APAC 2021,notebook,en,11,691,9,76.78,2024-09-20T00:00:00Z,2024-11-01T00:00:00Z,1,1,none,restricted,all-minilm-l12-v2,data,product_index_v2,"probation, benefits, leave, contract"
DOC0544,product_docs,Feature reference: Pricing (2022 APAC rollout),web_article,en,19,488,6,81.33,2024-01-02T00:00:00Z,2024-03-03T00:00:00Z,1,0,low,restricted,all-minilm-l12-v2,finance,global_qa_index_v1,"features, pricing, plan, subscription"
DOC0545,hr_policies,People operations handbook β€” Leave & Benefits (2024),pdf_manual,en,4,155,2,77.5,2024-09-04T00:00:00Z,2024-11-05T00:00:00Z,1,1,none,highly_restricted,e5-mistral-7b,engineering,research_index_v1,"performance, contract, benefits, leave"
DOC0546,medical_guides,Medication and monitoring guide β€” Dosage,pdf_manual,en,20,310,4,77.5,2024-01-16T00:00:00Z,2024-02-15T00:00:00Z,1,0,none,internal,bge-m3,data,policy_index_v1,"side effects, dosage, monitoring, symptoms"
DOC0547,financial_reports,Business performance review β€” Q1 2019,wiki_page,en,22,282,4,70.5,2024-07-04T00:00:00Z,2024-08-25T00:00:00Z,0,1,low,restricted,all-minilm-l12-v2,data,product_index_v2,"segment, forecast, revenue, cost"
DOC0548,research_papers,Experimental study: Dataset in production systems,wiki_page,en,13,291,4,72.75,2024-08-15T00:00:00Z,2024-10-17T00:00:00Z,1,0,none,internal,bge-m3,data,global_qa_index_v1,"dataset, results, methodology, limitation"
DOC0549,financial_reports,Business performance review β€” Q4 2020,internal_doc,en,21,424,6,70.67,2024-01-05T00:00:00Z,2024-01-10T00:00:00Z,1,0,low,restricted,text-embedding-3-large,legal,product_index_v2,"margin, cost, forecast, segment"
DOC0550,product_docs,Product configuration guide β€” Plan and Limits,policy_file,en,11,668,8,83.5,2024-09-19T00:00:00Z,2024-11-15T00:00:00Z,1,1,none,restricted,gte-large,marketing,global_qa_index_v1,"plan, features, pricing, limits"
DOC0551,hr_policies,Employee probation and leave policy β€” Global 2024,pdf_manual,en,7,616,8,77.0,2024-12-15T00:00:00Z,2025-01-09T00:00:00Z,0,1,none,internal,gte-large,support,product_index_v2,"probation, benefits, leave, performance"
DOC0552,financial_reports,Quarterly financial summary β€” Q4 2025 (Global),notebook,en,14,1091,15,72.73,2024-11-10T00:00:00Z,2025-04-08T00:00:00Z,1,1,none,internal,text-embedding-3-large,engineering,global_qa_index_v1,"margin, segment, revenue, cost"
DOC0553,policies,Information governance standard β€” Policy,wiki_page,en,6,434,6,72.33,2024-05-10T00:00:00Z,2024-06-15T00:00:00Z,1,0,none,highly_restricted,e5-mistral-7b,product,global_qa_index_v1,"compliance, privacy, policy, terms"
DOC0554,support_faq,"Reset and Steps support guide (EMEA, 2019)",spreadsheet,en,16,1304,14,93.14,2024-09-13T00:00:00Z,2025-02-21T00:00:00Z,1,1,none,public,text-embedding-3-small,marketing,research_index_v1,"reset, troubleshooting, steps, issue"
DOC0555,support_faq,"How to issue β€” internal support article (AMER, 2020)",pdf_manual,en,13,576,6,96.0,2024-02-03T00:00:00Z,2024-07-10T00:00:00Z,0,0,low,public,text-embedding-3-large,hr,global_qa_index_v1,"steps, ticket, issue, reset"
DOC0556,medical_guides,Clinical guidance on symptoms and monitoring (2020 edition),wiki_page,en,3,1268,16,79.25,2024-11-29T00:00:00Z,2024-12-06T00:00:00Z,1,0,low,highly_restricted,text-embedding-3-large,marketing,global_qa_index_v1,"symptoms, treatment, dosage, monitoring"
DOC0557,financial_reports,Business performance review β€” Q2 2021,pdf_manual,en,17,353,5,70.6,2024-01-08T00:00:00Z,2024-02-20T00:00:00Z,1,0,none,restricted,bge-m3,hr,product_index_v2,"margin, cost, segment, revenue"
DOC0558,medical_guides,Clinical guidance on symptoms and side effects (2023 edition),web_article,en,24,236,3,78.67,2024-05-15T00:00:00Z,2024-08-18T00:00:00Z,1,0,low,restricted,bge-m3,data,product_index_v2,"symptoms, dosage, side effects, monitoring"
DOC0559,support_faq,Support playbook: handling troubleshooting and ticket tickets (2020),internal_doc,en,18,665,7,95.0,2024-01-17T00:00:00Z,2024-02-27T00:00:00Z,1,0,none,internal,e5-mistral-7b,support,policy_index_v1,"steps, reset, ticket, troubleshooting"
DOC0560,hr_policies,Employee leave and benefits policy β€” AMER 2021,pdf_manual,en,10,925,12,77.08,2024-02-12T00:00:00Z,2024-02-27T00:00:00Z,1,1,none,internal,all-minilm-l12-v2,data,global_qa_index_v1,"leave, benefits, contract, probation"
DOC0561,hr_policies,"HR guideline on performance for permanent staff (APAC, 2021)",internal_doc,en,9,314,4,78.5,2024-11-08T00:00:00Z,2024-12-17T00:00:00Z,1,0,none,internal,text-embedding-3-small,engineering,research_index_v1,"performance, contract, benefits, leave"
DOC0562,financial_reports,Business performance review β€” Q4 2023,internal_doc,en,7,211,3,70.33,2024-02-13T00:00:00Z,2024-05-23T00:00:00Z,1,1,low,restricted,text-embedding-3-large,support,policy_index_v1,"segment, revenue, cost, forecast"
DOC0563,financial_reports,Revenue and margin analysis β€” 2022 AMER,web_article,en,7,144,2,72.0,2024-06-01T00:00:00Z,2024-11-01T00:00:00Z,1,1,none,public,text-embedding-3-large,engineering,global_qa_index_v1,"revenue, margin, forecast, cost"
DOC0564,medical_guides,Clinical guidance on monitoring and side effects (2021 edition),policy_file,en,17,246,3,82.0,2024-06-25T00:00:00Z,2024-08-28T00:00:00Z,1,0,none,internal,e5-mistral-7b,support,product_index_v2,"monitoring, side effects, symptoms, treatment"
DOC0565,developer_docs,API reference: Endpoint endpoint (2021),notebook,en,10,240,3,80.0,2024-01-22T00:00:00Z,2024-02-06T00:00:00Z,1,0,none,public,text-embedding-3-small,marketing,product_index_v2,"api, request, authentication, endpoint"
DOC0566,medical_guides,Clinical guidance on side effects and symptoms (2019 edition),web_article,en,10,157,2,78.5,2024-12-05T00:00:00Z,2025-05-13T00:00:00Z,1,1,none,public,all-minilm-l12-v2,hr,product_index_v2,"side effects, symptoms, monitoring, treatment"
DOC0567,support_faq,Support playbook: handling reset and troubleshooting tickets (2022),notebook,en,7,1228,13,94.46,2024-03-26T00:00:00Z,2024-06-17T00:00:00Z,1,1,none,restricted,text-embedding-3-small,support,research_index_v1,"troubleshooting, issue, reset, ticket"
DOC0568,financial_reports,Quarterly financial summary β€” Q4 2024 (EMEA),pdf_manual,en,3,507,7,72.43,2024-04-26T00:00:00Z,2024-09-27T00:00:00Z,1,0,none,internal,text-embedding-3-large,engineering,global_qa_index_v1,"margin, forecast, cost, segment"
DOC0569,hr_policies,Employee leave and benefits policy β€” AMER 2023,spreadsheet,en,8,382,5,76.4,2024-08-11T00:00:00Z,2025-01-04T00:00:00Z,1,1,medium,restricted,all-minilm-l12-v2,data,policy_index_v1,"performance, leave, probation, benefits"
DOC0570,research_papers,Applied research summary β€” Results (2022),spreadsheet,en,22,526,7,75.14,2024-07-30T00:00:00Z,2024-10-27T00:00:00Z,1,1,medium,internal,bge-m3,product,product_index_v2,"limitation, results, baseline, dataset"
DOC0571,support_faq,Support playbook: handling issue and reset tickets (2022),internal_doc,en,16,657,7,93.86,2024-05-31T00:00:00Z,2024-07-22T00:00:00Z,1,1,low,public,text-embedding-3-large,legal,research_index_v1,"steps, reset, ticket, issue"
DOC0572,developer_docs,Developer integration guide β€” Response and Authentication,policy_file,en,14,574,7,82.0,2024-08-14T00:00:00Z,2025-01-11T00:00:00Z,0,0,low,internal,all-minilm-l12-v2,finance,global_qa_index_v1,"response, endpoint, authentication, api"
DOC0573,hr_policies,People operations handbook β€” Contract & Performance (2021),pdf_manual,en,15,1765,23,76.74,2024-02-11T00:00:00Z,2024-08-08T00:00:00Z,1,1,medium,highly_restricted,e5-mistral-7b,data,policy_index_v1,"leave, benefits, contract, performance"
DOC0574,developer_docs,API reference: Authentication endpoint (2019),spreadsheet,en,20,557,7,79.57,2024-07-24T00:00:00Z,2024-11-11T00:00:00Z,0,1,none,internal,all-minilm-l12-v2,legal,policy_index_v1,"request, response, api, authentication"
DOC0575,financial_reports,Business performance review β€” Q4 2020,spreadsheet,en,14,779,11,70.82,2024-10-18T00:00:00Z,2024-11-11T00:00:00Z,1,0,none,internal,text-embedding-3-large,hr,research_index_v1,"cost, revenue, margin, forecast"
DOC0576,support_faq,"Ticket and Steps support guide (Global, 2025)",spreadsheet,en,4,371,4,92.75,2024-11-30T00:00:00Z,2025-04-13T00:00:00Z,0,1,low,internal,all-minilm-l12-v2,engineering,policy_index_v1,"ticket, troubleshooting, steps, issue"
DOC0577,hr_policies,"HR guideline on contract for permanent staff (AMER, 2019)",web_article,en,15,1010,13,77.69,2024-04-24T00:00:00Z,2024-05-05T00:00:00Z,0,1,none,internal,gte-large,product,product_index_v2,"benefits, leave, performance, contract"
DOC0578,product_docs,Feature reference: Pricing (2020 Global rollout),internal_doc,en,13,650,8,81.25,2024-05-10T00:00:00Z,2024-10-26T00:00:00Z,1,1,low,internal,text-embedding-3-large,hr,product_index_v2,"plan, pricing, features, subscription"
DOC0579,product_docs,Product configuration guide β€” Features and Subscription,wiki_page,en,6,330,4,82.5,2024-02-02T00:00:00Z,2024-05-21T00:00:00Z,0,1,none,public,bge-m3,marketing,policy_index_v1,"pricing, limits, subscription, features"
DOC0580,medical_guides,Clinical guidance on symptoms and monitoring (2021 edition),policy_file,en,8,640,8,80.0,2024-07-03T00:00:00Z,2024-12-20T00:00:00Z,0,0,none,internal,text-embedding-3-large,engineering,global_qa_index_v1,"monitoring, treatment, symptoms, dosage"
DOC0581,policies,Information governance standard β€” Terms,pdf_manual,en,8,221,3,73.67,2024-11-17T00:00:00Z,2025-02-22T00:00:00Z,1,0,low,restricted,all-minilm-l12-v2,hr,policy_index_v1,"privacy, policy, compliance, terms"
DOC0582,medical_guides,Medication and monitoring guide β€” Treatment,web_article,en,4,466,6,77.67,2024-02-21T00:00:00Z,2024-08-17T00:00:00Z,1,0,medium,highly_restricted,bge-m3,hr,product_index_v2,"symptoms, side effects, treatment, dosage"
DOC0583,developer_docs,Developer integration guide β€” Endpoint and Response,notebook,en,25,411,5,82.2,2024-09-24T00:00:00Z,2025-01-20T00:00:00Z,1,0,none,internal,bge-m3,product,global_qa_index_v1,"endpoint, response, api, authentication"
DOC0584,product_docs,Admin guide for features and advanced settings,notebook,en,8,165,2,82.5,2024-01-01T00:00:00Z,2024-04-19T00:00:00Z,1,0,none,public,text-embedding-3-large,marketing,policy_index_v1,"plan, features, pricing, subscription"
DOC0585,policies,"Company policy on terms and privacy (AMER, 2024)",spreadsheet,en,14,299,4,74.75,2024-07-19T00:00:00Z,2024-11-04T00:00:00Z,1,0,none,internal,text-embedding-3-large,engineering,product_index_v2,"usage, privacy, terms, policy"
DOC0586,financial_reports,Revenue and margin analysis β€” 2024 APAC,pdf_manual,en,11,1310,18,72.78,2024-02-13T00:00:00Z,2024-03-07T00:00:00Z,1,0,low,highly_restricted,gte-large,product,global_qa_index_v1,"forecast, segment, revenue, cost"
DOC0587,financial_reports,Quarterly financial summary β€” Q2 2024 (APAC),pdf_manual,en,10,1164,16,72.75,2024-04-13T00:00:00Z,2024-08-17T00:00:00Z,1,1,low,internal,gte-large,hr,product_index_v2,"forecast, revenue, margin, segment"
DOC0588,research_papers,Internal research report on baseline and dataset (2023),wiki_page,en,14,391,5,78.2,2024-10-29T00:00:00Z,2024-12-09T00:00:00Z,1,1,none,public,text-embedding-3-small,data,global_qa_index_v1,"results, limitation, dataset, baseline"
DOC0589,financial_reports,Quarterly financial summary β€” Q3 2024 (Global),wiki_page,en,14,215,3,71.67,2024-04-03T00:00:00Z,2024-07-07T00:00:00Z,1,1,none,internal,text-embedding-3-small,marketing,product_index_v2,"revenue, margin, forecast, segment"
DOC0590,financial_reports,Business performance review β€” Q3 2024,wiki_page,en,23,1560,22,70.91,2024-09-12T00:00:00Z,2024-12-19T00:00:00Z,1,1,none,restricted,text-embedding-3-small,data,policy_index_v1,"cost, forecast, segment, margin"
DOC0591,support_faq,"Steps and Reset support guide (AMER, 2019)",policy_file,en,12,643,7,91.86,2024-08-11T00:00:00Z,2024-11-26T00:00:00Z,1,0,medium,highly_restricted,bge-m3,support,product_index_v2,"steps, ticket, reset, troubleshooting"
DOC0592,policies,Information governance standard β€” Terms,notebook,en,10,511,7,73.0,2024-03-24T00:00:00Z,2024-08-17T00:00:00Z,1,0,none,restricted,text-embedding-3-small,product,research_index_v1,"terms, policy, usage, compliance"
DOC0593,hr_policies,"HR guideline on probation for permanent staff (APAC, 2022)",policy_file,en,21,854,11,77.64,2024-10-02T00:00:00Z,2025-01-19T00:00:00Z,1,1,low,public,gte-large,engineering,research_index_v1,"benefits, probation, contract, leave"
DOC0594,hr_policies,Employee probation and performance policy β€” AMER 2023,notebook,en,3,535,7,76.43,2024-04-30T00:00:00Z,2024-09-14T00:00:00Z,1,1,none,public,text-embedding-3-small,engineering,research_index_v1,"performance, contract, leave, probation"
DOC0595,financial_reports,Revenue and margin analysis β€” 2023 APAC,notebook,en,9,580,8,72.5,2024-11-16T00:00:00Z,2025-01-31T00:00:00Z,1,0,none,restricted,all-minilm-l12-v2,engineering,policy_index_v1,"margin, cost, segment, forecast"
DOC0596,product_docs,Product configuration guide β€” Features and Subscription,spreadsheet,en,5,245,3,81.67,2024-03-18T00:00:00Z,2024-07-22T00:00:00Z,1,1,low,internal,gte-large,hr,policy_index_v1,"subscription, pricing, features, plan"
DOC0597,financial_reports,Business performance review β€” Q4 2023,wiki_page,en,23,2412,34,70.94,2024-12-18T00:00:00Z,2025-03-01T00:00:00Z,1,1,low,internal,all-minilm-l12-v2,marketing,research_index_v1,"revenue, segment, margin, cost"
DOC0598,product_docs,Feature reference: Features (2021 APAC rollout),wiki_page,en,4,663,8,82.88,2024-04-10T00:00:00Z,2024-04-17T00:00:00Z,1,1,none,public,bge-m3,finance,research_index_v1,"pricing, subscription, limits, features"
DOC0599,policies,Information governance standard β€” Compliance,internal_doc,en,21,213,3,71.0,2024-07-24T00:00:00Z,2024-08-17T00:00:00Z,1,0,none,internal,gte-large,finance,policy_index_v1,"policy, compliance, usage, terms"
DOC0600,developer_docs,Developer integration guide β€” Endpoint and Response,web_article,en,22,1324,16,82.75,2024-02-08T00:00:00Z,2024-04-10T00:00:00Z,1,0,medium,internal,bge-m3,data,research_index_v1,"endpoint, response, api, request"
DOC0601,financial_reports,Business performance review β€” Q3 2024,policy_file,en,16,566,8,70.75,2024-10-30T00:00:00Z,2025-04-17T00:00:00Z,1,0,none,highly_restricted,all-minilm-l12-v2,hr,global_qa_index_v1,"segment, revenue, margin, cost"
DOC0602,financial_reports,Quarterly financial summary β€” Q3 2025 (APAC),internal_doc,en,6,215,3,71.67,2024-03-19T00:00:00Z,2024-07-28T00:00:00Z,1,0,low,internal,e5-mistral-7b,engineering,global_qa_index_v1,"forecast, segment, margin, cost"
DOC0603,research_papers,Experimental study: Limitation in production systems,notebook,en,22,364,5,72.8,2024-02-08T00:00:00Z,2024-05-14T00:00:00Z,1,0,none,internal,text-embedding-3-large,support,global_qa_index_v1,"dataset, methodology, results, limitation"
DOC0604,product_docs,Admin guide for features and advanced settings,web_article,en,18,332,4,83.0,2024-06-18T00:00:00Z,2024-10-26T00:00:00Z,1,1,medium,restricted,bge-m3,engineering,policy_index_v1,"subscription, pricing, limits, features"
DOC0605,developer_docs,API reference: Response endpoint (2020),notebook,en,15,638,8,79.75,2024-11-01T00:00:00Z,2024-12-16T00:00:00Z,1,1,low,restricted,gte-large,product,research_index_v1,"response, endpoint, request, api"
DOC0606,financial_reports,Revenue and margin analysis β€” 2019 AMER,policy_file,en,15,288,4,72.0,2024-03-31T00:00:00Z,2024-09-25T00:00:00Z,0,1,low,highly_restricted,text-embedding-3-small,marketing,global_qa_index_v1,"cost, margin, segment, revenue"
DOC0607,research_papers,Applied research summary β€” Methodology (2024),pdf_manual,en,13,516,7,73.71,2024-10-15T00:00:00Z,2024-12-01T00:00:00Z,1,0,none,restricted,bge-m3,support,global_qa_index_v1,"methodology, dataset, limitation, results"
DOC0608,financial_reports,Quarterly financial summary β€” Q3 2024 (AMER),notebook,en,12,799,11,72.64,2024-04-26T00:00:00Z,2024-08-15T00:00:00Z,0,0,low,internal,text-embedding-3-small,finance,product_index_v2,"margin, forecast, revenue, segment"
DOC0609,hr_policies,"HR guideline on leave for permanent staff (AMER, 2022)",policy_file,en,18,312,4,78.0,2024-03-10T00:00:00Z,2024-04-29T00:00:00Z,1,1,medium,public,bge-m3,support,global_qa_index_v1,"benefits, leave, contract, probation"
DOC0610,financial_reports,Quarterly financial summary β€” Q4 2021 (APAC),internal_doc,en,20,1091,15,72.73,2024-02-17T00:00:00Z,2024-03-21T00:00:00Z,1,1,none,highly_restricted,e5-mistral-7b,support,global_qa_index_v1,"revenue, forecast, margin, segment"
DOC0611,support_faq,"Issue and Steps support guide (AMER, 2019)",spreadsheet,en,10,1305,14,93.21,2024-02-11T00:00:00Z,2024-03-14T00:00:00Z,1,0,none,internal,gte-large,data,product_index_v2,"reset, issue, troubleshooting, steps"
DOC0612,hr_policies,"HR guideline on benefits for permanent staff (APAC, 2025)",web_article,en,24,548,7,78.29,2024-09-17T00:00:00Z,2024-12-11T00:00:00Z,1,0,low,restricted,text-embedding-3-large,legal,research_index_v1,"leave, performance, benefits, contract"
DOC0613,policies,"Company policy on usage and policy (AMER, 2019)",notebook,en,15,150,2,75.0,2024-11-11T00:00:00Z,2025-04-28T00:00:00Z,1,1,none,internal,text-embedding-3-large,support,policy_index_v1,"usage, privacy, policy, compliance"
DOC0614,financial_reports,Quarterly financial summary β€” Q3 2022 (Global),policy_file,en,3,507,7,72.43,2024-05-13T00:00:00Z,2024-08-09T00:00:00Z,1,0,none,public,e5-mistral-7b,hr,global_qa_index_v1,"revenue, cost, segment, forecast"
DOC0615,support_faq,"How to ticket β€” internal support article (Global, 2021)",internal_doc,en,10,2115,22,96.14,2024-11-04T00:00:00Z,2025-03-20T00:00:00Z,1,0,none,public,all-minilm-l12-v2,product,global_qa_index_v1,"troubleshooting, reset, ticket, issue"
DOC0616,developer_docs,API reference: Request endpoint (2021),policy_file,en,22,404,5,80.8,2024-08-02T00:00:00Z,2024-11-26T00:00:00Z,1,0,none,public,bge-m3,data,research_index_v1,"response, authentication, endpoint, request"
DOC0617,medical_guides,Medication and monitoring guide β€” Side effects,web_article,en,7,231,3,77.0,2024-08-17T00:00:00Z,2024-09-08T00:00:00Z,1,0,none,restricted,gte-large,finance,product_index_v2,"dosage, treatment, side effects, monitoring"
DOC0618,support_faq,"Ticket and Steps support guide (EMEA, 2024)",pdf_manual,en,5,648,7,92.57,2024-08-19T00:00:00Z,2024-11-20T00:00:00Z,1,1,none,public,gte-large,legal,product_index_v2,"steps, ticket, issue, reset"
DOC0619,policies,"Company policy on compliance and privacy (Global, 2021)",policy_file,en,5,308,4,77.0,2024-09-05T00:00:00Z,2025-02-22T00:00:00Z,1,1,none,internal,text-embedding-3-small,product,research_index_v1,"privacy, compliance, policy, terms"
DOC0620,medical_guides,Clinical guidance on side effects and symptoms (2023 edition),policy_file,en,7,318,4,79.5,2024-03-05T00:00:00Z,2024-06-30T00:00:00Z,1,0,none,restricted,text-embedding-3-small,legal,product_index_v2,"side effects, treatment, dosage, symptoms"
DOC0621,support_faq,"Ticket and Steps support guide (EMEA, 2021)",wiki_page,en,22,464,5,92.8,2024-08-15T00:00:00Z,2025-01-21T00:00:00Z,1,0,none,restricted,gte-large,finance,policy_index_v1,"issue, steps, ticket, reset"
DOC0622,financial_reports,Business performance review β€” Q4 2019,pdf_manual,en,23,1489,21,70.9,2024-10-21T00:00:00Z,2025-02-16T00:00:00Z,0,1,none,restricted,text-embedding-3-large,marketing,policy_index_v1,"segment, cost, revenue, forecast"
DOC0623,support_faq,"Troubleshooting and Steps support guide (AMER, 2023)",pdf_manual,en,25,2048,22,93.09,2024-01-22T00:00:00Z,2024-07-16T00:00:00Z,1,1,none,public,bge-m3,legal,policy_index_v1,"issue, troubleshooting, steps, ticket"
DOC0624,hr_policies,Employee probation and performance policy β€” EMEA 2023,internal_doc,en,18,454,6,75.67,2024-01-03T00:00:00Z,2024-04-27T00:00:00Z,1,0,none,internal,text-embedding-3-small,hr,global_qa_index_v1,"leave, performance, probation, benefits"
DOC0625,financial_reports,Revenue and margin analysis β€” 2021 EMEA,web_article,en,20,726,10,72.6,2024-09-09T00:00:00Z,2025-02-16T00:00:00Z,1,1,none,restricted,bge-m3,marketing,policy_index_v1,"margin, forecast, revenue, cost"
DOC0626,research_papers,Internal research report on limitation and methodology (2023),spreadsheet,en,25,534,7,76.29,2024-07-08T00:00:00Z,2024-08-16T00:00:00Z,1,1,none,public,bge-m3,hr,policy_index_v1,"limitation, baseline, dataset, methodology"
DOC0627,research_papers,Applied research summary β€” Baseline (2023),policy_file,en,9,1120,15,74.67,2024-11-07T00:00:00Z,2025-04-13T00:00:00Z,1,0,none,internal,text-embedding-3-small,hr,research_index_v1,"baseline, methodology, limitation, dataset"
DOC0628,medical_guides,Treatment protocol overview β€” Treatment (Global),policy_file,en,14,471,6,78.5,2024-04-05T00:00:00Z,2024-09-12T00:00:00Z,0,0,low,restricted,text-embedding-3-large,legal,research_index_v1,"treatment, symptoms, monitoring, side effects"
DOC0629,support_faq,"How to issue β€” internal support article (AMER, 2022)",policy_file,en,17,380,4,95.0,2024-01-22T00:00:00Z,2024-04-15T00:00:00Z,1,1,low,restricted,all-minilm-l12-v2,data,product_index_v2,"issue, steps, ticket, reset"
DOC0630,policies,Information governance standard β€” Compliance,internal_doc,en,15,577,8,72.12,2024-10-30T00:00:00Z,2025-03-26T00:00:00Z,1,0,none,internal,gte-large,engineering,global_qa_index_v1,"terms, policy, usage, compliance"
DOC0631,financial_reports,Business performance review β€” Q4 2023,web_article,en,12,495,7,70.71,2024-07-22T00:00:00Z,2024-07-23T00:00:00Z,1,0,none,restricted,text-embedding-3-small,marketing,product_index_v2,"revenue, cost, segment, forecast"
DOC0632,policies,Information governance standard β€” Policy,wiki_page,en,15,148,2,74.0,2024-01-13T00:00:00Z,2024-06-20T00:00:00Z,1,0,none,internal,gte-large,marketing,research_index_v1,"policy, terms, privacy, usage"
DOC0633,policies,Information governance standard β€” Usage,notebook,en,22,2669,36,74.14,2024-11-16T00:00:00Z,2025-04-20T00:00:00Z,1,1,medium,internal,all-minilm-l12-v2,data,product_index_v2,"usage, policy, compliance, terms"
DOC0634,research_papers,Internal research report on baseline and results (2020),spreadsheet,en,18,379,5,75.8,2024-04-12T00:00:00Z,2024-08-14T00:00:00Z,1,1,none,internal,e5-mistral-7b,finance,research_index_v1,"methodology, baseline, limitation, results"
DOC0635,policies,"Company policy on compliance and usage (EMEA, 2021)",wiki_page,en,25,226,3,75.33,2024-05-26T00:00:00Z,2024-10-22T00:00:00Z,1,1,none,restricted,text-embedding-3-large,data,policy_index_v1,"usage, compliance, policy, terms"
DOC0636,support_faq,"Issue and Reset support guide (EMEA, 2019)",pdf_manual,en,14,748,8,93.5,2024-09-10T00:00:00Z,2024-12-12T00:00:00Z,1,1,none,highly_restricted,text-embedding-3-large,data,research_index_v1,"reset, issue, troubleshooting, ticket"
DOC0637,product_docs,Product configuration guide β€” Features and Subscription,notebook,en,12,499,6,83.17,2024-06-25T00:00:00Z,2024-10-20T00:00:00Z,1,0,none,public,bge-m3,product,policy_index_v1,"pricing, subscription, features, plan"
DOC0638,policies,"Company policy on privacy and terms (APAC, 2024)",internal_doc,en,6,390,5,78.0,2024-02-25T00:00:00Z,2024-08-17T00:00:00Z,1,0,medium,restricted,text-embedding-3-large,support,research_index_v1,"terms, privacy, policy, compliance"
DOC0639,policies,Information governance standard β€” Compliance,web_article,en,17,211,3,70.33,2024-07-23T00:00:00Z,2024-10-01T00:00:00Z,1,0,none,public,text-embedding-3-large,product,research_index_v1,"policy, usage, privacy, compliance"
DOC0640,developer_docs,API reference: Authentication endpoint (2025),policy_file,en,8,949,12,79.08,2024-05-01T00:00:00Z,2024-06-29T00:00:00Z,1,1,none,public,text-embedding-3-large,engineering,global_qa_index_v1,"endpoint, authentication, api, response"
DOC0641,support_faq,"How to troubleshooting β€” internal support article (EMEA, 2022)",policy_file,en,16,478,5,95.6,2024-10-24T00:00:00Z,2025-02-22T00:00:00Z,0,1,none,restricted,text-embedding-3-small,finance,product_index_v2,"troubleshooting, issue, reset, steps"
DOC0642,support_faq,"How to reset β€” internal support article (AMER, 2024)",notebook,en,11,286,3,95.33,2024-10-30T00:00:00Z,2025-02-17T00:00:00Z,1,0,low,internal,all-minilm-l12-v2,hr,research_index_v1,"ticket, issue, troubleshooting, reset"
DOC0643,research_papers,Internal research report on baseline and results (2024),spreadsheet,en,26,379,5,75.8,2024-04-13T00:00:00Z,2024-06-22T00:00:00Z,1,1,none,public,text-embedding-3-large,data,policy_index_v1,"limitation, dataset, baseline, results"
DOC0644,hr_policies,Employee contract and leave policy β€” APAC 2025,web_article,en,26,919,12,76.58,2024-09-18T00:00:00Z,2024-11-01T00:00:00Z,1,1,low,highly_restricted,bge-m3,marketing,research_index_v1,"leave, contract, performance, probation"
DOC0645,medical_guides,Treatment protocol overview β€” Dosage (EMEA),pdf_manual,en,26,693,9,77.0,2024-02-28T00:00:00Z,2024-07-30T00:00:00Z,1,0,none,restricted,e5-mistral-7b,data,product_index_v2,"monitoring, treatment, dosage, symptoms"
DOC0646,product_docs,Product configuration guide β€” Features and Limits,notebook,en,10,167,2,83.5,2024-01-12T00:00:00Z,2024-03-20T00:00:00Z,1,0,low,restricted,text-embedding-3-large,finance,global_qa_index_v1,"plan, limits, subscription, features"
DOC0647,product_docs,Product configuration guide β€” Limits and Subscription,web_article,en,22,1496,18,83.11,2024-08-08T00:00:00Z,2024-09-28T00:00:00Z,1,1,none,public,all-minilm-l12-v2,hr,policy_index_v1,"subscription, features, limits, pricing"
DOC0648,hr_policies,People operations handbook β€” Performance & Leave (2020),internal_doc,en,16,1084,14,77.43,2024-03-17T00:00:00Z,2024-09-04T00:00:00Z,1,1,low,restricted,all-minilm-l12-v2,legal,research_index_v1,"probation, leave, contract, performance"
DOC0649,policies,Information governance standard β€” Usage,spreadsheet,en,21,218,3,72.67,2024-02-15T00:00:00Z,2024-04-06T00:00:00Z,1,1,low,public,text-embedding-3-small,hr,research_index_v1,"compliance, usage, policy, terms"
DOC0650,research_papers,Internal research report on methodology and dataset (2019),pdf_manual,en,12,689,9,76.56,2024-04-10T00:00:00Z,2024-09-24T00:00:00Z,1,1,low,internal,gte-large,finance,policy_index_v1,"methodology, limitation, dataset, baseline"
DOC0700,mlops_docs,MLOps deployment and monitoring runbook,internal_doc,en,10,440,4,110.0,2024-06-01T00:00:00Z,2024-10-01T00:00:00Z,1,0,none,internal,gte-large,engineering,global_qa_index_v1,"mlops, deployment, monitoring, pipelines"
DOC0701,mlops_docs,MLOps deployment and monitoring runbook,internal_doc,en,10,440,4,110.0,2024-06-01T00:00:00Z,2024-10-01T00:00:00Z,1,0,none,internal,gte-large,engineering,global_qa_index_v1,"mlops, deployment, monitoring, pipelines"
DOC0800,data_platform_docs,Data platform architecture and governance guide,internal_doc,en,10,440,4,110.0,2024-06-01T00:00:00Z,2024-10-01T00:00:00Z,1,1,low,internal,gte-large,data,product_index_v2,"data platform, governance, lineage, ingestion"
DOC0801,data_platform_docs,Data platform architecture and governance guide,internal_doc,en,10,440,4,110.0,2024-06-01T00:00:00Z,2024-10-01T00:00:00Z,1,1,low,internal,gte-large,data,product_index_v2,"data platform, governance, lineage, ingestion"
DOC0900,customer_success,Customer success handbook and escalation playbook,internal_doc,en,10,440,4,110.0,2024-06-01T00:00:00Z,2024-10-01T00:00:00Z,1,0,low,internal,gte-large,support,global_qa_index_v1,"customer success, escalation, playbook"
DOC0901,customer_success,Customer success handbook and escalation playbook,internal_doc,en,10,440,4,110.0,2024-06-01T00:00:00Z,2024-10-01T00:00:00Z,1,0,low,internal,gte-large,support,global_qa_index_v1,"customer success, escalation, playbook"
DOC0950,marketing_analytics,Marketing analytics dashboards and reporting guide,internal_doc,en,10,440,4,110.0,2024-06-01T00:00:00Z,2024-10-01T00:00:00Z,1,1,none,internal,gte-large,marketing,research_index_v1,"marketing analytics, dashboards, attribution"
DOC0951,marketing_analytics,Marketing analytics dashboards and reporting guide,internal_doc,en,10,440,4,110.0,2024-06-01T00:00:00Z,2024-10-01T00:00:00Z,1,1,none,internal,gte-large,marketing,research_index_v1,"marketing analytics, dashboards, attribution"