@mastra/rag 0.0.2-alpha.9 → 0.1.0-alpha.100
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 +722 -0
- package/LICENSE +44 -0
- package/README.md +26 -0
- package/dist/_tsup-dts-rollup.d.ts +620 -0
- package/dist/index.d.ts +22 -0
- package/dist/index.js +2506 -0
- package/docker-compose.yaml +4 -0
- package/package.json +36 -31
- package/src/document/document.test.ts +377 -412
- package/src/document/document.ts +55 -58
- package/src/document/transformers/character.ts +7 -7
- package/src/document/transformers/html.ts +139 -76
- package/src/document/transformers/json.ts +7 -7
- package/src/document/transformers/latex.ts +2 -2
- package/src/document/transformers/text.ts +16 -18
- package/src/document/transformers/token.ts +17 -28
- package/src/document/types.ts +16 -11
- package/src/graph-rag/index.test.ts +234 -0
- package/src/graph-rag/index.ts +306 -0
- package/src/index.ts +5 -4
- package/src/rerank/index.test.ts +150 -0
- package/src/rerank/index.ts +153 -0
- package/src/tools/document-chunker.ts +30 -0
- package/src/tools/graph-rag.ts +117 -0
- package/src/tools/index.ts +3 -0
- package/src/tools/vector-query.ts +89 -0
- package/src/utils/default-settings.ts +33 -0
- package/src/utils/index.ts +2 -0
- package/src/utils/vector-prompts.ts +729 -0
- package/src/utils/vector-search.ts +40 -0
- package/tsconfig.json +1 -6
- package/vitest.config.ts +11 -0
- package/jest.config.ts +0 -19
- package/src/astra-db/index.test.ts +0 -201
- package/src/astra-db/index.ts +0 -146
- package/src/pg/index.ts +0 -255
- package/src/pg/index_test.ts +0 -212
- package/src/pinecone/index.test.ts +0 -130
- package/src/pinecone/index.ts +0 -118
- package/src/qdrant/index.test.ts +0 -119
- package/src/qdrant/index.ts +0 -116
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,727 @@
|
|
|
1
1
|
# @mastra/rag
|
|
2
2
|
|
|
3
|
+
## 0.1.0-alpha.100
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [66a5392]
|
|
8
|
+
- @mastra/core@0.2.0-alpha.107
|
|
9
|
+
|
|
10
|
+
## 0.1.0-alpha.99
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [6f2c0f5]
|
|
15
|
+
- Updated dependencies [a8a459a]
|
|
16
|
+
- @mastra/core@0.2.0-alpha.106
|
|
17
|
+
|
|
18
|
+
## 0.1.0-alpha.98
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [1420ae2]
|
|
23
|
+
- Updated dependencies [99f1847]
|
|
24
|
+
- @mastra/core@0.2.0-alpha.105
|
|
25
|
+
|
|
26
|
+
## 0.1.0-alpha.97
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- b97ca96: Tracing into default storage
|
|
31
|
+
- Updated dependencies [5fdc87c]
|
|
32
|
+
- Updated dependencies [b97ca96]
|
|
33
|
+
- Updated dependencies [72d1990]
|
|
34
|
+
- Updated dependencies [cf6d825]
|
|
35
|
+
- Updated dependencies [10870bc]
|
|
36
|
+
- @mastra/core@0.2.0-alpha.104
|
|
37
|
+
|
|
38
|
+
## 0.1.0-alpha.96
|
|
39
|
+
|
|
40
|
+
### Patch Changes
|
|
41
|
+
|
|
42
|
+
- Updated dependencies [4534e77]
|
|
43
|
+
- @mastra/core@0.2.0-alpha.103
|
|
44
|
+
|
|
45
|
+
## 0.1.0-alpha.95
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- Updated dependencies [a9345f9]
|
|
50
|
+
- @mastra/core@0.2.0-alpha.102
|
|
51
|
+
|
|
52
|
+
## 0.1.0-alpha.94
|
|
53
|
+
|
|
54
|
+
### Patch Changes
|
|
55
|
+
|
|
56
|
+
- 4f1d1a1: Enforce types ann cleanup package.json
|
|
57
|
+
- Updated dependencies [66a03ec]
|
|
58
|
+
- Updated dependencies [4f1d1a1]
|
|
59
|
+
- @mastra/core@0.2.0-alpha.101
|
|
60
|
+
|
|
61
|
+
## 0.1.0-alpha.93
|
|
62
|
+
|
|
63
|
+
### Patch Changes
|
|
64
|
+
|
|
65
|
+
- Updated dependencies [9d1796d]
|
|
66
|
+
- @mastra/core@0.2.0-alpha.100
|
|
67
|
+
|
|
68
|
+
## 0.1.0-alpha.92
|
|
69
|
+
|
|
70
|
+
### Patch Changes
|
|
71
|
+
|
|
72
|
+
- Updated dependencies [7d83b92]
|
|
73
|
+
- @mastra/core@0.2.0-alpha.99
|
|
74
|
+
|
|
75
|
+
## 0.1.0-alpha.91
|
|
76
|
+
|
|
77
|
+
### Patch Changes
|
|
78
|
+
|
|
79
|
+
- 70dabd9: Fix broken publish
|
|
80
|
+
- Updated dependencies [70dabd9]
|
|
81
|
+
- Updated dependencies [202d404]
|
|
82
|
+
- @mastra/core@0.2.0-alpha.98
|
|
83
|
+
|
|
84
|
+
## 0.1.0-alpha.90
|
|
85
|
+
|
|
86
|
+
### Patch Changes
|
|
87
|
+
|
|
88
|
+
- Updated dependencies [07c069d]
|
|
89
|
+
- Updated dependencies [7892533]
|
|
90
|
+
- Updated dependencies [e6d8055]
|
|
91
|
+
- Updated dependencies [5950de5]
|
|
92
|
+
- Updated dependencies [df843d3]
|
|
93
|
+
- Updated dependencies [a870123]
|
|
94
|
+
- @mastra/core@0.2.0-alpha.97
|
|
95
|
+
|
|
96
|
+
## 0.1.0-alpha.89
|
|
97
|
+
|
|
98
|
+
### Patch Changes
|
|
99
|
+
|
|
100
|
+
- Updated dependencies [74b3078]
|
|
101
|
+
- @mastra/core@0.2.0-alpha.96
|
|
102
|
+
|
|
103
|
+
## 0.1.0-alpha.88
|
|
104
|
+
|
|
105
|
+
### Patch Changes
|
|
106
|
+
|
|
107
|
+
- Updated dependencies [9fb59d6]
|
|
108
|
+
- @mastra/core@0.2.0-alpha.95
|
|
109
|
+
|
|
110
|
+
## 0.1.0-alpha.87
|
|
111
|
+
|
|
112
|
+
### Minor Changes
|
|
113
|
+
|
|
114
|
+
- 8b416d9: Breaking changes
|
|
115
|
+
|
|
116
|
+
### Patch Changes
|
|
117
|
+
|
|
118
|
+
- 9c10484: update all packages
|
|
119
|
+
- Updated dependencies [9c10484]
|
|
120
|
+
- Updated dependencies [8b416d9]
|
|
121
|
+
- @mastra/core@0.2.0-alpha.94
|
|
122
|
+
|
|
123
|
+
## 0.1.0-alpha.86
|
|
124
|
+
|
|
125
|
+
### Patch Changes
|
|
126
|
+
|
|
127
|
+
- Updated dependencies [5285356]
|
|
128
|
+
- @mastra/core@0.2.0-alpha.93
|
|
129
|
+
|
|
130
|
+
## 0.1.0-alpha.85
|
|
131
|
+
|
|
132
|
+
### Patch Changes
|
|
133
|
+
|
|
134
|
+
- b27bdb8: Swap jsdon for node-html-parser in rag
|
|
135
|
+
|
|
136
|
+
## 0.1.0-alpha.84
|
|
137
|
+
|
|
138
|
+
### Patch Changes
|
|
139
|
+
|
|
140
|
+
- Updated dependencies [4d4f6b6]
|
|
141
|
+
- @mastra/core@0.2.0-alpha.92
|
|
142
|
+
|
|
143
|
+
## 0.1.0-alpha.83
|
|
144
|
+
|
|
145
|
+
### Patch Changes
|
|
146
|
+
|
|
147
|
+
- a10b7a3: Implemented new filtering for vectorQueryTool and updated docs
|
|
148
|
+
- Updated dependencies [d7d465a]
|
|
149
|
+
- Updated dependencies [d7d465a]
|
|
150
|
+
- Updated dependencies [2017553]
|
|
151
|
+
- Updated dependencies [a10b7a3]
|
|
152
|
+
- Updated dependencies [16e5b04]
|
|
153
|
+
- @mastra/core@0.2.0-alpha.91
|
|
154
|
+
|
|
155
|
+
## 0.1.0-alpha.82
|
|
156
|
+
|
|
157
|
+
### Patch Changes
|
|
158
|
+
|
|
159
|
+
- Updated dependencies [8151f44]
|
|
160
|
+
- Updated dependencies [e897f1c]
|
|
161
|
+
- Updated dependencies [3700be1]
|
|
162
|
+
- @mastra/core@0.2.0-alpha.90
|
|
163
|
+
|
|
164
|
+
## 0.1.0-alpha.81
|
|
165
|
+
|
|
166
|
+
### Patch Changes
|
|
167
|
+
|
|
168
|
+
- Updated dependencies [27275c9]
|
|
169
|
+
- @mastra/core@0.2.0-alpha.89
|
|
170
|
+
|
|
171
|
+
## 0.1.0-alpha.80
|
|
172
|
+
|
|
173
|
+
### Patch Changes
|
|
174
|
+
|
|
175
|
+
- Updated dependencies [ccbc581]
|
|
176
|
+
- @mastra/core@0.2.0-alpha.88
|
|
177
|
+
|
|
178
|
+
## 0.1.0-alpha.79
|
|
179
|
+
|
|
180
|
+
### Patch Changes
|
|
181
|
+
|
|
182
|
+
- Updated dependencies [7365b6c]
|
|
183
|
+
- @mastra/core@0.2.0-alpha.87
|
|
184
|
+
|
|
185
|
+
## 0.1.0-alpha.78
|
|
186
|
+
|
|
187
|
+
### Minor Changes
|
|
188
|
+
|
|
189
|
+
- 5916f9d: Update deps from fixed to ^
|
|
190
|
+
|
|
191
|
+
### Patch Changes
|
|
192
|
+
|
|
193
|
+
- Updated dependencies [6fa4bd2]
|
|
194
|
+
- Updated dependencies [e2e76de]
|
|
195
|
+
- Updated dependencies [7f24c29]
|
|
196
|
+
- Updated dependencies [67637ba]
|
|
197
|
+
- Updated dependencies [04f3171]
|
|
198
|
+
- @mastra/core@0.2.0-alpha.86
|
|
199
|
+
|
|
200
|
+
## 0.0.2-alpha.77
|
|
201
|
+
|
|
202
|
+
### Patch Changes
|
|
203
|
+
|
|
204
|
+
- Updated dependencies [e9d1b47]
|
|
205
|
+
- @mastra/core@0.2.0-alpha.85
|
|
206
|
+
|
|
207
|
+
## 0.0.2-alpha.76
|
|
208
|
+
|
|
209
|
+
### Patch Changes
|
|
210
|
+
|
|
211
|
+
- f646a8b: Update rag deps
|
|
212
|
+
|
|
213
|
+
## 0.0.2-alpha.75
|
|
214
|
+
|
|
215
|
+
### Patch Changes
|
|
216
|
+
|
|
217
|
+
- Updated dependencies [2f17a5f]
|
|
218
|
+
- Updated dependencies [cb290ee]
|
|
219
|
+
- Updated dependencies [b4d7416]
|
|
220
|
+
- Updated dependencies [38b7f66]
|
|
221
|
+
- @mastra/core@0.2.0-alpha.84
|
|
222
|
+
|
|
223
|
+
## 0.0.2-alpha.74
|
|
224
|
+
|
|
225
|
+
### Patch Changes
|
|
226
|
+
|
|
227
|
+
- 9625602: Use mastra core splitted bundles in other packages
|
|
228
|
+
- Updated dependencies [30322ce]
|
|
229
|
+
- Updated dependencies [78eec7c]
|
|
230
|
+
- Updated dependencies [9625602]
|
|
231
|
+
- Updated dependencies [8769a62]
|
|
232
|
+
- @mastra/core@0.2.0-alpha.83
|
|
233
|
+
|
|
234
|
+
## 0.0.2-alpha.73
|
|
235
|
+
|
|
236
|
+
### Patch Changes
|
|
237
|
+
|
|
238
|
+
- Updated dependencies [73d112c]
|
|
239
|
+
- @mastra/core@0.1.27-alpha.82
|
|
240
|
+
|
|
241
|
+
## 0.0.2-alpha.72
|
|
242
|
+
|
|
243
|
+
### Patch Changes
|
|
244
|
+
|
|
245
|
+
- Updated dependencies [9fb3039]
|
|
246
|
+
- @mastra/core@0.1.27-alpha.81
|
|
247
|
+
|
|
248
|
+
## 0.0.2-alpha.71
|
|
249
|
+
|
|
250
|
+
### Patch Changes
|
|
251
|
+
|
|
252
|
+
- a944f1a: Bundle @mastra/rag package with tsup
|
|
253
|
+
|
|
254
|
+
## 0.0.2-alpha.70
|
|
255
|
+
|
|
256
|
+
### Patch Changes
|
|
257
|
+
|
|
258
|
+
- 327ece7: Updates for ts versions
|
|
259
|
+
- Updated dependencies [327ece7]
|
|
260
|
+
- @mastra/core@0.1.27-alpha.80
|
|
261
|
+
|
|
262
|
+
## 0.0.2-alpha.69
|
|
263
|
+
|
|
264
|
+
### Patch Changes
|
|
265
|
+
|
|
266
|
+
- 21fe536: add keyword tags for packages and update readmes
|
|
267
|
+
- Updated dependencies [21fe536]
|
|
268
|
+
- @mastra/core@0.1.27-alpha.79
|
|
269
|
+
|
|
270
|
+
## 0.0.2-alpha.68
|
|
271
|
+
|
|
272
|
+
### Patch Changes
|
|
273
|
+
|
|
274
|
+
- 685108a: Remove syncs and excess rag
|
|
275
|
+
- Updated dependencies [685108a]
|
|
276
|
+
- Updated dependencies [685108a]
|
|
277
|
+
- @mastra/core@0.1.27-alpha.78
|
|
278
|
+
|
|
279
|
+
## 0.0.2-alpha.67
|
|
280
|
+
|
|
281
|
+
### Patch Changes
|
|
282
|
+
|
|
283
|
+
- 8105fae: Split embed into embed and embedMany to handle different return types
|
|
284
|
+
- ecdee97: Update return type for chunk to Chunk[]
|
|
285
|
+
- Updated dependencies [8105fae]
|
|
286
|
+
- @mastra/core@0.1.27-alpha.77
|
|
287
|
+
|
|
288
|
+
## 0.0.2-alpha.66
|
|
289
|
+
|
|
290
|
+
### Patch Changes
|
|
291
|
+
|
|
292
|
+
- 9c0d010: Deprecated Reranker in favor of rerank function (BREAKING CHANGE)
|
|
293
|
+
|
|
294
|
+
## 0.0.2-alpha.65
|
|
295
|
+
|
|
296
|
+
### Patch Changes
|
|
297
|
+
|
|
298
|
+
- Updated dependencies [ae7bf94]
|
|
299
|
+
- Updated dependencies [ae7bf94]
|
|
300
|
+
- @mastra/core@0.1.27-alpha.76
|
|
301
|
+
|
|
302
|
+
## 0.0.2-alpha.64
|
|
303
|
+
|
|
304
|
+
### Patch Changes
|
|
305
|
+
|
|
306
|
+
- Updated dependencies [23dcb23]
|
|
307
|
+
- @mastra/core@0.1.27-alpha.75
|
|
308
|
+
|
|
309
|
+
## 0.0.2-alpha.63
|
|
310
|
+
|
|
311
|
+
### Patch Changes
|
|
312
|
+
|
|
313
|
+
- Updated dependencies [7b87567]
|
|
314
|
+
- @mastra/core@0.1.27-alpha.74
|
|
315
|
+
|
|
316
|
+
## 0.0.2-alpha.62
|
|
317
|
+
|
|
318
|
+
### Patch Changes
|
|
319
|
+
|
|
320
|
+
- Updated dependencies [3427b95]
|
|
321
|
+
- @mastra/core@0.1.27-alpha.73
|
|
322
|
+
|
|
323
|
+
## 0.0.2-alpha.61
|
|
324
|
+
|
|
325
|
+
### Patch Changes
|
|
326
|
+
|
|
327
|
+
- Updated dependencies [e4d4ede]
|
|
328
|
+
- Updated dependencies [06b2c0a]
|
|
329
|
+
- @mastra/core@0.1.27-alpha.72
|
|
330
|
+
|
|
331
|
+
## 0.0.2-alpha.60
|
|
332
|
+
|
|
333
|
+
### Patch Changes
|
|
334
|
+
|
|
335
|
+
- Updated dependencies [d9c8dd0]
|
|
336
|
+
- @mastra/core@0.1.27-alpha.71
|
|
337
|
+
|
|
338
|
+
## 0.0.2-alpha.59
|
|
339
|
+
|
|
340
|
+
### Patch Changes
|
|
341
|
+
|
|
342
|
+
- bdaf834: publish packages
|
|
343
|
+
|
|
344
|
+
## 0.0.2-alpha.58
|
|
345
|
+
|
|
346
|
+
### Patch Changes
|
|
347
|
+
|
|
348
|
+
- Updated dependencies [dd6d87f]
|
|
349
|
+
- Updated dependencies [04434b6]
|
|
350
|
+
- @mastra/core@0.1.27-alpha.70
|
|
351
|
+
|
|
352
|
+
## 0.0.2-alpha.57
|
|
353
|
+
|
|
354
|
+
### Patch Changes
|
|
355
|
+
|
|
356
|
+
- ab1dc59: Add Cloudflare vectorize
|
|
357
|
+
- 4769753: Added turso/libsql support for RAG
|
|
358
|
+
|
|
359
|
+
## 0.0.2-alpha.56
|
|
360
|
+
|
|
361
|
+
### Patch Changes
|
|
362
|
+
|
|
363
|
+
- ee856f3: Updated pg filter function and updated docs and example
|
|
364
|
+
- c3047a7: Added tests
|
|
365
|
+
|
|
366
|
+
## 0.0.2-alpha.55
|
|
367
|
+
|
|
368
|
+
### Patch Changes
|
|
369
|
+
|
|
370
|
+
- 1944807: Unified logger and major step in better logs
|
|
371
|
+
- Updated dependencies [1944807]
|
|
372
|
+
- Updated dependencies [9ade36e]
|
|
373
|
+
- @mastra/core@0.1.27-alpha.69
|
|
374
|
+
|
|
375
|
+
## 0.0.2-alpha.54
|
|
376
|
+
|
|
377
|
+
### Patch Changes
|
|
378
|
+
|
|
379
|
+
- Updated dependencies [0be7181]
|
|
380
|
+
- Updated dependencies [0be7181]
|
|
381
|
+
- @mastra/core@0.1.27-alpha.68
|
|
382
|
+
|
|
383
|
+
## 0.0.2-alpha.53
|
|
384
|
+
|
|
385
|
+
### Patch Changes
|
|
386
|
+
|
|
387
|
+
- Updated dependencies [c8ff2f5]
|
|
388
|
+
- @mastra/core@0.1.27-alpha.67
|
|
389
|
+
|
|
390
|
+
## 0.0.2-alpha.52
|
|
391
|
+
|
|
392
|
+
### Patch Changes
|
|
393
|
+
|
|
394
|
+
- Updated dependencies [14064f2]
|
|
395
|
+
- @mastra/core@0.1.27-alpha.66
|
|
396
|
+
|
|
397
|
+
## 0.0.2-alpha.51
|
|
398
|
+
|
|
399
|
+
### Patch Changes
|
|
400
|
+
|
|
401
|
+
- Updated dependencies [e66643a]
|
|
402
|
+
- @mastra/core@0.1.27-alpha.65
|
|
403
|
+
|
|
404
|
+
## 0.0.2-alpha.50
|
|
405
|
+
|
|
406
|
+
### Patch Changes
|
|
407
|
+
|
|
408
|
+
- 1616f70: Added transaction handling to pgvector
|
|
409
|
+
|
|
410
|
+
## 0.0.2-alpha.49
|
|
411
|
+
|
|
412
|
+
### Patch Changes
|
|
413
|
+
|
|
414
|
+
- Updated dependencies [f368477]
|
|
415
|
+
- Updated dependencies [d5ec619]
|
|
416
|
+
- @mastra/core@0.1.27-alpha.64
|
|
417
|
+
|
|
418
|
+
## 0.0.2-alpha.48
|
|
419
|
+
|
|
420
|
+
### Patch Changes
|
|
421
|
+
|
|
422
|
+
- 5826db3: Updated reference docs and exports for Reranker and GraphRag
|
|
423
|
+
|
|
424
|
+
## 0.0.2-alpha.47
|
|
425
|
+
|
|
426
|
+
### Patch Changes
|
|
427
|
+
|
|
428
|
+
- Updated dependencies [e097800]
|
|
429
|
+
- @mastra/core@0.1.27-alpha.63
|
|
430
|
+
|
|
431
|
+
## 0.0.2-alpha.46
|
|
432
|
+
|
|
433
|
+
### Patch Changes
|
|
434
|
+
|
|
435
|
+
- Updated dependencies [93a3719]
|
|
436
|
+
- @mastra/core@0.1.27-alpha.62
|
|
437
|
+
|
|
438
|
+
## 0.0.2-alpha.45
|
|
439
|
+
|
|
440
|
+
### Patch Changes
|
|
441
|
+
|
|
442
|
+
- Updated dependencies [dc90663]
|
|
443
|
+
- @mastra/core@0.1.27-alpha.61
|
|
444
|
+
|
|
445
|
+
## 0.0.2-alpha.44
|
|
446
|
+
|
|
447
|
+
### Patch Changes
|
|
448
|
+
|
|
449
|
+
- 3967e69: Added GraphRAG implementation and updated docs
|
|
450
|
+
- Updated dependencies [3967e69]
|
|
451
|
+
- @mastra/core@0.1.27-alpha.60
|
|
452
|
+
|
|
453
|
+
## 0.0.2-alpha.43
|
|
454
|
+
|
|
455
|
+
### Patch Changes
|
|
456
|
+
|
|
457
|
+
- Updated dependencies [b524c22]
|
|
458
|
+
- @mastra/core@0.1.27-alpha.59
|
|
459
|
+
|
|
460
|
+
## 0.0.2-alpha.42
|
|
461
|
+
|
|
462
|
+
### Patch Changes
|
|
463
|
+
|
|
464
|
+
- 1874f40: Added re ranking tool to RAG
|
|
465
|
+
- Updated dependencies [1874f40]
|
|
466
|
+
- Updated dependencies [4b1ce2c]
|
|
467
|
+
- @mastra/core@0.1.27-alpha.58
|
|
468
|
+
|
|
469
|
+
## 0.0.2-alpha.41
|
|
470
|
+
|
|
471
|
+
### Patch Changes
|
|
472
|
+
|
|
473
|
+
- 7de6d71: Update filter for vector query to work with more stores
|
|
474
|
+
- Updated dependencies [fd494a3]
|
|
475
|
+
- @mastra/core@0.1.27-alpha.57
|
|
476
|
+
|
|
477
|
+
## 0.0.2-alpha.40
|
|
478
|
+
|
|
479
|
+
### Patch Changes
|
|
480
|
+
|
|
481
|
+
- ae638a4: make useFilter option optional
|
|
482
|
+
- Updated dependencies [9f3ab05]
|
|
483
|
+
- @mastra/core@0.1.27-alpha.56
|
|
484
|
+
|
|
485
|
+
## 0.0.2-alpha.39
|
|
486
|
+
|
|
487
|
+
### Patch Changes
|
|
488
|
+
|
|
489
|
+
- 592e3cf: Add custom rag tools, add vector retrieval, and update docs
|
|
490
|
+
- 837a288: MAJOR Revamp of tools, workflows, syncs.
|
|
491
|
+
- 0b74006: Workflow updates
|
|
492
|
+
- Updated dependencies [592e3cf]
|
|
493
|
+
- Updated dependencies [837a288]
|
|
494
|
+
- Updated dependencies [0b74006]
|
|
495
|
+
- @mastra/core@0.1.27-alpha.55
|
|
496
|
+
|
|
497
|
+
## 0.0.2-alpha.38
|
|
498
|
+
|
|
499
|
+
### Patch Changes
|
|
500
|
+
|
|
501
|
+
- eb45d76: Updated PG Vector filter and added rag examples in docs
|
|
502
|
+
- Updated dependencies [d2cd535]
|
|
503
|
+
- @mastra/core@0.1.27-alpha.54
|
|
504
|
+
|
|
505
|
+
## 0.0.2-alpha.37
|
|
506
|
+
|
|
507
|
+
### Patch Changes
|
|
508
|
+
|
|
509
|
+
- Updated dependencies [8e7814f]
|
|
510
|
+
- @mastra/core@0.1.27-alpha.53
|
|
511
|
+
|
|
512
|
+
## 0.0.2-alpha.36
|
|
513
|
+
|
|
514
|
+
### Patch Changes
|
|
515
|
+
|
|
516
|
+
- Updated dependencies [eedb829]
|
|
517
|
+
- @mastra/core@0.1.27-alpha.52
|
|
518
|
+
|
|
519
|
+
## 0.0.2-alpha.35
|
|
520
|
+
|
|
521
|
+
### Patch Changes
|
|
522
|
+
|
|
523
|
+
- Updated dependencies [a7b016d]
|
|
524
|
+
- Updated dependencies [da2e8d3]
|
|
525
|
+
- Updated dependencies [538a136]
|
|
526
|
+
- @mastra/core@0.1.27-alpha.51
|
|
527
|
+
|
|
528
|
+
## 0.0.2-alpha.34
|
|
529
|
+
|
|
530
|
+
### Patch Changes
|
|
531
|
+
|
|
532
|
+
- Updated dependencies [401a4d9]
|
|
533
|
+
- @mastra/core@0.1.27-alpha.50
|
|
534
|
+
|
|
535
|
+
## 0.0.2-alpha.33
|
|
536
|
+
|
|
537
|
+
### Patch Changes
|
|
538
|
+
|
|
539
|
+
- a621c34: Add validation for indexName in pgVector and dimension for all vector dbs
|
|
540
|
+
- Updated dependencies [79acad0]
|
|
541
|
+
- Updated dependencies [f5dfa20]
|
|
542
|
+
- @mastra/core@0.1.27-alpha.49
|
|
543
|
+
|
|
544
|
+
## 0.0.2-alpha.32
|
|
545
|
+
|
|
546
|
+
### Patch Changes
|
|
547
|
+
|
|
548
|
+
- Updated dependencies [b726bf5]
|
|
549
|
+
- @mastra/core@0.1.27-alpha.48
|
|
550
|
+
|
|
551
|
+
## 0.0.2-alpha.31
|
|
552
|
+
|
|
553
|
+
### Patch Changes
|
|
554
|
+
|
|
555
|
+
- Updated dependencies [f6ba259]
|
|
556
|
+
- @mastra/core@0.1.27-alpha.47
|
|
557
|
+
|
|
558
|
+
## 0.0.2-alpha.30
|
|
559
|
+
|
|
560
|
+
### Patch Changes
|
|
561
|
+
|
|
562
|
+
- 8ae2bbc: Dane publishing
|
|
563
|
+
- 0bd142c: Fixes learned from docs
|
|
564
|
+
- ee4de15: Dane fixes
|
|
565
|
+
- Updated dependencies [8ae2bbc]
|
|
566
|
+
- Updated dependencies [0bd142c]
|
|
567
|
+
- Updated dependencies [ee4de15]
|
|
568
|
+
- @mastra/core@0.1.27-alpha.46
|
|
569
|
+
|
|
570
|
+
## 0.0.2-alpha.29
|
|
571
|
+
|
|
572
|
+
### Patch Changes
|
|
573
|
+
|
|
574
|
+
- Updated dependencies [e608d8c]
|
|
575
|
+
- Updated dependencies [002d6d8]
|
|
576
|
+
- @mastra/core@0.1.27-alpha.45
|
|
577
|
+
|
|
578
|
+
## 0.0.2-alpha.28
|
|
579
|
+
|
|
580
|
+
### Patch Changes
|
|
581
|
+
|
|
582
|
+
- Updated dependencies [2fa7f53]
|
|
583
|
+
- @mastra/core@0.1.27-alpha.44
|
|
584
|
+
|
|
585
|
+
## 0.0.2-alpha.27
|
|
586
|
+
|
|
587
|
+
### Patch Changes
|
|
588
|
+
|
|
589
|
+
- Updated dependencies [2e099d2]
|
|
590
|
+
- Updated dependencies [d6d8159]
|
|
591
|
+
- @mastra/core@0.1.27-alpha.43
|
|
592
|
+
|
|
593
|
+
## 0.0.2-alpha.26
|
|
594
|
+
|
|
595
|
+
### Patch Changes
|
|
596
|
+
|
|
597
|
+
- Updated dependencies [4a54c82]
|
|
598
|
+
- @mastra/core@0.1.27-alpha.42
|
|
599
|
+
|
|
600
|
+
## 0.0.2-alpha.25
|
|
601
|
+
|
|
602
|
+
### Patch Changes
|
|
603
|
+
|
|
604
|
+
- Updated dependencies [5cdfb88]
|
|
605
|
+
- @mastra/core@0.1.27-alpha.41
|
|
606
|
+
|
|
607
|
+
## 0.0.2-alpha.24
|
|
608
|
+
|
|
609
|
+
### Patch Changes
|
|
610
|
+
|
|
611
|
+
- Updated dependencies [9029796]
|
|
612
|
+
- @mastra/core@0.1.27-alpha.40
|
|
613
|
+
|
|
614
|
+
## 0.0.2-alpha.23
|
|
615
|
+
|
|
616
|
+
### Patch Changes
|
|
617
|
+
|
|
618
|
+
- 6101f2d: Fix module incompatibility, and dane cli build
|
|
619
|
+
- Updated dependencies [2b01511]
|
|
620
|
+
- @mastra/core@0.1.27-alpha.39
|
|
621
|
+
|
|
622
|
+
## 0.0.2-alpha.22
|
|
623
|
+
|
|
624
|
+
### Patch Changes
|
|
625
|
+
|
|
626
|
+
- f031a1f: expose embed from rag, and refactor embed
|
|
627
|
+
- Updated dependencies [f031a1f]
|
|
628
|
+
- @mastra/core@0.1.27-alpha.38
|
|
629
|
+
|
|
630
|
+
## 0.0.2-alpha.21
|
|
631
|
+
|
|
632
|
+
### Patch Changes
|
|
633
|
+
|
|
634
|
+
- 45fd5b8: rename MastraDocument to MDocument
|
|
635
|
+
- Updated dependencies [c872875]
|
|
636
|
+
- Updated dependencies [f6da688]
|
|
637
|
+
- Updated dependencies [b5393f1]
|
|
638
|
+
- @mastra/core@0.1.27-alpha.37
|
|
639
|
+
|
|
640
|
+
## 0.0.2-alpha.20
|
|
641
|
+
|
|
642
|
+
### Patch Changes
|
|
643
|
+
|
|
644
|
+
- Updated dependencies [f537e33]
|
|
645
|
+
- Updated dependencies [bc40916]
|
|
646
|
+
- Updated dependencies [f7d1131]
|
|
647
|
+
- Updated dependencies [75bf3f0]
|
|
648
|
+
- Updated dependencies [3c4488b]
|
|
649
|
+
- Updated dependencies [d38f7a6]
|
|
650
|
+
- @mastra/core@0.1.27-alpha.36
|
|
651
|
+
|
|
652
|
+
## 0.0.2-alpha.19
|
|
653
|
+
|
|
654
|
+
### Patch Changes
|
|
655
|
+
|
|
656
|
+
- 033eda6: More fixes for refactor
|
|
657
|
+
- Updated dependencies [033eda6]
|
|
658
|
+
- @mastra/core@0.1.27-alpha.35
|
|
659
|
+
|
|
660
|
+
## 0.0.2-alpha.18
|
|
661
|
+
|
|
662
|
+
### Patch Changes
|
|
663
|
+
|
|
664
|
+
- 837a288: MAJOR Revamp of tools, workflows, syncs.
|
|
665
|
+
- 5811de6: Updates spec-writer example to use new workflows constructs. Small improvements to workflow internals. Switch transformer tokenizer for js compatible one.
|
|
666
|
+
- Updated dependencies [837a288]
|
|
667
|
+
- Updated dependencies [5811de6]
|
|
668
|
+
- @mastra/core@0.1.27-alpha.34
|
|
669
|
+
|
|
670
|
+
## 0.0.2-alpha.17
|
|
671
|
+
|
|
672
|
+
### Patch Changes
|
|
673
|
+
|
|
674
|
+
- e1dd94a: update the api for embeddings
|
|
675
|
+
- Updated dependencies [e1dd94a]
|
|
676
|
+
- @mastra/core@0.1.27-alpha.33
|
|
677
|
+
|
|
678
|
+
## 0.0.2-alpha.16
|
|
679
|
+
|
|
680
|
+
### Patch Changes
|
|
681
|
+
|
|
682
|
+
- Updated dependencies [2712098]
|
|
683
|
+
- @mastra/core@0.1.27-alpha.32
|
|
684
|
+
|
|
685
|
+
## 0.0.2-alpha.15
|
|
686
|
+
|
|
687
|
+
### Patch Changes
|
|
688
|
+
|
|
689
|
+
- Updated dependencies [c2dd6b5]
|
|
690
|
+
- @mastra/core@0.1.27-alpha.31
|
|
691
|
+
|
|
692
|
+
## 0.0.2-alpha.14
|
|
693
|
+
|
|
694
|
+
### Patch Changes
|
|
695
|
+
|
|
696
|
+
- 1c3232a: ChromaDB
|
|
697
|
+
|
|
698
|
+
## 0.0.2-alpha.13
|
|
699
|
+
|
|
700
|
+
### Patch Changes
|
|
701
|
+
|
|
702
|
+
- Updated dependencies [963c15a]
|
|
703
|
+
- @mastra/core@0.1.27-alpha.30
|
|
704
|
+
|
|
705
|
+
## 0.0.2-alpha.12
|
|
706
|
+
|
|
707
|
+
### Patch Changes
|
|
708
|
+
|
|
709
|
+
- Updated dependencies [7d87a15]
|
|
710
|
+
- @mastra/core@0.1.27-alpha.29
|
|
711
|
+
|
|
712
|
+
## 0.0.2-alpha.11
|
|
713
|
+
|
|
714
|
+
### Patch Changes
|
|
715
|
+
|
|
716
|
+
- Updated dependencies [1ebd071]
|
|
717
|
+
- @mastra/core@0.1.27-alpha.28
|
|
718
|
+
|
|
719
|
+
## 0.0.2-alpha.10
|
|
720
|
+
|
|
721
|
+
### Patch Changes
|
|
722
|
+
|
|
723
|
+
- 779702b: Upstash vector
|
|
724
|
+
|
|
3
725
|
## 0.0.2-alpha.9
|
|
4
726
|
|
|
5
727
|
### Patch Changes
|