@mixedbread/sdk 0.41.0 → 0.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/package.json +1 -1
- package/resources/parsing/jobs.d.mts +1 -1
- package/resources/parsing/jobs.d.mts.map +1 -1
- package/resources/parsing/jobs.d.ts +1 -1
- package/resources/parsing/jobs.d.ts.map +1 -1
- package/resources/stores/files.d.mts +24 -0
- package/resources/stores/files.d.mts.map +1 -1
- package/resources/stores/files.d.ts +24 -0
- package/resources/stores/files.d.ts.map +1 -1
- package/resources/vector-stores/files.d.mts +48 -0
- package/resources/vector-stores/files.d.mts.map +1 -1
- package/resources/vector-stores/files.d.ts +48 -0
- package/resources/vector-stores/files.d.ts.map +1 -1
- package/resources/vector-stores/vector-stores.d.mts +72 -0
- package/resources/vector-stores/vector-stores.d.mts.map +1 -1
- package/resources/vector-stores/vector-stores.d.ts +72 -0
- package/resources/vector-stores/vector-stores.d.ts.map +1 -1
- package/resources/vector-stores/vector-stores.js.map +1 -1
- package/resources/vector-stores/vector-stores.mjs.map +1 -1
- package/src/resources/parsing/jobs.ts +1 -1
- package/src/resources/stores/files.ts +48 -0
- package/src/resources/vector-stores/files.ts +96 -0
- package/src/resources/vector-stores/vector-stores.ts +144 -0
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -357,6 +357,10 @@ export namespace ScoredVectorStoreFile {
|
|
|
357
357
|
|
|
358
358
|
heading_context?: Array<MarkdownChunkGeneratedMetadata.HeadingContext>;
|
|
359
359
|
|
|
360
|
+
start_line?: number;
|
|
361
|
+
|
|
362
|
+
num_lines?: number;
|
|
363
|
+
|
|
360
364
|
[k: string]: unknown;
|
|
361
365
|
}
|
|
362
366
|
|
|
@@ -385,6 +389,10 @@ export namespace ScoredVectorStoreFile {
|
|
|
385
389
|
|
|
386
390
|
file_size: number;
|
|
387
391
|
|
|
392
|
+
start_line?: number;
|
|
393
|
+
|
|
394
|
+
num_lines?: number;
|
|
395
|
+
|
|
388
396
|
[k: string]: unknown;
|
|
389
397
|
}
|
|
390
398
|
|
|
@@ -411,6 +419,10 @@ export namespace ScoredVectorStoreFile {
|
|
|
411
419
|
|
|
412
420
|
file_size: number;
|
|
413
421
|
|
|
422
|
+
start_line?: number;
|
|
423
|
+
|
|
424
|
+
num_lines?: number;
|
|
425
|
+
|
|
414
426
|
[k: string]: unknown;
|
|
415
427
|
}
|
|
416
428
|
|
|
@@ -525,6 +537,10 @@ export namespace ScoredVectorStoreFile {
|
|
|
525
537
|
|
|
526
538
|
heading_context?: Array<MarkdownChunkGeneratedMetadata.HeadingContext>;
|
|
527
539
|
|
|
540
|
+
start_line?: number;
|
|
541
|
+
|
|
542
|
+
num_lines?: number;
|
|
543
|
+
|
|
528
544
|
[k: string]: unknown;
|
|
529
545
|
}
|
|
530
546
|
|
|
@@ -553,6 +569,10 @@ export namespace ScoredVectorStoreFile {
|
|
|
553
569
|
|
|
554
570
|
file_size: number;
|
|
555
571
|
|
|
572
|
+
start_line?: number;
|
|
573
|
+
|
|
574
|
+
num_lines?: number;
|
|
575
|
+
|
|
556
576
|
[k: string]: unknown;
|
|
557
577
|
}
|
|
558
578
|
|
|
@@ -579,6 +599,10 @@ export namespace ScoredVectorStoreFile {
|
|
|
579
599
|
|
|
580
600
|
file_size: number;
|
|
581
601
|
|
|
602
|
+
start_line?: number;
|
|
603
|
+
|
|
604
|
+
num_lines?: number;
|
|
605
|
+
|
|
582
606
|
[k: string]: unknown;
|
|
583
607
|
}
|
|
584
608
|
|
|
@@ -713,6 +737,10 @@ export namespace ScoredVectorStoreFile {
|
|
|
713
737
|
|
|
714
738
|
heading_context?: Array<MarkdownChunkGeneratedMetadata.HeadingContext>;
|
|
715
739
|
|
|
740
|
+
start_line?: number;
|
|
741
|
+
|
|
742
|
+
num_lines?: number;
|
|
743
|
+
|
|
716
744
|
[k: string]: unknown;
|
|
717
745
|
}
|
|
718
746
|
|
|
@@ -741,6 +769,10 @@ export namespace ScoredVectorStoreFile {
|
|
|
741
769
|
|
|
742
770
|
file_size: number;
|
|
743
771
|
|
|
772
|
+
start_line?: number;
|
|
773
|
+
|
|
774
|
+
num_lines?: number;
|
|
775
|
+
|
|
744
776
|
[k: string]: unknown;
|
|
745
777
|
}
|
|
746
778
|
|
|
@@ -767,6 +799,10 @@ export namespace ScoredVectorStoreFile {
|
|
|
767
799
|
|
|
768
800
|
file_size: number;
|
|
769
801
|
|
|
802
|
+
start_line?: number;
|
|
803
|
+
|
|
804
|
+
num_lines?: number;
|
|
805
|
+
|
|
770
806
|
[k: string]: unknown;
|
|
771
807
|
}
|
|
772
808
|
|
|
@@ -891,6 +927,10 @@ export namespace ScoredVectorStoreFile {
|
|
|
891
927
|
|
|
892
928
|
heading_context?: Array<MarkdownChunkGeneratedMetadata.HeadingContext>;
|
|
893
929
|
|
|
930
|
+
start_line?: number;
|
|
931
|
+
|
|
932
|
+
num_lines?: number;
|
|
933
|
+
|
|
894
934
|
[k: string]: unknown;
|
|
895
935
|
}
|
|
896
936
|
|
|
@@ -919,6 +959,10 @@ export namespace ScoredVectorStoreFile {
|
|
|
919
959
|
|
|
920
960
|
file_size: number;
|
|
921
961
|
|
|
962
|
+
start_line?: number;
|
|
963
|
+
|
|
964
|
+
num_lines?: number;
|
|
965
|
+
|
|
922
966
|
[k: string]: unknown;
|
|
923
967
|
}
|
|
924
968
|
|
|
@@ -945,6 +989,10 @@ export namespace ScoredVectorStoreFile {
|
|
|
945
989
|
|
|
946
990
|
file_size: number;
|
|
947
991
|
|
|
992
|
+
start_line?: number;
|
|
993
|
+
|
|
994
|
+
num_lines?: number;
|
|
995
|
+
|
|
948
996
|
[k: string]: unknown;
|
|
949
997
|
}
|
|
950
998
|
|
|
@@ -1105,6 +1153,10 @@ export namespace VectorStoreFile {
|
|
|
1105
1153
|
|
|
1106
1154
|
heading_context?: Array<MarkdownChunkGeneratedMetadata.HeadingContext>;
|
|
1107
1155
|
|
|
1156
|
+
start_line?: number;
|
|
1157
|
+
|
|
1158
|
+
num_lines?: number;
|
|
1159
|
+
|
|
1108
1160
|
[k: string]: unknown;
|
|
1109
1161
|
}
|
|
1110
1162
|
|
|
@@ -1133,6 +1185,10 @@ export namespace VectorStoreFile {
|
|
|
1133
1185
|
|
|
1134
1186
|
file_size: number;
|
|
1135
1187
|
|
|
1188
|
+
start_line?: number;
|
|
1189
|
+
|
|
1190
|
+
num_lines?: number;
|
|
1191
|
+
|
|
1136
1192
|
[k: string]: unknown;
|
|
1137
1193
|
}
|
|
1138
1194
|
|
|
@@ -1159,6 +1215,10 @@ export namespace VectorStoreFile {
|
|
|
1159
1215
|
|
|
1160
1216
|
file_size: number;
|
|
1161
1217
|
|
|
1218
|
+
start_line?: number;
|
|
1219
|
+
|
|
1220
|
+
num_lines?: number;
|
|
1221
|
+
|
|
1162
1222
|
[k: string]: unknown;
|
|
1163
1223
|
}
|
|
1164
1224
|
|
|
@@ -1245,6 +1305,10 @@ export namespace VectorStoreFile {
|
|
|
1245
1305
|
|
|
1246
1306
|
heading_context?: Array<MarkdownChunkGeneratedMetadata.HeadingContext>;
|
|
1247
1307
|
|
|
1308
|
+
start_line?: number;
|
|
1309
|
+
|
|
1310
|
+
num_lines?: number;
|
|
1311
|
+
|
|
1248
1312
|
[k: string]: unknown;
|
|
1249
1313
|
}
|
|
1250
1314
|
|
|
@@ -1273,6 +1337,10 @@ export namespace VectorStoreFile {
|
|
|
1273
1337
|
|
|
1274
1338
|
file_size: number;
|
|
1275
1339
|
|
|
1340
|
+
start_line?: number;
|
|
1341
|
+
|
|
1342
|
+
num_lines?: number;
|
|
1343
|
+
|
|
1276
1344
|
[k: string]: unknown;
|
|
1277
1345
|
}
|
|
1278
1346
|
|
|
@@ -1299,6 +1367,10 @@ export namespace VectorStoreFile {
|
|
|
1299
1367
|
|
|
1300
1368
|
file_size: number;
|
|
1301
1369
|
|
|
1370
|
+
start_line?: number;
|
|
1371
|
+
|
|
1372
|
+
num_lines?: number;
|
|
1373
|
+
|
|
1302
1374
|
[k: string]: unknown;
|
|
1303
1375
|
}
|
|
1304
1376
|
|
|
@@ -1405,6 +1477,10 @@ export namespace VectorStoreFile {
|
|
|
1405
1477
|
|
|
1406
1478
|
heading_context?: Array<MarkdownChunkGeneratedMetadata.HeadingContext>;
|
|
1407
1479
|
|
|
1480
|
+
start_line?: number;
|
|
1481
|
+
|
|
1482
|
+
num_lines?: number;
|
|
1483
|
+
|
|
1408
1484
|
[k: string]: unknown;
|
|
1409
1485
|
}
|
|
1410
1486
|
|
|
@@ -1433,6 +1509,10 @@ export namespace VectorStoreFile {
|
|
|
1433
1509
|
|
|
1434
1510
|
file_size: number;
|
|
1435
1511
|
|
|
1512
|
+
start_line?: number;
|
|
1513
|
+
|
|
1514
|
+
num_lines?: number;
|
|
1515
|
+
|
|
1436
1516
|
[k: string]: unknown;
|
|
1437
1517
|
}
|
|
1438
1518
|
|
|
@@ -1459,6 +1539,10 @@ export namespace VectorStoreFile {
|
|
|
1459
1539
|
|
|
1460
1540
|
file_size: number;
|
|
1461
1541
|
|
|
1542
|
+
start_line?: number;
|
|
1543
|
+
|
|
1544
|
+
num_lines?: number;
|
|
1545
|
+
|
|
1462
1546
|
[k: string]: unknown;
|
|
1463
1547
|
}
|
|
1464
1548
|
|
|
@@ -1555,6 +1639,10 @@ export namespace VectorStoreFile {
|
|
|
1555
1639
|
|
|
1556
1640
|
heading_context?: Array<MarkdownChunkGeneratedMetadata.HeadingContext>;
|
|
1557
1641
|
|
|
1642
|
+
start_line?: number;
|
|
1643
|
+
|
|
1644
|
+
num_lines?: number;
|
|
1645
|
+
|
|
1558
1646
|
[k: string]: unknown;
|
|
1559
1647
|
}
|
|
1560
1648
|
|
|
@@ -1583,6 +1671,10 @@ export namespace VectorStoreFile {
|
|
|
1583
1671
|
|
|
1584
1672
|
file_size: number;
|
|
1585
1673
|
|
|
1674
|
+
start_line?: number;
|
|
1675
|
+
|
|
1676
|
+
num_lines?: number;
|
|
1677
|
+
|
|
1586
1678
|
[k: string]: unknown;
|
|
1587
1679
|
}
|
|
1588
1680
|
|
|
@@ -1609,6 +1701,10 @@ export namespace VectorStoreFile {
|
|
|
1609
1701
|
|
|
1610
1702
|
file_size: number;
|
|
1611
1703
|
|
|
1704
|
+
start_line?: number;
|
|
1705
|
+
|
|
1706
|
+
num_lines?: number;
|
|
1707
|
+
|
|
1612
1708
|
[k: string]: unknown;
|
|
1613
1709
|
}
|
|
1614
1710
|
|
|
@@ -211,6 +211,10 @@ export namespace ScoredAudioURLInputChunk {
|
|
|
211
211
|
|
|
212
212
|
heading_context?: Array<MarkdownChunkGeneratedMetadata.HeadingContext>;
|
|
213
213
|
|
|
214
|
+
start_line?: number;
|
|
215
|
+
|
|
216
|
+
num_lines?: number;
|
|
217
|
+
|
|
214
218
|
[k: string]: unknown;
|
|
215
219
|
}
|
|
216
220
|
|
|
@@ -239,6 +243,10 @@ export namespace ScoredAudioURLInputChunk {
|
|
|
239
243
|
|
|
240
244
|
file_size: number;
|
|
241
245
|
|
|
246
|
+
start_line?: number;
|
|
247
|
+
|
|
248
|
+
num_lines?: number;
|
|
249
|
+
|
|
242
250
|
[k: string]: unknown;
|
|
243
251
|
}
|
|
244
252
|
|
|
@@ -265,6 +273,10 @@ export namespace ScoredAudioURLInputChunk {
|
|
|
265
273
|
|
|
266
274
|
file_size: number;
|
|
267
275
|
|
|
276
|
+
start_line?: number;
|
|
277
|
+
|
|
278
|
+
num_lines?: number;
|
|
279
|
+
|
|
268
280
|
[k: string]: unknown;
|
|
269
281
|
}
|
|
270
282
|
|
|
@@ -386,6 +398,10 @@ export namespace ScoredImageURLInputChunk {
|
|
|
386
398
|
|
|
387
399
|
heading_context?: Array<MarkdownChunkGeneratedMetadata.HeadingContext>;
|
|
388
400
|
|
|
401
|
+
start_line?: number;
|
|
402
|
+
|
|
403
|
+
num_lines?: number;
|
|
404
|
+
|
|
389
405
|
[k: string]: unknown;
|
|
390
406
|
}
|
|
391
407
|
|
|
@@ -414,6 +430,10 @@ export namespace ScoredImageURLInputChunk {
|
|
|
414
430
|
|
|
415
431
|
file_size: number;
|
|
416
432
|
|
|
433
|
+
start_line?: number;
|
|
434
|
+
|
|
435
|
+
num_lines?: number;
|
|
436
|
+
|
|
417
437
|
[k: string]: unknown;
|
|
418
438
|
}
|
|
419
439
|
|
|
@@ -440,6 +460,10 @@ export namespace ScoredImageURLInputChunk {
|
|
|
440
460
|
|
|
441
461
|
file_size: number;
|
|
442
462
|
|
|
463
|
+
start_line?: number;
|
|
464
|
+
|
|
465
|
+
num_lines?: number;
|
|
466
|
+
|
|
443
467
|
[k: string]: unknown;
|
|
444
468
|
}
|
|
445
469
|
|
|
@@ -561,6 +585,10 @@ export namespace ScoredTextInputChunk {
|
|
|
561
585
|
|
|
562
586
|
heading_context?: Array<MarkdownChunkGeneratedMetadata.HeadingContext>;
|
|
563
587
|
|
|
588
|
+
start_line?: number;
|
|
589
|
+
|
|
590
|
+
num_lines?: number;
|
|
591
|
+
|
|
564
592
|
[k: string]: unknown;
|
|
565
593
|
}
|
|
566
594
|
|
|
@@ -589,6 +617,10 @@ export namespace ScoredTextInputChunk {
|
|
|
589
617
|
|
|
590
618
|
file_size: number;
|
|
591
619
|
|
|
620
|
+
start_line?: number;
|
|
621
|
+
|
|
622
|
+
num_lines?: number;
|
|
623
|
+
|
|
592
624
|
[k: string]: unknown;
|
|
593
625
|
}
|
|
594
626
|
|
|
@@ -615,6 +647,10 @@ export namespace ScoredTextInputChunk {
|
|
|
615
647
|
|
|
616
648
|
file_size: number;
|
|
617
649
|
|
|
650
|
+
start_line?: number;
|
|
651
|
+
|
|
652
|
+
num_lines?: number;
|
|
653
|
+
|
|
618
654
|
[k: string]: unknown;
|
|
619
655
|
}
|
|
620
656
|
|
|
@@ -726,6 +762,10 @@ export namespace ScoredVideoURLInputChunk {
|
|
|
726
762
|
|
|
727
763
|
heading_context?: Array<MarkdownChunkGeneratedMetadata.HeadingContext>;
|
|
728
764
|
|
|
765
|
+
start_line?: number;
|
|
766
|
+
|
|
767
|
+
num_lines?: number;
|
|
768
|
+
|
|
729
769
|
[k: string]: unknown;
|
|
730
770
|
}
|
|
731
771
|
|
|
@@ -754,6 +794,10 @@ export namespace ScoredVideoURLInputChunk {
|
|
|
754
794
|
|
|
755
795
|
file_size: number;
|
|
756
796
|
|
|
797
|
+
start_line?: number;
|
|
798
|
+
|
|
799
|
+
num_lines?: number;
|
|
800
|
+
|
|
757
801
|
[k: string]: unknown;
|
|
758
802
|
}
|
|
759
803
|
|
|
@@ -780,6 +824,10 @@ export namespace ScoredVideoURLInputChunk {
|
|
|
780
824
|
|
|
781
825
|
file_size: number;
|
|
782
826
|
|
|
827
|
+
start_line?: number;
|
|
828
|
+
|
|
829
|
+
num_lines?: number;
|
|
830
|
+
|
|
783
831
|
[k: string]: unknown;
|
|
784
832
|
}
|
|
785
833
|
|
|
@@ -1082,6 +1130,10 @@ export namespace VectorStoreQuestionAnsweringResponse {
|
|
|
1082
1130
|
|
|
1083
1131
|
heading_context?: Array<MarkdownChunkGeneratedMetadata.HeadingContext>;
|
|
1084
1132
|
|
|
1133
|
+
start_line?: number;
|
|
1134
|
+
|
|
1135
|
+
num_lines?: number;
|
|
1136
|
+
|
|
1085
1137
|
[k: string]: unknown;
|
|
1086
1138
|
}
|
|
1087
1139
|
|
|
@@ -1110,6 +1162,10 @@ export namespace VectorStoreQuestionAnsweringResponse {
|
|
|
1110
1162
|
|
|
1111
1163
|
file_size: number;
|
|
1112
1164
|
|
|
1165
|
+
start_line?: number;
|
|
1166
|
+
|
|
1167
|
+
num_lines?: number;
|
|
1168
|
+
|
|
1113
1169
|
[k: string]: unknown;
|
|
1114
1170
|
}
|
|
1115
1171
|
|
|
@@ -1136,6 +1192,10 @@ export namespace VectorStoreQuestionAnsweringResponse {
|
|
|
1136
1192
|
|
|
1137
1193
|
file_size: number;
|
|
1138
1194
|
|
|
1195
|
+
start_line?: number;
|
|
1196
|
+
|
|
1197
|
+
num_lines?: number;
|
|
1198
|
+
|
|
1139
1199
|
[k: string]: unknown;
|
|
1140
1200
|
}
|
|
1141
1201
|
|
|
@@ -1250,6 +1310,10 @@ export namespace VectorStoreQuestionAnsweringResponse {
|
|
|
1250
1310
|
|
|
1251
1311
|
heading_context?: Array<MarkdownChunkGeneratedMetadata.HeadingContext>;
|
|
1252
1312
|
|
|
1313
|
+
start_line?: number;
|
|
1314
|
+
|
|
1315
|
+
num_lines?: number;
|
|
1316
|
+
|
|
1253
1317
|
[k: string]: unknown;
|
|
1254
1318
|
}
|
|
1255
1319
|
|
|
@@ -1278,6 +1342,10 @@ export namespace VectorStoreQuestionAnsweringResponse {
|
|
|
1278
1342
|
|
|
1279
1343
|
file_size: number;
|
|
1280
1344
|
|
|
1345
|
+
start_line?: number;
|
|
1346
|
+
|
|
1347
|
+
num_lines?: number;
|
|
1348
|
+
|
|
1281
1349
|
[k: string]: unknown;
|
|
1282
1350
|
}
|
|
1283
1351
|
|
|
@@ -1304,6 +1372,10 @@ export namespace VectorStoreQuestionAnsweringResponse {
|
|
|
1304
1372
|
|
|
1305
1373
|
file_size: number;
|
|
1306
1374
|
|
|
1375
|
+
start_line?: number;
|
|
1376
|
+
|
|
1377
|
+
num_lines?: number;
|
|
1378
|
+
|
|
1307
1379
|
[k: string]: unknown;
|
|
1308
1380
|
}
|
|
1309
1381
|
|
|
@@ -1438,6 +1510,10 @@ export namespace VectorStoreQuestionAnsweringResponse {
|
|
|
1438
1510
|
|
|
1439
1511
|
heading_context?: Array<MarkdownChunkGeneratedMetadata.HeadingContext>;
|
|
1440
1512
|
|
|
1513
|
+
start_line?: number;
|
|
1514
|
+
|
|
1515
|
+
num_lines?: number;
|
|
1516
|
+
|
|
1441
1517
|
[k: string]: unknown;
|
|
1442
1518
|
}
|
|
1443
1519
|
|
|
@@ -1466,6 +1542,10 @@ export namespace VectorStoreQuestionAnsweringResponse {
|
|
|
1466
1542
|
|
|
1467
1543
|
file_size: number;
|
|
1468
1544
|
|
|
1545
|
+
start_line?: number;
|
|
1546
|
+
|
|
1547
|
+
num_lines?: number;
|
|
1548
|
+
|
|
1469
1549
|
[k: string]: unknown;
|
|
1470
1550
|
}
|
|
1471
1551
|
|
|
@@ -1492,6 +1572,10 @@ export namespace VectorStoreQuestionAnsweringResponse {
|
|
|
1492
1572
|
|
|
1493
1573
|
file_size: number;
|
|
1494
1574
|
|
|
1575
|
+
start_line?: number;
|
|
1576
|
+
|
|
1577
|
+
num_lines?: number;
|
|
1578
|
+
|
|
1495
1579
|
[k: string]: unknown;
|
|
1496
1580
|
}
|
|
1497
1581
|
|
|
@@ -1616,6 +1700,10 @@ export namespace VectorStoreQuestionAnsweringResponse {
|
|
|
1616
1700
|
|
|
1617
1701
|
heading_context?: Array<MarkdownChunkGeneratedMetadata.HeadingContext>;
|
|
1618
1702
|
|
|
1703
|
+
start_line?: number;
|
|
1704
|
+
|
|
1705
|
+
num_lines?: number;
|
|
1706
|
+
|
|
1619
1707
|
[k: string]: unknown;
|
|
1620
1708
|
}
|
|
1621
1709
|
|
|
@@ -1644,6 +1732,10 @@ export namespace VectorStoreQuestionAnsweringResponse {
|
|
|
1644
1732
|
|
|
1645
1733
|
file_size: number;
|
|
1646
1734
|
|
|
1735
|
+
start_line?: number;
|
|
1736
|
+
|
|
1737
|
+
num_lines?: number;
|
|
1738
|
+
|
|
1647
1739
|
[k: string]: unknown;
|
|
1648
1740
|
}
|
|
1649
1741
|
|
|
@@ -1670,6 +1762,10 @@ export namespace VectorStoreQuestionAnsweringResponse {
|
|
|
1670
1762
|
|
|
1671
1763
|
file_size: number;
|
|
1672
1764
|
|
|
1765
|
+
start_line?: number;
|
|
1766
|
+
|
|
1767
|
+
num_lines?: number;
|
|
1768
|
+
|
|
1673
1769
|
[k: string]: unknown;
|
|
1674
1770
|
}
|
|
1675
1771
|
|
|
@@ -1808,6 +1904,10 @@ export namespace VectorStoreSearchResponse {
|
|
|
1808
1904
|
|
|
1809
1905
|
heading_context?: Array<MarkdownChunkGeneratedMetadata.HeadingContext>;
|
|
1810
1906
|
|
|
1907
|
+
start_line?: number;
|
|
1908
|
+
|
|
1909
|
+
num_lines?: number;
|
|
1910
|
+
|
|
1811
1911
|
[k: string]: unknown;
|
|
1812
1912
|
}
|
|
1813
1913
|
|
|
@@ -1836,6 +1936,10 @@ export namespace VectorStoreSearchResponse {
|
|
|
1836
1936
|
|
|
1837
1937
|
file_size: number;
|
|
1838
1938
|
|
|
1939
|
+
start_line?: number;
|
|
1940
|
+
|
|
1941
|
+
num_lines?: number;
|
|
1942
|
+
|
|
1839
1943
|
[k: string]: unknown;
|
|
1840
1944
|
}
|
|
1841
1945
|
|
|
@@ -1862,6 +1966,10 @@ export namespace VectorStoreSearchResponse {
|
|
|
1862
1966
|
|
|
1863
1967
|
file_size: number;
|
|
1864
1968
|
|
|
1969
|
+
start_line?: number;
|
|
1970
|
+
|
|
1971
|
+
num_lines?: number;
|
|
1972
|
+
|
|
1865
1973
|
[k: string]: unknown;
|
|
1866
1974
|
}
|
|
1867
1975
|
|
|
@@ -1976,6 +2084,10 @@ export namespace VectorStoreSearchResponse {
|
|
|
1976
2084
|
|
|
1977
2085
|
heading_context?: Array<MarkdownChunkGeneratedMetadata.HeadingContext>;
|
|
1978
2086
|
|
|
2087
|
+
start_line?: number;
|
|
2088
|
+
|
|
2089
|
+
num_lines?: number;
|
|
2090
|
+
|
|
1979
2091
|
[k: string]: unknown;
|
|
1980
2092
|
}
|
|
1981
2093
|
|
|
@@ -2004,6 +2116,10 @@ export namespace VectorStoreSearchResponse {
|
|
|
2004
2116
|
|
|
2005
2117
|
file_size: number;
|
|
2006
2118
|
|
|
2119
|
+
start_line?: number;
|
|
2120
|
+
|
|
2121
|
+
num_lines?: number;
|
|
2122
|
+
|
|
2007
2123
|
[k: string]: unknown;
|
|
2008
2124
|
}
|
|
2009
2125
|
|
|
@@ -2030,6 +2146,10 @@ export namespace VectorStoreSearchResponse {
|
|
|
2030
2146
|
|
|
2031
2147
|
file_size: number;
|
|
2032
2148
|
|
|
2149
|
+
start_line?: number;
|
|
2150
|
+
|
|
2151
|
+
num_lines?: number;
|
|
2152
|
+
|
|
2033
2153
|
[k: string]: unknown;
|
|
2034
2154
|
}
|
|
2035
2155
|
|
|
@@ -2164,6 +2284,10 @@ export namespace VectorStoreSearchResponse {
|
|
|
2164
2284
|
|
|
2165
2285
|
heading_context?: Array<MarkdownChunkGeneratedMetadata.HeadingContext>;
|
|
2166
2286
|
|
|
2287
|
+
start_line?: number;
|
|
2288
|
+
|
|
2289
|
+
num_lines?: number;
|
|
2290
|
+
|
|
2167
2291
|
[k: string]: unknown;
|
|
2168
2292
|
}
|
|
2169
2293
|
|
|
@@ -2192,6 +2316,10 @@ export namespace VectorStoreSearchResponse {
|
|
|
2192
2316
|
|
|
2193
2317
|
file_size: number;
|
|
2194
2318
|
|
|
2319
|
+
start_line?: number;
|
|
2320
|
+
|
|
2321
|
+
num_lines?: number;
|
|
2322
|
+
|
|
2195
2323
|
[k: string]: unknown;
|
|
2196
2324
|
}
|
|
2197
2325
|
|
|
@@ -2218,6 +2346,10 @@ export namespace VectorStoreSearchResponse {
|
|
|
2218
2346
|
|
|
2219
2347
|
file_size: number;
|
|
2220
2348
|
|
|
2349
|
+
start_line?: number;
|
|
2350
|
+
|
|
2351
|
+
num_lines?: number;
|
|
2352
|
+
|
|
2221
2353
|
[k: string]: unknown;
|
|
2222
2354
|
}
|
|
2223
2355
|
|
|
@@ -2342,6 +2474,10 @@ export namespace VectorStoreSearchResponse {
|
|
|
2342
2474
|
|
|
2343
2475
|
heading_context?: Array<MarkdownChunkGeneratedMetadata.HeadingContext>;
|
|
2344
2476
|
|
|
2477
|
+
start_line?: number;
|
|
2478
|
+
|
|
2479
|
+
num_lines?: number;
|
|
2480
|
+
|
|
2345
2481
|
[k: string]: unknown;
|
|
2346
2482
|
}
|
|
2347
2483
|
|
|
@@ -2370,6 +2506,10 @@ export namespace VectorStoreSearchResponse {
|
|
|
2370
2506
|
|
|
2371
2507
|
file_size: number;
|
|
2372
2508
|
|
|
2509
|
+
start_line?: number;
|
|
2510
|
+
|
|
2511
|
+
num_lines?: number;
|
|
2512
|
+
|
|
2373
2513
|
[k: string]: unknown;
|
|
2374
2514
|
}
|
|
2375
2515
|
|
|
@@ -2396,6 +2536,10 @@ export namespace VectorStoreSearchResponse {
|
|
|
2396
2536
|
|
|
2397
2537
|
file_size: number;
|
|
2398
2538
|
|
|
2539
|
+
start_line?: number;
|
|
2540
|
+
|
|
2541
|
+
num_lines?: number;
|
|
2542
|
+
|
|
2399
2543
|
[k: string]: unknown;
|
|
2400
2544
|
}
|
|
2401
2545
|
|
package/src/version.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.43.0'; // x-release-please-version
|
package/version.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.43.0";
|
|
2
2
|
//# sourceMappingURL=version.d.mts.map
|
package/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.
|
|
1
|
+
export declare const VERSION = "0.43.0";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/version.js
CHANGED
package/version.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const VERSION = '0.
|
|
1
|
+
export const VERSION = '0.43.0'; // x-release-please-version
|
|
2
2
|
//# sourceMappingURL=version.mjs.map
|