ruby_llm-providers-lms 0.1.1 → 0.2.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.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +121 -0
  3. data/README.md +467 -104
  4. data/lib/ruby_llm/providers/lms/anthropic_messages.rb +28 -0
  5. data/lib/ruby_llm/providers/lms/endpoints.rb +18 -0
  6. data/lib/ruby_llm/providers/lms/model_management.rb +59 -0
  7. data/lib/ruby_llm/providers/lms/models.rb +44 -12
  8. data/lib/ruby_llm/providers/lms/native_chat/conversation.rb +93 -0
  9. data/lib/ruby_llm/providers/lms/native_chat/streaming.rb +67 -0
  10. data/lib/ruby_llm/providers/lms/native_chat.rb +134 -0
  11. data/lib/ruby_llm/providers/lms/native_v1.rb +97 -0
  12. data/lib/ruby_llm/providers/lms/responses.rb +47 -0
  13. data/lib/ruby_llm/providers/lms/version.rb +15 -0
  14. data/lib/ruby_llm/providers/lms.rb +51 -1
  15. data/models.json +69 -454
  16. metadata +12 -37
  17. data/.flayignore +0 -1
  18. data/.github/workflows/ci.yml +0 -29
  19. data/.github/workflows/gitleaks.yml +0 -22
  20. data/.github/workflows/release.yml +0 -36
  21. data/.overcommit.yml +0 -31
  22. data/.rspec +0 -2
  23. data/.rubocop.yml +0 -29
  24. data/Archspec.rb +0 -14
  25. data/spec/fixtures/vcr_cassettes/rubyllm_chat_lms_openai_gpt_oss_20b_can_handle_a_multi_turn_conversation.yml +0 -92
  26. data/spec/fixtures/vcr_cassettes/rubyllm_chat_lms_openai_gpt_oss_20b_can_have_a_basic_conversation.yml +0 -45
  27. data/spec/fixtures/vcr_cassettes/rubyllm_chat_lms_openai_gpt_oss_20b_can_use_tools.yml +0 -129
  28. data/spec/fixtures/vcr_cassettes/rubyllm_chat_lms_openai_gpt_oss_20b_returns_the_raw_response.yml +0 -73
  29. data/spec/fixtures/vcr_cassettes/rubyllm_chat_lms_openai_gpt_oss_20b_supports_streaming_responses.yml +0 -81
  30. data/spec/fixtures/vcr_cassettes/rubyllm_chat_lms_qwen3_0_6b_bible_assistant_can_have_a_basic_conversation.yml +0 -73
  31. data/spec/fixtures/vcr_cassettes/rubyllm_chat_lms_qwen3_0_6b_bible_assistant_returns_structured_output.yml +0 -73
  32. data/spec/fixtures/vcr_cassettes/rubyllm_chat_lms_qwen3_0_6b_bible_assistant_returns_the_raw_response.yml +0 -73
  33. data/spec/fixtures/vcr_cassettes/rubyllm_embedding_lms_text_embedding_nomic_embed_text_v1_5_embeds_one_text.yml +0 -828
  34. data/spec/fixtures/vcr_cassettes/rubyllm_embedding_lms_text_embedding_nomic_embed_text_v1_5_embeds_several_texts.yml +0 -2375
  35. data/spec/ruby_llm/chat_schema_spec.rb +0 -30
  36. data/spec/ruby_llm/chat_spec.rb +0 -35
  37. data/spec/ruby_llm/chat_streaming_spec.rb +0 -22
  38. data/spec/ruby_llm/chat_tools_spec.rb +0 -30
  39. data/spec/ruby_llm/embedding_spec.rb +0 -49
  40. data/spec/ruby_llm/image_spec.rb +0 -23
  41. data/spec/ruby_llm/models_spec.rb +0 -11
  42. data/spec/ruby_llm/moderation_spec.rb +0 -22
  43. data/spec/ruby_llm/providers/lms/connection_guard_spec.rb +0 -47
  44. data/spec/ruby_llm/providers/lms_spec.rb +0 -153
  45. data/spec/ruby_llm/rerank_spec.rb +0 -23
  46. data/spec/ruby_llm/speech_spec.rb +0 -25
  47. data/spec/ruby_llm/video_spec.rb +0 -27
  48. data/spec/spec_helper.rb +0 -26
  49. data/spec/support/models.rb +0 -29
  50. data/spec/support/rubyllm_configuration.rb +0 -14
  51. data/spec/support/vcr_configuration.rb +0 -24
