sambanova 1.1.3 → 1.1.4

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
+ ## 1.1.4 (2025-10-09)
4
+
5
+ Full Changelog: [v1.1.3...v1.1.4](https://github.com/sambanova/sambanova-typescript/compare/v1.1.3...v1.1.4)
6
+
7
+ ### Bug Fixes
8
+
9
+ * **api:** embeddings summary ([5bada3c](https://github.com/sambanova/sambanova-typescript/commit/5bada3c711e4250b054417e67877d62aedb36412))
10
+
3
11
  ## 1.1.3 (2025-10-06)
4
12
 
5
13
  Full Changelog: [v1.1.2...v1.1.3](https://github.com/sambanova/sambanova-typescript/compare/v1.1.2...v1.1.3)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sambanova",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "The official TypeScript library for the Samba Nova API",
5
5
  "author": "Samba Nova <info@sambanova.ai>",
6
6
  "types": "./index.d.ts",
@@ -3,7 +3,7 @@ import { APIPromise } from "../core/api-promise.mjs";
3
3
  import { RequestOptions } from "../internal/request-options.mjs";
4
4
  export declare class Embeddings extends APIResource {
5
5
  /**
6
- * Create chat-based completion
6
+ * Create embeddings
7
7
  *
8
8
  * @example
9
9
  * ```ts
@@ -3,7 +3,7 @@ import { APIPromise } from "../core/api-promise.js";
3
3
  import { RequestOptions } from "../internal/request-options.js";
4
4
  export declare class Embeddings extends APIResource {
5
5
  /**
6
- * Create chat-based completion
6
+ * Create embeddings
7
7
  *
8
8
  * @example
9
9
  * ```ts
@@ -5,7 +5,7 @@ exports.Embeddings = void 0;
5
5
  const resource_1 = require("../core/resource.js");
6
6
  class Embeddings extends resource_1.APIResource {
7
7
  /**
8
- * Create chat-based completion
8
+ * Create embeddings
9
9
  *
10
10
  * @example
11
11
  * ```ts
@@ -2,7 +2,7 @@
2
2
  import { APIResource } from "../core/resource.mjs";
3
3
  export class Embeddings extends APIResource {
4
4
  /**
5
- * Create chat-based completion
5
+ * Create embeddings
6
6
  *
7
7
  * @example
8
8
  * ```ts
@@ -6,7 +6,7 @@ import { RequestOptions } from '../internal/request-options';
6
6
 
7
7
  export class Embeddings extends APIResource {
8
8
  /**
9
- * Create chat-based completion
9
+ * Create embeddings
10
10
  *
11
11
  * @example
12
12
  * ```ts
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '1.1.3'; // x-release-please-version
1
+ export const VERSION = '1.1.4'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.1.3";
1
+ export declare const VERSION = "1.1.4";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.1.3";
1
+ export declare const VERSION = "1.1.4";
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 = '1.1.3'; // x-release-please-version
4
+ exports.VERSION = '1.1.4'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '1.1.3'; // x-release-please-version
1
+ export const VERSION = '1.1.4'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map