@mixedbread/sdk 0.72.0 → 0.73.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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.73.0 (2026-06-01)
4
+
5
+ Full Changelog: [v0.72.0...v0.73.0](https://github.com/mixedbread-ai/mixedbread-ts/compare/v0.72.0...v0.73.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([9b83e00](https://github.com/mixedbread-ai/mixedbread-ts/commit/9b83e00e7350001cd185523cfc0cee15e8dd46ca))
10
+
3
11
  ## 0.72.0 (2026-05-27)
4
12
 
5
13
  Full Changelog: [v0.71.0...v0.72.0](https://github.com/mixedbread-ai/mixedbread-ts/compare/v0.71.0...v0.72.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mixedbread/sdk",
3
- "version": "0.72.0",
3
+ "version": "0.73.0",
4
4
  "description": "The official TypeScript library for the Mixedbread API",
5
5
  "author": "Mixedbread <support@mixedbread.com>",
6
6
  "types": "./index.d.ts",
@@ -88,9 +88,9 @@ export declare class Stores extends APIResource {
88
88
  /**
89
89
  * Match store chunks against a regular expression.
90
90
  *
91
- * Unlike `/stores/search`, this performs exact text matching no embeddings, no
92
- * semantic similarity, no reranking. Use it to find chunks containing a specific
93
- * token, identifier, error code, or literal phrase.
91
+ * Unlike `/stores/search`, this runs your regex against the literal text of each
92
+ * chunk. Use it to find chunks containing a specific token, identifier, error
93
+ * code, or literal phrase.
94
94
  *
95
95
  * grep targets a single store and does not support pagination; raise `top_k` to
96
96
  * retrieve more matches.
@@ -88,9 +88,9 @@ export declare class Stores extends APIResource {
88
88
  /**
89
89
  * Match store chunks against a regular expression.
90
90
  *
91
- * Unlike `/stores/search`, this performs exact text matching no embeddings, no
92
- * semantic similarity, no reranking. Use it to find chunks containing a specific
93
- * token, identifier, error code, or literal phrase.
91
+ * Unlike `/stores/search`, this runs your regex against the literal text of each
92
+ * chunk. Use it to find chunks containing a specific token, identifier, error
93
+ * code, or literal phrase.
94
94
  *
95
95
  * grep targets a single store and does not support pagination; raise `top_k` to
96
96
  * retrieve more matches.
@@ -103,9 +103,9 @@ class Stores extends resource_1.APIResource {
103
103
  /**
104
104
  * Match store chunks against a regular expression.
105
105
  *
106
- * Unlike `/stores/search`, this performs exact text matching no embeddings, no
107
- * semantic similarity, no reranking. Use it to find chunks containing a specific
108
- * token, identifier, error code, or literal phrase.
106
+ * Unlike `/stores/search`, this runs your regex against the literal text of each
107
+ * chunk. Use it to find chunks containing a specific token, identifier, error
108
+ * code, or literal phrase.
109
109
  *
110
110
  * grep targets a single store and does not support pagination; raise `top_k` to
111
111
  * retrieve more matches.
@@ -99,9 +99,9 @@ export class Stores extends APIResource {
99
99
  /**
100
100
  * Match store chunks against a regular expression.
101
101
  *
102
- * Unlike `/stores/search`, this performs exact text matching no embeddings, no
103
- * semantic similarity, no reranking. Use it to find chunks containing a specific
104
- * token, identifier, error code, or literal phrase.
102
+ * Unlike `/stores/search`, this runs your regex against the literal text of each
103
+ * chunk. Use it to find chunks containing a specific token, identifier, error
104
+ * code, or literal phrase.
105
105
  *
106
106
  * grep targets a single store and does not support pagination; raise `top_k` to
107
107
  * retrieve more matches.
@@ -127,9 +127,9 @@ export class Stores extends APIResource {
127
127
  /**
128
128
  * Match store chunks against a regular expression.
129
129
  *
130
- * Unlike `/stores/search`, this performs exact text matching no embeddings, no
131
- * semantic similarity, no reranking. Use it to find chunks containing a specific
132
- * token, identifier, error code, or literal phrase.
130
+ * Unlike `/stores/search`, this runs your regex against the literal text of each
131
+ * chunk. Use it to find chunks containing a specific token, identifier, error
132
+ * code, or literal phrase.
133
133
  *
134
134
  * grep targets a single store and does not support pagination; raise `top_k` to
135
135
  * retrieve more matches.
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.72.0'; // x-release-please-version
1
+ export const VERSION = '0.73.0'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.72.0";
1
+ export declare const VERSION = "0.73.0";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.72.0";
1
+ export declare const VERSION = "0.73.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.72.0'; // x-release-please-version
4
+ exports.VERSION = '0.73.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.72.0'; // x-release-please-version
1
+ export const VERSION = '0.73.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map