@@ -1,828 +0,0 @@
1
- ---
2
- http_interactions:
3
- - request:
4
- method: post
5
- uri: "http://localhost:1234/v1/embeddings"
6
- body:
7
- encoding: UTF-8
8
- string: '{"model":"text-embedding-nomic-embed-text-v1.5","input":"Ruby is a
9
- programmer''s best friend"}'
10
- headers:
11
- User-Agent:
12
- - Faraday v2.14.3
13
- Authorization:
14
- - Bearer <AUTH_TOKEN>
15
- Content-Type:
16
- - application/json
17
- Accept-Encoding:
18
- - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
19
- Accept:
20
- - "*/*"
21
- response:
22
- status:
23
- code: 200
24
- message: OK
25
- headers:
26
- X-Powered-By:
27
- - Express
28
- Content-Type:
29
- - application/json; charset=utf-8
30
- Content-Length:
31
- - '23379'
32
- Etag:
33
- - W/"5b53-BbtLHiFyeR21G93s4C3qIjjznV8"
34
- Date:
35
- - Fri, 11 Sep 2026 17:26:48 GMT
36
- Connection:
37
- - keep-alive
38
- Keep-Alive:
39
- - timeout=5
40
- body:
41
- encoding: UTF-8
42
- string: |-
43
- {
44
- "object": "list",
45
- "data": [
46
- {
47
- "object": "embedding",
48
- "embedding": [
49
- 0.017355293035507202,
50
- 0.06924031674861908,
51
- -0.15498720109462738,
52
- -0.02239677682518959,
53
- 0.013579895719885826,
54
- -0.026341702789068222,
55
- -0.014720597304403782,
56
- -0.034181512892246246,
57
- -0.014318575151264668,
58
- 0.02461378462612629,
59
- -0.021917080506682396,
60
- 0.046569619327783585,
61
- 0.0005295154405757785,
62
- 0.014679946936666965,
63
- -0.02439485676586628,
64
- 0.01719391532242298,
65
- 0.044303782284259796,
66
- -0.05745479092001915,
67
- -0.018656902015209198,
68
- 0.003535991534590721,
69
- -0.007377006579190493,
70
- -0.05284596234560013,
71
- 0.013903575018048286,
72
- 0.0043821781873703,
73
- 0.0841202512383461,
74
- 0.026402831077575684,
75
- -0.014505818486213684,
76
- -0.03495930880308151,
77
- 0.015556277707219124,
78
- 0.038513604551553726,
79
- 0.020693210884928703,
80
- -0.013997279107570648,
81
- -0.00109666318167001,
82
- -0.010108248330652714,
83
- 0.02509194239974022,
84
- -0.03999471291899681,
85
- -0.01857820525765419,
86
- 0.06316503137350082,
87
- 0.06123155355453491,
88
- 0.026514625176787376,
89
- -0.036322854459285736,
90
- 0.04937627166509628,
91
- -0.0028464181814342737,
92
- -0.02317708171904087,
93
- 0.06707274168729782,
94
- -0.0733681321144104,
95
- 0.03512220084667206,
96
- -0.010794328525662422,
97
- 0.05427177622914314,
98
- -0.051259059458971024,
99
- 0.043383821845054626,
100
- 0.02205810323357582,
101
- -0.017180712893605232,
102
- -0.007761209737509489,
103
- 0.11107250303030014,
104
- 0.07496553659439087,
105
- 0.0029968474991619587,
106
- 0.08948048949241638,
107
- 0.029131805524230003,
108
- -0.03879788890480995,
109
- 0.10776886343955994,
110
- 0.08872988820075989,
111
- -0.0785711482167244,
112
- 0.07102297991514206,
113
- 0.04130895808339119,
114
- -0.01335160806775093,
115
- 0.0011027685832232237,
116
- 0.02312483638525009,
117
- -0.06903024017810822,
118
- -0.011086559854447842,
119
- 0.05826057121157646,
120
- -0.01731785573065281,
121
- 0.015688380226492882,
122
- 0.053238172084093094,
123
- -0.03380754217505455,
124
- 0.024609699845314026,
125
- -0.04008303955197334,
126
- -0.031179500743746758,
127
- 0.009200412780046463,
128
- 0.044429827481508255,
129
- 0.032947104424238205,
130
- -0.028395775705575943,
131
- 0.016030926257371902,
132
- -0.0037868651561439037,
133
- -0.00762176513671875,
134
- -0.012657230719923973,
135
- -0.00637240894138813,
136
- 0.0037827715277671814,
137
- -0.02721509337425232,
138
- 0.05228105187416077,
139
- 0.02730129286646843,
140
- -0.036642905324697495,
141
- 0.017033811658620834,
142
- 0.03607237711548805,
143
- -0.008284464478492737,
144
- 0.026231002062559128,
145
- -0.03429536521434784,
146
- -0.008465028367936611,
147
- -0.0013120423536747694,
148
- -0.03067166730761528,
149
- 0.04619668424129486,
150
- -0.043952617794275284,
151
- 0.031028123572468758,
152
- -0.019840270280838013,
153
- 0.021630341187119484,
154
- -0.0026766695082187653,
155
- -0.016084857285022736,
156
- -0.0007235190132632852,
157
- -0.030521472916007042,
158
- 0.019448932260274887,
159
- -0.009936229325830936,
160
- -0.01289732102304697,
161
- -0.06294173747301102,
162
- -0.05009320378303528,
163
- -0.008871207013726234,
164
- -0.0028512896969914436,
165
- 0.04343225434422493,
166
- -0.09545783698558807,
167
- -0.020170915871858597,
168
- 0.0525696724653244,
169
- -0.007567345164716244,
170
- -0.01093501877039671,
171
- 0.0068014576099812984,
172
- 0.07033898681402206,
173
- 0.026942893862724304,
174
- 0.06444443762302399,
175
- -0.024909047409892082,
176
- 0.01198754645884037,
177
- -0.0198623426258564,
178
- -0.0002711355045903474,
179
- -0.03739587962627411,
180
- -0.017178896814584732,
181
- -0.02056558057665825,
182
- -0.046027783304452896,
183
- -0.020412340760231018,
184
- 0.07167124003171921,
185
- -0.04278392717242241,
186
- -0.03746241331100464,
187
- 0.02916928566992283,
188
- 0.0029051408637315035,
189
- 0.019405843690037727,
190
- 0.007998865097761154,
191
- -0.041713081300258636,
192
- -0.051392991095781326,
193
- -0.05956573411822319,
194
- -0.04683689400553703,
195
- 0.0073768566362559795,
196
- 0.015565930865705013,
197
- -0.045383866876363754,
198
- 0.005276410840451717,
199
- -0.030563369393348694,
200
- 0.06364811956882477,
201
- -0.02776043489575386,
202
- 0.030131150037050247,
203
- -0.0003471667296253145,
204
- -0.012962226755917072,
205
- 0.010745593346655369,
206
- -0.01749802753329277,
207
- 0.02270619198679924,
208
- -0.013544733636081219,
209
- 0.055177729576826096,
210
- 0.021074747666716576,
211
- -0.03487349674105644,
212
- 0.02745678648352623,
213
- 0.012177938595414162,
214
- -0.08645893633365631,
215
- 0.07261157780885696,
216
- 0.01294030249118805,
217
- 0.012599347159266472,
218
- 0.02354440465569496,
219
- 0.0026317453011870384,
220
- -0.05333373323082924,
221
- -0.02339181862771511,
222
- -0.02779863029718399,
223
- -0.0027762888930737972,
224
- -0.02572781965136528,
225
- -0.010157188400626183,
226
- 0.000263187859673053,
227
- 0.005822182632982731,
228
- -0.018167300149798393,
229
- 0.010889064520597458,
230
- -0.07442200183868408,
231
- 0.033522117882966995,
232
- 0.048764996230602264,
233
- -0.010748601518571377,
234
- -0.010418510995805264,
235
- -0.01234409213066101,
236
- -0.0005777963669970632,
237
- -0.029272081330418587,
238
- -0.05013008788228035,
239
- -0.04676886647939682,
240
- 0.012629308737814426,
241
- -0.05582468956708908,
242
- -0.012556413188576698,
243
- -0.02351120486855507,
244
- -0.04049871861934662,
245
- -0.012601759284734726,
246
- 0.009642756544053555,
247
- 0.017358949407935143,
248
- -0.004294069483876228,
249
- -0.04038543626666069,
250
- -0.008390180766582489,
251
- -0.030112221837043762,
252
- 0.053003549575805664,
253
- -0.03629709780216217,
254
- 0.08590447902679443,
255
- -0.05102650448679924,
256
- 0.01204640045762062,
257
- 0.0008121032151393592,
258
- 0.012344211339950562,
259
- 0.08783037960529327,
260
- -0.00015947254723869264,
261
- -0.017248211428523064,
262
- 0.03847811743617058,
263
- 0.006422942038625479,
264
- -0.022970808669924736,
265
- -0.035162366926670074,
266
- -0.012762919068336487,
267
- -0.05160398408770561,
268
- 0.06734922528266907,
269
- 0.05576009675860405,
270
- -0.045911457389593124,
271
- 0.01685948111116886,
272
- 0.021747492253780365,
273
- 0.004785310942679644,
274
- 0.0010876186424866319,
275
- -0.05679704248905182,
276
- 0.04083236679434776,
277
- -0.032693468034267426,
278
- 0.0007430787081830204,
279
- -0.032761577516794205,
280
- -0.028012899681925774,
281
- 0.07376662641763687,
282
- 0.03855304419994354,
283
- 0.01052333228290081,
284
- 0.03725586086511612,
285
- -0.02699926309287548,
286
- 0.039830464869737625,
287
- 0.004421282093971968,
288
- 0.026004094630479813,
289
- 0.02561056613922119,
290
- 0.04213340952992439,
291
- -0.01042129471898079,
292
- 0.01740838959813118,
293
- -0.01712152548134327,
294
- 0.03716138377785683,
295
- -0.035508330911397934,
296
- 0.0001753007381921634,
297
- -0.018776485696434975,
298
- 0.05264759063720703,
299
- -0.001955055631697178,
300
- -0.002984472084790468,
301
- -0.03049292042851448,
302
- 0.059851303696632385,
303
- 0.014543707482516766,
304
- -0.013824970461428165,
305
- 0.001026616315357387,
306
- 0.005889255087822676,
307
- 0.03616759926080704,
308
- -0.07135643810033798,
309
- 0.02065936103463173,
310
- -0.012186378240585327,
311
- -0.0019264708971604705,
312
- -0.027045143768191338,
313
- -0.03772710636258125,
314
- 0.023289192467927933,
315
- -0.01728070341050625,
316
- -0.0005015031201764941,
317
- 0.030547764152288437,
318
- -0.02566220425069332,
319
- -0.013006617315113544,
320
- 0.00904796551913023,
321
- 0.01794901303946972,
322
- 0.011893093585968018,
323
- -0.0006060043815523386,
324
- -0.0032872778829187155,
325
- 0.01287461444735527,
326
- 0.03561418876051903,
327
- -0.022616341710090637,
328
- 0.04490506649017334,
329
- 0.00015023074229247868,
330
- -0.07496974617242813,
331
- -0.04296625033020973,
332
- -0.022826161235570908,
333
- 0.02566639892756939,
334
- 0.018712293356657028,
335
- 0.034568723291158676,
336
- -0.0012626763200387359,
337
- 0.03616729751229286,
338
- -0.026310009881854057,
339
- -0.007259543519467115,
340
- -0.011454451829195023,
341
- 0.03265097737312317,
342
- 0.02743295393884182,
343
- 0.0025051271077245474,
344
- 0.04576076939702034,
345
- 0.041571442037820816,
346
- -0.0019523844821378589,
347
- -0.020574400201439857,
348
- 0.016941428184509277,
349
- 0.0028267628513276577,
350
- 0.07122156769037247,
351
- 0.019588837400078773,
352
- 0.056931957602500916,
353
- -0.0503246933221817,
354
- -0.026782209053635597,
355
- -0.016106152907013893,
356
- 0.011833551339805126,
357
- -0.04459413141012192,
358
- -0.025680923834443092,
359
- -0.04100506752729416,
360
- 0.013588787987828255,
361
- -0.03435712680220604,
362
- -0.004137934185564518,
363
- -0.054599449038505554,
364
- 0.03425838425755501,
365
- 0.00925744790583849,
366
- 0.05960381031036377,
367
- 0.04863432049751282,
368
- -0.011622653342783451,
369
- -0.0687754675745964,
370
- -0.013827449642121792,
371
- 0.03835764527320862,
372
- -0.06723123788833618,
373
- 0.03134073317050934,
374
- 0.04631420969963074,
375
- -0.022659579291939735,
376
- 0.03632062301039696,
377
- -0.02158547379076481,
378
- 0.010494899936020374,
379
- -0.025357693433761597,
380
- 0.007233096286654472,
381
- 0.008634477853775024,
382
- 0.0017020853701978922,
383
- -0.0403764545917511,
384
- -0.0021128756925463676,
385
- 0.02728087641298771,
386
- 0.022086866199970245,
387
- -0.006712149828672409,
388
- 0.03215651586651802,
389
- 0.012093082070350647,
390
- -0.02695859968662262,
391
- 0.029191166162490845,
392
- -0.05223768576979637,
393
- -0.012813535518944263,
394
- 0.05118566378951073,
395
- -0.046648379415273666,
396
- 0.013395443558692932,
397
- 0.0744895413517952,
398
- 0.012810087762773037,
399
- -0.024364620447158813,
400
- 0.047721900045871735,
401
- -0.024102361872792244,
402
- -0.012335048988461494,
403
- 0.020939311012625694,
404
- -0.018164943903684616,
405
- 0.0014457815559580922,
406
- 0.020304465666413307,
407
- -0.0038406632374972105,
408
- -0.024727966636419296,
409
- 0.04824752360582352,
410
- 0.0028715869411826134,
411
- 0.02998584508895874,
412
- -0.06753455847501755,
413
- -0.018565544858574867,
414
- 0.03840155154466629,
415
- 0.03670312091708183,
416
- 0.003013896057382226,
417
- -0.01818452961742878,
418
- -0.028224699199199677,
419
- -0.009027673862874508,
420
- -0.02168310061097145,
421
- 0.04440852999687195,
422
- 0.02759207971394062,
423
- 0.011505159549415112,
424
- -0.04666684940457344,
425
- -0.07868476957082748,
426
- -0.047651153057813644,
427
- 0.03993011638522148,
428
- 0.011637367308139801,
429
- 0.0011474678758531809,
430
- -0.038498420268297195,
431
- 0.023072918877005577,
432
- 0.0147325424477458,
433
- 0.01724192686378956,
434
- 0.05107303708791733,
435
- 0.009293566457927227,
436
- 0.009315847419202328,
437
- 0.02338402345776558,
438
- 0.03465628996491432,
439
- 0.006756128277629614,
440
- -0.016438478603959084,
441
- -0.03161383420228958,
442
- 0.009022141806781292,
443
- 0.04302743077278137,
444
- -0.019114313647150993,
445
- 0.016841059550642967,
446
- -0.013653453439474106,
447
- 0.007904739119112492,
448
- -0.004827763885259628,
449
- -0.034873683005571365,
450
- -0.03882035240530968,
451
- 0.012305771000683308,
452
- -0.05572372302412987,
453
- -0.024120328947901726,
454
- 0.010234523564577103,
455
- -0.005589789245277643,
456
- -0.04718422517180443,
457
- 0.004730848595499992,
458
- 0.026452157646417618,
459
- 0.04256332665681839,
460
- 0.05110955610871315,
461
- 0.030740993097424507,
462
- -0.028459832072257996,
463
- -0.011054006405174732,
464
- 0.03601022809743881,
465
- -0.05399111285805702,
466
- 0.027566857635974884,
467
- -0.03363330289721489,
468
- -0.03041653148829937,
469
- 0.014920426532626152,
470
- -0.008944581262767315,
471
- 0.0008457285584881902,
472
- -0.017026757821440697,
473
- -0.009221473708748817,
474
- 0.004974274430423975,
475
- 0.04498922452330589,
476
- 0.04943578317761421,
477
- -0.0115533247590065,
478
- -0.07126833498477936,
479
- 0.02572561800479889,
480
- 0.03562063351273537,
481
- 0.04067949950695038,
482
- 0.017234288156032562,
483
- 0.006543047726154327,
484
- -0.03861343860626221,
485
- 0.033870160579681396,
486
- -0.0002688966633286327,
487
- -0.017540480941534042,
488
- 0.08424989134073257,
489
- 0.024526815861463547,
490
- -0.011717041954398155,
491
- -0.04276438057422638,
492
- -0.014986258931457996,
493
- 0.06981339305639267,
494
- 0.07977589219808578,
495
- 0.059334367513656616,
496
- 0.009986650198698044,
497
- -0.07141358405351639,
498
- 0.055277906358242035,
499
- 0.032927870750427246,
500
- 0.021608319133520126,
501
- 0.02217177115380764,
502
- 0.041515957564115524,
503
- 0.04057000204920769,
504
- -0.034564197063446045,
505
- -0.008016450330615044,
506
- 0.025444917380809784,
507
- 0.05670173093676567,
508
- 0.06661491841077805,
509
- -0.02322866953909397,
510
- -0.006315366830676794,
511
- -0.026032939553260803,
512
- 0.02865847758948803,
513
- -0.01822035387158394,
514
- -0.0035190980415791273,
515
- -0.01803896389901638,
516
- -0.01384651381522417,
517
- 0.02794548310339451,
518
- 0.06132885441184044,
519
- -0.039539635181427,
520
- 0.002713235327973962,
521
- 0.040820445865392685,
522
- 0.06380757689476013,
523
- -0.0048847496509552,
524
- -0.02586265653371811,
525
- -0.015328350476920605,
526
- -0.00854881014674902,
527
- 0.05710206925868988,
528
- 0.10641542077064514,
529
- -0.04371305927634239,
530
- 0.012471535243093967,
531
- -0.029937122017145157,
532
- -0.046460554003715515,
533
- -0.006239200476557016,
534
- 0.05392679572105408,
535
- 0.018283478915691376,
536
- 0.002289846073836088,
537
- -0.03437291830778122,
538
- 0.03310258686542511,
539
- -0.007195764686912298,
540
- 0.04383044317364693,
541
- 0.03951694071292877,
542
- 0.010638966225087643,
543
- -0.031680598855018616,
544
- -0.02991880103945732,
545
- -0.006903252098709345,
546
- 0.059816598892211914,
547
- 0.03554768115282059,
548
- 0.036873169243335724,
549
- 0.014296816661953926,
550
- 0.02587989903986454,
551
- -0.024624112993478775,
552
- -0.0406104251742363,
553
- 0.019946521148085594,
554
- -0.02205216884613037,
555
- 0.026002004742622375,
556
- -0.07076967507600784,
557
- -0.04273687303066254,
558
- 0.010795054025948048,
559
- -0.020880892872810364,
560
- -0.02638104371726513,
561
- -0.035545919090509415,
562
- -0.010360555723309517,
563
- -0.006417847704142332,
564
- -0.04808466508984566,
565
- 0.03293635696172714,
566
- -0.019706295803189278,
567
- -0.08799780160188675,
568
- 0.0017173124942928553,
569
- -0.01469559408724308,
570
- -0.03095555305480957,
571
- -0.015838129445910454,
572
- -0.03323280066251755,
573
- -0.07235989719629288,
574
- 0.052368294447660446,
575
- 0.025752943009138107,
576
- -0.025438012555241585,
577
- 0.043425410985946655,
578
- 0.019002337008714676,
579
- 0.05148647353053093,
580
- -0.029101470485329628,
581
- -0.05496276170015335,
582
- 0.0097053749486804,
583
- 0.00105610943865031,
584
- -0.027916936203837395,
585
- -0.00691491411998868,
586
- 0.055068910121917725,
587
- 0.013747882097959518,
588
- 0.03312307223677635,
589
- 0.010170180350542068,
590
- 0.06932465732097626,
591
- 0.007586857303977013,
592
- 0.0684540644288063,
593
- -0.041660841554403305,
594
- -0.008901944383978844,
595
- -0.05264744162559509,
596
- 0.03455636277794838,
597
- 0.021953128278255463,
598
- -0.04581901803612709,
599
- 0.05266912281513214,
600
- -0.06971946358680725,
601
- -0.0432598777115345,
602
- 0.006129813846200705,
603
- 0.04464199021458626,
604
- -0.03421281278133392,
605
- -0.044381339102983475,
606
- -0.0012420563725754619,
607
- -0.05756641924381256,
608
- -0.0014674258418381214,
609
- -0.015098054893314838,
610
- 0.014091940596699715,
611
- -0.008332809433341026,
612
- -0.0461927205324173,
613
- 0.002600494073703885,
614
- -0.012539486400783062,
615
- 0.006652281153947115,
616
- -0.009975331835448742,
617
- 0.01961365155875683,
618
- 0.046412065625190735,
619
- -0.026579713448882103,
620
- -0.059935063123703,
621
- -0.0027593951672315598,
622
- -0.017542758956551552,
623
- 0.01758732460439205,
624
- -0.014688432216644287,
625
- -0.005572809372097254,
626
- -0.01900416426360607,
627
- -0.026717422530055046,
628
- -0.03263506293296814,
629
- 0.02803039737045765,
630
- -0.046834565699100494,
631
- 0.00040481850737705827,
632
- 0.033903274685144424,
633
- -0.016493134200572968,
634
- -0.020355938002467155,
635
- -0.023222053423523903,
636
- -0.017197830602526665,
637
- -0.0027163447812199593,
638
- -0.06889800727367401,
639
- -0.020179808139801025,
640
- 0.00026853327290154994,
641
- 0.0041060540825128555,
642
- 0.009225997142493725,
643
- 0.0045229122042655945,
644
- -0.011490633711218834,
645
- -0.055856261402368546,
646
- -0.08224538713693619,
647
- -0.0003785724111367017,
648
- -0.021020803600549698,
649
- -0.02211083471775055,
650
- 0.02300889790058136,
651
- 0.09373147785663605,
652
- -0.01064443588256836,
653
- -0.021844938397407532,
654
- 0.047699667513370514,
655
- -0.0131453275680542,
656
- -0.004859966691583395,
657
- -0.03154773637652397,
658
- 0.00944314431399107,
659
- -0.021028101444244385,
660
- 0.048436135053634644,
661
- 0.00747449416667223,
662
- -0.000004287343926989706,
663
- 0.06835570186376572,
664
- -0.015491660684347153,
665
- 0.06475571542978287,
666
- 0.020897183567285538,
667
- 0.004529502242803574,
668
- -0.07574500143527985,
669
- -0.0066253505647182465,
670
- -0.052495356649160385,
671
- -0.008810345083475113,
672
- -0.049710895866155624,
673
- 0.026627836748957634,
674
- 0.011666265316307545,
675
- -0.04467713087797165,
676
- -0.01936761476099491,
677
- 0.032579824328422546,
678
- 0.04545782878994942,
679
- -0.020078549161553383,
680
- 0.053628552705049515,
681
- -0.03222186118364334,
682
- -0.03812123462557793,
683
- -0.016264356672763824,
684
- 0.0032768771052360535,
685
- -0.011940556578338146,
686
- -0.02007126621901989,
687
- -0.03703787177801132,
688
- 0.03204791620373726,
689
- 0.023464331403374672,
690
- -0.006508204620331526,
691
- -0.01562303863465786,
692
- 0.030619610100984573,
693
- 0.02536424621939659,
694
- -0.051685333251953125,
695
- 0.05511389672756195,
696
- 0.03367893025279045,
697
- 0.015569321811199188,
698
- -0.028877604752779007,
699
- 0.05403096601366997,
700
- 0.06227068603038788,
701
- 0.028737103566527367,
702
- -0.007335080299526453,
703
- 0.018255798146128654,
704
- -0.02938062697649002,
705
- 0.016710670664906502,
706
- -0.016892338171601295,
707
- -0.04363838583230972,
708
- -0.04716330021619797,
709
- -0.03926309198141098,
710
- -0.012207762338221073,
711
- -0.015679683536291122,
712
- -0.004844015464186668,
713
- 0.008937843143939972,
714
- -0.03366820141673088,
715
- -0.03152049332857132,
716
- 0.026961173862218857,
717
- -0.08135523647069931,
718
- -0.03229398652911186,
719
- 0.021102964878082275,
720
- 0.008244151249527931,
721
- 0.010530393570661545,
722
- -0.011557167395949364,
723
- 0.03076983615756035,
724
- 0.050500448793172836,
725
- 0.03623923659324646,
726
- -0.00334170158021152,
727
- -0.02745691128075123,
728
- -0.024782123044133186,
729
- -0.01103249005973339,
730
- -0.006415498908609152,
731
- 0.004471727646887302,
732
- -0.021724490448832512,
733
- -0.020550206303596497,
734
- -0.00221419264562428,
735
- 0.00547890504822135,
736
- -0.01566985994577408,
737
- -0.04672252759337425,
738
- -0.08833152800798416,
739
- -0.03762471303343773,
740
- -0.03272012621164322,
741
- -0.006839356385171413,
742
- -0.08239615708589554,
743
- -0.007218843325972557,
744
- 0.06054114177823067,
745
- -0.049761950969696045,
746
- 0.03218909725546837,
747
- -0.004678610246628523,
748
- 0.05801526457071304,
749
- -0.04071994870901108,
750
- -0.00402375403791666,
751
- 0.02125190757215023,
752
- 0.03340926393866539,
753
- 0.027315834537148476,
754
- 0.0026927993167191744,
755
- 0.007293348666280508,
756
- 0.03385673090815544,
757
- -0.00011314673611195758,
758
- -0.04099610820412636,
759
- -0.03071470558643341,
760
- 0.0379328727722168,
761
- -0.007533431518822908,
762
- 0.016786908730864525,
763
- 0.025056898593902588,
764
- 0.053769100457429886,
765
- 0.009070335887372494,
766
- -0.007278243079781532,
767
- -0.03501672297716141,
768
- 0.02042304538190365,
769
- 0.0768890455365181,
770
- -0.04566170275211334,
771
- -0.05190432071685791,
772
- -0.009901833720505238,
773
- -0.025596827268600464,
774
- -0.01850310154259205,
775
- 0.042418524622917175,
776
- -0.09404689073562622,
777
- 0.050985656678676605,
778
- -0.003653288818895817,
779
- 0.004004599992185831,
780
- -0.022399548441171646,
781
- -0.06225765869021416,
782
- 0.04332108050584793,
783
- -0.012948084622621536,
784
- 0.004750687163323164,
785
- -0.06670939922332764,
786
- 0.02993318997323513,
787
- -0.02017473615705967,
788
- -0.03250890597701073,
789
- -0.03310258686542511,
790
- -0.015082172118127346,
791
- -0.012207729741930962,
792
- 0.07881803810596466,
793
- 0.015102516859769821,
794
- -0.01630655862390995,
795
- -0.020521465688943863,
796
- 0.05051497370004654,
797
- -0.0006950584938749671,
798
- -0.03805290535092354,
799
- -0.01393050979822874,
800
- -0.024639343842864037,
801
- -0.03966864198446274,
802
- 0.01602800004184246,
803
- 0.024854738265275955,
804
- 0.055714718997478485,
805
- 0.02883015014231205,
806
- 0.05936729162931442,
807
- 0.08821264654397964,
808
- -0.025987105444073677,
809
- 0.00436905724927783,
810
- -0.014321740716695786,
811
- -0.017120234668254852,
812
- -0.027167104184627533,
813
- -0.017980284988880157,
814
- -0.0023997691459953785,
815
- -0.007152873557060957,
816
- 0.010902788490056992
817
- ],
818
- "index": 0
819
- }
820
- ],
821
- "model": "text-embedding-nomic-embed-text-v1.5",
822
- "usage": {
823
- "prompt_tokens": 0,
824
- "total_tokens": 0
825
- }
826
- }
827
- recorded_at: Fri, 11 Sep 2026 17:26:48 GMT
828
- recorded_with: VCR 6.4.0