@ember-home/unbound-ts-client 1.0.87 → 1.0.88
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/dist/index.d.mts +26 -26
- package/dist/index.d.ts +26 -26
- package/dist/index.js +45 -42
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +45 -42
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -5,7 +5,7 @@ import { RawAxiosRequestConfig, AxiosInstance, AxiosPromise } from 'axios';
|
|
|
5
5
|
* FastAPI
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.
|
|
8
|
+
* The version of the OpenAPI document: 1.0.88
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -97,7 +97,7 @@ declare class Configuration {
|
|
|
97
97
|
* FastAPI
|
|
98
98
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
99
99
|
*
|
|
100
|
-
* The version of the OpenAPI document: 1.0.
|
|
100
|
+
* The version of the OpenAPI document: 1.0.88
|
|
101
101
|
*
|
|
102
102
|
*
|
|
103
103
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -10052,11 +10052,11 @@ declare const MlApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10052
10052
|
/**
|
|
10053
10053
|
*
|
|
10054
10054
|
* @summary Create bgeBase embeddings
|
|
10055
|
-
* @param {
|
|
10055
|
+
* @param {string} chunk
|
|
10056
10056
|
* @param {*} [options] Override http request option.
|
|
10057
10057
|
* @throws {RequiredError}
|
|
10058
10058
|
*/
|
|
10059
|
-
bgeBaseEmbedding384Create: (
|
|
10059
|
+
bgeBaseEmbedding384Create: (chunk: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10060
10060
|
};
|
|
10061
10061
|
/**
|
|
10062
10062
|
* MlApi - functional programming interface
|
|
@@ -10066,11 +10066,11 @@ declare const MlApiFp: (configuration?: Configuration) => {
|
|
|
10066
10066
|
/**
|
|
10067
10067
|
*
|
|
10068
10068
|
* @summary Create bgeBase embeddings
|
|
10069
|
-
* @param {
|
|
10069
|
+
* @param {string} chunk
|
|
10070
10070
|
* @param {*} [options] Override http request option.
|
|
10071
10071
|
* @throws {RequiredError}
|
|
10072
10072
|
*/
|
|
10073
|
-
bgeBaseEmbedding384Create(
|
|
10073
|
+
bgeBaseEmbedding384Create(chunk: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Array<number>>>>;
|
|
10074
10074
|
};
|
|
10075
10075
|
/**
|
|
10076
10076
|
* MlApi - factory interface
|
|
@@ -10080,11 +10080,11 @@ declare const MlApiFactory: (configuration?: Configuration, basePath?: string, a
|
|
|
10080
10080
|
/**
|
|
10081
10081
|
*
|
|
10082
10082
|
* @summary Create bgeBase embeddings
|
|
10083
|
-
* @param {
|
|
10083
|
+
* @param {string} chunk
|
|
10084
10084
|
* @param {*} [options] Override http request option.
|
|
10085
10085
|
* @throws {RequiredError}
|
|
10086
10086
|
*/
|
|
10087
|
-
bgeBaseEmbedding384Create(
|
|
10087
|
+
bgeBaseEmbedding384Create(chunk: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<Array<number>>>;
|
|
10088
10088
|
};
|
|
10089
10089
|
/**
|
|
10090
10090
|
* MlApi - object-oriented interface
|
|
@@ -10096,12 +10096,12 @@ declare class MlApi extends BaseAPI {
|
|
|
10096
10096
|
/**
|
|
10097
10097
|
*
|
|
10098
10098
|
* @summary Create bgeBase embeddings
|
|
10099
|
-
* @param {
|
|
10099
|
+
* @param {string} chunk
|
|
10100
10100
|
* @param {*} [options] Override http request option.
|
|
10101
10101
|
* @throws {RequiredError}
|
|
10102
10102
|
* @memberof MlApi
|
|
10103
10103
|
*/
|
|
10104
|
-
bgeBaseEmbedding384Create(
|
|
10104
|
+
bgeBaseEmbedding384Create(chunk: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<number[][], any>>;
|
|
10105
10105
|
}
|
|
10106
10106
|
/**
|
|
10107
10107
|
* NotificationsApi - axios parameter creator
|
|
@@ -11039,19 +11039,19 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11039
11039
|
/**
|
|
11040
11040
|
*
|
|
11041
11041
|
* @summary Create bgeBase embeddings
|
|
11042
|
-
* @param {
|
|
11042
|
+
* @param {string} chunk
|
|
11043
11043
|
* @param {*} [options] Override http request option.
|
|
11044
11044
|
* @throws {RequiredError}
|
|
11045
11045
|
*/
|
|
11046
|
-
bgeBaseEmbedding384Create: (
|
|
11046
|
+
bgeBaseEmbedding384Create: (chunk: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11047
11047
|
/**
|
|
11048
11048
|
*
|
|
11049
11049
|
* @summary Create bgeBase embeddings
|
|
11050
|
-
* @param {
|
|
11050
|
+
* @param {string} chunk
|
|
11051
11051
|
* @param {*} [options] Override http request option.
|
|
11052
11052
|
* @throws {RequiredError}
|
|
11053
11053
|
*/
|
|
11054
|
-
bgeBaseEmbedding384Create_5: (
|
|
11054
|
+
bgeBaseEmbedding384Create_5: (chunk: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11055
11055
|
/**
|
|
11056
11056
|
*
|
|
11057
11057
|
* @summary Communities Create
|
|
@@ -12381,19 +12381,19 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12381
12381
|
/**
|
|
12382
12382
|
*
|
|
12383
12383
|
* @summary Create bgeBase embeddings
|
|
12384
|
-
* @param {
|
|
12384
|
+
* @param {string} chunk
|
|
12385
12385
|
* @param {*} [options] Override http request option.
|
|
12386
12386
|
* @throws {RequiredError}
|
|
12387
12387
|
*/
|
|
12388
|
-
bgeBaseEmbedding384Create(
|
|
12388
|
+
bgeBaseEmbedding384Create(chunk: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Array<number>>>>;
|
|
12389
12389
|
/**
|
|
12390
12390
|
*
|
|
12391
12391
|
* @summary Create bgeBase embeddings
|
|
12392
|
-
* @param {
|
|
12392
|
+
* @param {string} chunk
|
|
12393
12393
|
* @param {*} [options] Override http request option.
|
|
12394
12394
|
* @throws {RequiredError}
|
|
12395
12395
|
*/
|
|
12396
|
-
bgeBaseEmbedding384Create_5(
|
|
12396
|
+
bgeBaseEmbedding384Create_5(chunk: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Array<number>>>>;
|
|
12397
12397
|
/**
|
|
12398
12398
|
*
|
|
12399
12399
|
* @summary Communities Create
|
|
@@ -13723,19 +13723,19 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13723
13723
|
/**
|
|
13724
13724
|
*
|
|
13725
13725
|
* @summary Create bgeBase embeddings
|
|
13726
|
-
* @param {
|
|
13726
|
+
* @param {string} chunk
|
|
13727
13727
|
* @param {*} [options] Override http request option.
|
|
13728
13728
|
* @throws {RequiredError}
|
|
13729
13729
|
*/
|
|
13730
|
-
bgeBaseEmbedding384Create(
|
|
13730
|
+
bgeBaseEmbedding384Create(chunk: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<Array<number>>>;
|
|
13731
13731
|
/**
|
|
13732
13732
|
*
|
|
13733
13733
|
* @summary Create bgeBase embeddings
|
|
13734
|
-
* @param {
|
|
13734
|
+
* @param {string} chunk
|
|
13735
13735
|
* @param {*} [options] Override http request option.
|
|
13736
13736
|
* @throws {RequiredError}
|
|
13737
13737
|
*/
|
|
13738
|
-
bgeBaseEmbedding384Create_5(
|
|
13738
|
+
bgeBaseEmbedding384Create_5(chunk: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<Array<number>>>;
|
|
13739
13739
|
/**
|
|
13740
13740
|
*
|
|
13741
13741
|
* @summary Communities Create
|
|
@@ -15077,21 +15077,21 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15077
15077
|
/**
|
|
15078
15078
|
*
|
|
15079
15079
|
* @summary Create bgeBase embeddings
|
|
15080
|
-
* @param {
|
|
15080
|
+
* @param {string} chunk
|
|
15081
15081
|
* @param {*} [options] Override http request option.
|
|
15082
15082
|
* @throws {RequiredError}
|
|
15083
15083
|
* @memberof UnboundApi
|
|
15084
15084
|
*/
|
|
15085
|
-
bgeBaseEmbedding384Create(
|
|
15085
|
+
bgeBaseEmbedding384Create(chunk: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<number[][], any>>;
|
|
15086
15086
|
/**
|
|
15087
15087
|
*
|
|
15088
15088
|
* @summary Create bgeBase embeddings
|
|
15089
|
-
* @param {
|
|
15089
|
+
* @param {string} chunk
|
|
15090
15090
|
* @param {*} [options] Override http request option.
|
|
15091
15091
|
* @throws {RequiredError}
|
|
15092
15092
|
* @memberof UnboundApi
|
|
15093
15093
|
*/
|
|
15094
|
-
bgeBaseEmbedding384Create_5(
|
|
15094
|
+
bgeBaseEmbedding384Create_5(chunk: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<number[][], any>>;
|
|
15095
15095
|
/**
|
|
15096
15096
|
*
|
|
15097
15097
|
* @summary Communities Create
|
package/dist/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import { RawAxiosRequestConfig, AxiosInstance, AxiosPromise } from 'axios';
|
|
|
5
5
|
* FastAPI
|
|
6
6
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
7
|
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0.
|
|
8
|
+
* The version of the OpenAPI document: 1.0.88
|
|
9
9
|
*
|
|
10
10
|
*
|
|
11
11
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -97,7 +97,7 @@ declare class Configuration {
|
|
|
97
97
|
* FastAPI
|
|
98
98
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
99
99
|
*
|
|
100
|
-
* The version of the OpenAPI document: 1.0.
|
|
100
|
+
* The version of the OpenAPI document: 1.0.88
|
|
101
101
|
*
|
|
102
102
|
*
|
|
103
103
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -10052,11 +10052,11 @@ declare const MlApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
10052
10052
|
/**
|
|
10053
10053
|
*
|
|
10054
10054
|
* @summary Create bgeBase embeddings
|
|
10055
|
-
* @param {
|
|
10055
|
+
* @param {string} chunk
|
|
10056
10056
|
* @param {*} [options] Override http request option.
|
|
10057
10057
|
* @throws {RequiredError}
|
|
10058
10058
|
*/
|
|
10059
|
-
bgeBaseEmbedding384Create: (
|
|
10059
|
+
bgeBaseEmbedding384Create: (chunk: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
10060
10060
|
};
|
|
10061
10061
|
/**
|
|
10062
10062
|
* MlApi - functional programming interface
|
|
@@ -10066,11 +10066,11 @@ declare const MlApiFp: (configuration?: Configuration) => {
|
|
|
10066
10066
|
/**
|
|
10067
10067
|
*
|
|
10068
10068
|
* @summary Create bgeBase embeddings
|
|
10069
|
-
* @param {
|
|
10069
|
+
* @param {string} chunk
|
|
10070
10070
|
* @param {*} [options] Override http request option.
|
|
10071
10071
|
* @throws {RequiredError}
|
|
10072
10072
|
*/
|
|
10073
|
-
bgeBaseEmbedding384Create(
|
|
10073
|
+
bgeBaseEmbedding384Create(chunk: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Array<number>>>>;
|
|
10074
10074
|
};
|
|
10075
10075
|
/**
|
|
10076
10076
|
* MlApi - factory interface
|
|
@@ -10080,11 +10080,11 @@ declare const MlApiFactory: (configuration?: Configuration, basePath?: string, a
|
|
|
10080
10080
|
/**
|
|
10081
10081
|
*
|
|
10082
10082
|
* @summary Create bgeBase embeddings
|
|
10083
|
-
* @param {
|
|
10083
|
+
* @param {string} chunk
|
|
10084
10084
|
* @param {*} [options] Override http request option.
|
|
10085
10085
|
* @throws {RequiredError}
|
|
10086
10086
|
*/
|
|
10087
|
-
bgeBaseEmbedding384Create(
|
|
10087
|
+
bgeBaseEmbedding384Create(chunk: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<Array<number>>>;
|
|
10088
10088
|
};
|
|
10089
10089
|
/**
|
|
10090
10090
|
* MlApi - object-oriented interface
|
|
@@ -10096,12 +10096,12 @@ declare class MlApi extends BaseAPI {
|
|
|
10096
10096
|
/**
|
|
10097
10097
|
*
|
|
10098
10098
|
* @summary Create bgeBase embeddings
|
|
10099
|
-
* @param {
|
|
10099
|
+
* @param {string} chunk
|
|
10100
10100
|
* @param {*} [options] Override http request option.
|
|
10101
10101
|
* @throws {RequiredError}
|
|
10102
10102
|
* @memberof MlApi
|
|
10103
10103
|
*/
|
|
10104
|
-
bgeBaseEmbedding384Create(
|
|
10104
|
+
bgeBaseEmbedding384Create(chunk: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<number[][], any>>;
|
|
10105
10105
|
}
|
|
10106
10106
|
/**
|
|
10107
10107
|
* NotificationsApi - axios parameter creator
|
|
@@ -11039,19 +11039,19 @@ declare const UnboundApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
|
11039
11039
|
/**
|
|
11040
11040
|
*
|
|
11041
11041
|
* @summary Create bgeBase embeddings
|
|
11042
|
-
* @param {
|
|
11042
|
+
* @param {string} chunk
|
|
11043
11043
|
* @param {*} [options] Override http request option.
|
|
11044
11044
|
* @throws {RequiredError}
|
|
11045
11045
|
*/
|
|
11046
|
-
bgeBaseEmbedding384Create: (
|
|
11046
|
+
bgeBaseEmbedding384Create: (chunk: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11047
11047
|
/**
|
|
11048
11048
|
*
|
|
11049
11049
|
* @summary Create bgeBase embeddings
|
|
11050
|
-
* @param {
|
|
11050
|
+
* @param {string} chunk
|
|
11051
11051
|
* @param {*} [options] Override http request option.
|
|
11052
11052
|
* @throws {RequiredError}
|
|
11053
11053
|
*/
|
|
11054
|
-
bgeBaseEmbedding384Create_5: (
|
|
11054
|
+
bgeBaseEmbedding384Create_5: (chunk: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
11055
11055
|
/**
|
|
11056
11056
|
*
|
|
11057
11057
|
* @summary Communities Create
|
|
@@ -12381,19 +12381,19 @@ declare const UnboundApiFp: (configuration?: Configuration) => {
|
|
|
12381
12381
|
/**
|
|
12382
12382
|
*
|
|
12383
12383
|
* @summary Create bgeBase embeddings
|
|
12384
|
-
* @param {
|
|
12384
|
+
* @param {string} chunk
|
|
12385
12385
|
* @param {*} [options] Override http request option.
|
|
12386
12386
|
* @throws {RequiredError}
|
|
12387
12387
|
*/
|
|
12388
|
-
bgeBaseEmbedding384Create(
|
|
12388
|
+
bgeBaseEmbedding384Create(chunk: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Array<number>>>>;
|
|
12389
12389
|
/**
|
|
12390
12390
|
*
|
|
12391
12391
|
* @summary Create bgeBase embeddings
|
|
12392
|
-
* @param {
|
|
12392
|
+
* @param {string} chunk
|
|
12393
12393
|
* @param {*} [options] Override http request option.
|
|
12394
12394
|
* @throws {RequiredError}
|
|
12395
12395
|
*/
|
|
12396
|
-
bgeBaseEmbedding384Create_5(
|
|
12396
|
+
bgeBaseEmbedding384Create_5(chunk: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<Array<number>>>>;
|
|
12397
12397
|
/**
|
|
12398
12398
|
*
|
|
12399
12399
|
* @summary Communities Create
|
|
@@ -13723,19 +13723,19 @@ declare const UnboundApiFactory: (configuration?: Configuration, basePath?: stri
|
|
|
13723
13723
|
/**
|
|
13724
13724
|
*
|
|
13725
13725
|
* @summary Create bgeBase embeddings
|
|
13726
|
-
* @param {
|
|
13726
|
+
* @param {string} chunk
|
|
13727
13727
|
* @param {*} [options] Override http request option.
|
|
13728
13728
|
* @throws {RequiredError}
|
|
13729
13729
|
*/
|
|
13730
|
-
bgeBaseEmbedding384Create(
|
|
13730
|
+
bgeBaseEmbedding384Create(chunk: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<Array<number>>>;
|
|
13731
13731
|
/**
|
|
13732
13732
|
*
|
|
13733
13733
|
* @summary Create bgeBase embeddings
|
|
13734
|
-
* @param {
|
|
13734
|
+
* @param {string} chunk
|
|
13735
13735
|
* @param {*} [options] Override http request option.
|
|
13736
13736
|
* @throws {RequiredError}
|
|
13737
13737
|
*/
|
|
13738
|
-
bgeBaseEmbedding384Create_5(
|
|
13738
|
+
bgeBaseEmbedding384Create_5(chunk: string, options?: RawAxiosRequestConfig): AxiosPromise<Array<Array<number>>>;
|
|
13739
13739
|
/**
|
|
13740
13740
|
*
|
|
13741
13741
|
* @summary Communities Create
|
|
@@ -15077,21 +15077,21 @@ declare class UnboundApi extends BaseAPI {
|
|
|
15077
15077
|
/**
|
|
15078
15078
|
*
|
|
15079
15079
|
* @summary Create bgeBase embeddings
|
|
15080
|
-
* @param {
|
|
15080
|
+
* @param {string} chunk
|
|
15081
15081
|
* @param {*} [options] Override http request option.
|
|
15082
15082
|
* @throws {RequiredError}
|
|
15083
15083
|
* @memberof UnboundApi
|
|
15084
15084
|
*/
|
|
15085
|
-
bgeBaseEmbedding384Create(
|
|
15085
|
+
bgeBaseEmbedding384Create(chunk: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<number[][], any>>;
|
|
15086
15086
|
/**
|
|
15087
15087
|
*
|
|
15088
15088
|
* @summary Create bgeBase embeddings
|
|
15089
|
-
* @param {
|
|
15089
|
+
* @param {string} chunk
|
|
15090
15090
|
* @param {*} [options] Override http request option.
|
|
15091
15091
|
* @throws {RequiredError}
|
|
15092
15092
|
* @memberof UnboundApi
|
|
15093
15093
|
*/
|
|
15094
|
-
bgeBaseEmbedding384Create_5(
|
|
15094
|
+
bgeBaseEmbedding384Create_5(chunk: string, options?: RawAxiosRequestConfig): Promise<axios.AxiosResponse<number[][], any>>;
|
|
15095
15095
|
/**
|
|
15096
15096
|
*
|
|
15097
15097
|
* @summary Communities Create
|
package/dist/index.js
CHANGED
|
@@ -4758,12 +4758,12 @@ var MlApiAxiosParamCreator = function(configuration) {
|
|
|
4758
4758
|
/**
|
|
4759
4759
|
*
|
|
4760
4760
|
* @summary Create bgeBase embeddings
|
|
4761
|
-
* @param {
|
|
4761
|
+
* @param {string} chunk
|
|
4762
4762
|
* @param {*} [options] Override http request option.
|
|
4763
4763
|
* @throws {RequiredError}
|
|
4764
4764
|
*/
|
|
4765
|
-
bgeBaseEmbedding384Create: async (
|
|
4766
|
-
assertParamExists("bgeBaseEmbedding384Create", "
|
|
4765
|
+
bgeBaseEmbedding384Create: async (chunk, options = {}) => {
|
|
4766
|
+
assertParamExists("bgeBaseEmbedding384Create", "chunk", chunk);
|
|
4767
4767
|
const localVarPath = `/v1/bgeBaseEmbedding384`;
|
|
4768
4768
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4769
4769
|
let baseOptions;
|
|
@@ -4773,11 +4773,12 @@ var MlApiAxiosParamCreator = function(configuration) {
|
|
|
4773
4773
|
const localVarRequestOptions = { method: "POST", ...baseOptions, ...options };
|
|
4774
4774
|
const localVarHeaderParameter = {};
|
|
4775
4775
|
const localVarQueryParameter = {};
|
|
4776
|
-
|
|
4776
|
+
if (chunk !== void 0) {
|
|
4777
|
+
localVarQueryParameter["chunk"] = chunk;
|
|
4778
|
+
}
|
|
4777
4779
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4778
4780
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4779
4781
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
4780
|
-
localVarRequestOptions.data = serializeDataIfNeeded(requestBody, localVarRequestOptions, configuration);
|
|
4781
4782
|
return {
|
|
4782
4783
|
url: toPathString(localVarUrlObj),
|
|
4783
4784
|
options: localVarRequestOptions
|
|
@@ -4791,12 +4792,12 @@ var MlApiFp = function(configuration) {
|
|
|
4791
4792
|
/**
|
|
4792
4793
|
*
|
|
4793
4794
|
* @summary Create bgeBase embeddings
|
|
4794
|
-
* @param {
|
|
4795
|
+
* @param {string} chunk
|
|
4795
4796
|
* @param {*} [options] Override http request option.
|
|
4796
4797
|
* @throws {RequiredError}
|
|
4797
4798
|
*/
|
|
4798
|
-
async bgeBaseEmbedding384Create(
|
|
4799
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.bgeBaseEmbedding384Create(
|
|
4799
|
+
async bgeBaseEmbedding384Create(chunk, options) {
|
|
4800
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.bgeBaseEmbedding384Create(chunk, options);
|
|
4800
4801
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _238 => _238.serverIndex]), () => ( 0));
|
|
4801
4802
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _239 => _239["MlApi.bgeBaseEmbedding384Create"], 'optionalAccess', _240 => _240[localVarOperationServerIndex], 'optionalAccess', _241 => _241.url]);
|
|
4802
4803
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -4809,12 +4810,12 @@ var MlApiFactory = function(configuration, basePath, axios) {
|
|
|
4809
4810
|
/**
|
|
4810
4811
|
*
|
|
4811
4812
|
* @summary Create bgeBase embeddings
|
|
4812
|
-
* @param {
|
|
4813
|
+
* @param {string} chunk
|
|
4813
4814
|
* @param {*} [options] Override http request option.
|
|
4814
4815
|
* @throws {RequiredError}
|
|
4815
4816
|
*/
|
|
4816
|
-
bgeBaseEmbedding384Create(
|
|
4817
|
-
return localVarFp.bgeBaseEmbedding384Create(
|
|
4817
|
+
bgeBaseEmbedding384Create(chunk, options) {
|
|
4818
|
+
return localVarFp.bgeBaseEmbedding384Create(chunk, options).then((request) => request(axios, basePath));
|
|
4818
4819
|
}
|
|
4819
4820
|
};
|
|
4820
4821
|
};
|
|
@@ -4822,13 +4823,13 @@ var MlApi = class extends BaseAPI {
|
|
|
4822
4823
|
/**
|
|
4823
4824
|
*
|
|
4824
4825
|
* @summary Create bgeBase embeddings
|
|
4825
|
-
* @param {
|
|
4826
|
+
* @param {string} chunk
|
|
4826
4827
|
* @param {*} [options] Override http request option.
|
|
4827
4828
|
* @throws {RequiredError}
|
|
4828
4829
|
* @memberof MlApi
|
|
4829
4830
|
*/
|
|
4830
|
-
bgeBaseEmbedding384Create(
|
|
4831
|
-
return MlApiFp(this.configuration).bgeBaseEmbedding384Create(
|
|
4831
|
+
bgeBaseEmbedding384Create(chunk, options) {
|
|
4832
|
+
return MlApiFp(this.configuration).bgeBaseEmbedding384Create(chunk, options).then((request) => request(this.axios, this.basePath));
|
|
4832
4833
|
}
|
|
4833
4834
|
};
|
|
4834
4835
|
var NotificationsApiAxiosParamCreator = function(configuration) {
|
|
@@ -6469,12 +6470,12 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
6469
6470
|
/**
|
|
6470
6471
|
*
|
|
6471
6472
|
* @summary Create bgeBase embeddings
|
|
6472
|
-
* @param {
|
|
6473
|
+
* @param {string} chunk
|
|
6473
6474
|
* @param {*} [options] Override http request option.
|
|
6474
6475
|
* @throws {RequiredError}
|
|
6475
6476
|
*/
|
|
6476
|
-
bgeBaseEmbedding384Create: async (
|
|
6477
|
-
assertParamExists("bgeBaseEmbedding384Create", "
|
|
6477
|
+
bgeBaseEmbedding384Create: async (chunk, options = {}) => {
|
|
6478
|
+
assertParamExists("bgeBaseEmbedding384Create", "chunk", chunk);
|
|
6478
6479
|
const localVarPath = `/v1/bgeBaseEmbedding384`;
|
|
6479
6480
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6480
6481
|
let baseOptions;
|
|
@@ -6484,11 +6485,12 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
6484
6485
|
const localVarRequestOptions = { method: "POST", ...baseOptions, ...options };
|
|
6485
6486
|
const localVarHeaderParameter = {};
|
|
6486
6487
|
const localVarQueryParameter = {};
|
|
6487
|
-
|
|
6488
|
+
if (chunk !== void 0) {
|
|
6489
|
+
localVarQueryParameter["chunk"] = chunk;
|
|
6490
|
+
}
|
|
6488
6491
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6489
6492
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6490
6493
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
6491
|
-
localVarRequestOptions.data = serializeDataIfNeeded(requestBody, localVarRequestOptions, configuration);
|
|
6492
6494
|
return {
|
|
6493
6495
|
url: toPathString(localVarUrlObj),
|
|
6494
6496
|
options: localVarRequestOptions
|
|
@@ -6497,12 +6499,12 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
6497
6499
|
/**
|
|
6498
6500
|
*
|
|
6499
6501
|
* @summary Create bgeBase embeddings
|
|
6500
|
-
* @param {
|
|
6502
|
+
* @param {string} chunk
|
|
6501
6503
|
* @param {*} [options] Override http request option.
|
|
6502
6504
|
* @throws {RequiredError}
|
|
6503
6505
|
*/
|
|
6504
|
-
bgeBaseEmbedding384Create_5: async (
|
|
6505
|
-
assertParamExists("bgeBaseEmbedding384Create_5", "
|
|
6506
|
+
bgeBaseEmbedding384Create_5: async (chunk, options = {}) => {
|
|
6507
|
+
assertParamExists("bgeBaseEmbedding384Create_5", "chunk", chunk);
|
|
6506
6508
|
const localVarPath = `/v1/bgeBaseEmbedding384`;
|
|
6507
6509
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
6508
6510
|
let baseOptions;
|
|
@@ -6512,11 +6514,12 @@ var UnboundApiAxiosParamCreator = function(configuration) {
|
|
|
6512
6514
|
const localVarRequestOptions = { method: "POST", ...baseOptions, ...options };
|
|
6513
6515
|
const localVarHeaderParameter = {};
|
|
6514
6516
|
const localVarQueryParameter = {};
|
|
6515
|
-
|
|
6517
|
+
if (chunk !== void 0) {
|
|
6518
|
+
localVarQueryParameter["chunk"] = chunk;
|
|
6519
|
+
}
|
|
6516
6520
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
6517
6521
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
6518
6522
|
localVarRequestOptions.headers = { ...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers };
|
|
6519
|
-
localVarRequestOptions.data = serializeDataIfNeeded(requestBody, localVarRequestOptions, configuration);
|
|
6520
6523
|
return {
|
|
6521
6524
|
url: toPathString(localVarUrlObj),
|
|
6522
6525
|
options: localVarRequestOptions
|
|
@@ -10859,12 +10862,12 @@ var UnboundApiFp = function(configuration) {
|
|
|
10859
10862
|
/**
|
|
10860
10863
|
*
|
|
10861
10864
|
* @summary Create bgeBase embeddings
|
|
10862
|
-
* @param {
|
|
10865
|
+
* @param {string} chunk
|
|
10863
10866
|
* @param {*} [options] Override http request option.
|
|
10864
10867
|
* @throws {RequiredError}
|
|
10865
10868
|
*/
|
|
10866
|
-
async bgeBaseEmbedding384Create(
|
|
10867
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.bgeBaseEmbedding384Create(
|
|
10869
|
+
async bgeBaseEmbedding384Create(chunk, options) {
|
|
10870
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.bgeBaseEmbedding384Create(chunk, options);
|
|
10868
10871
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _358 => _358.serverIndex]), () => ( 0));
|
|
10869
10872
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _359 => _359["UnboundApi.bgeBaseEmbedding384Create"], 'optionalAccess', _360 => _360[localVarOperationServerIndex], 'optionalAccess', _361 => _361.url]);
|
|
10870
10873
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -10872,12 +10875,12 @@ var UnboundApiFp = function(configuration) {
|
|
|
10872
10875
|
/**
|
|
10873
10876
|
*
|
|
10874
10877
|
* @summary Create bgeBase embeddings
|
|
10875
|
-
* @param {
|
|
10878
|
+
* @param {string} chunk
|
|
10876
10879
|
* @param {*} [options] Override http request option.
|
|
10877
10880
|
* @throws {RequiredError}
|
|
10878
10881
|
*/
|
|
10879
|
-
async bgeBaseEmbedding384Create_5(
|
|
10880
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.bgeBaseEmbedding384Create_5(
|
|
10882
|
+
async bgeBaseEmbedding384Create_5(chunk, options) {
|
|
10883
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.bgeBaseEmbedding384Create_5(chunk, options);
|
|
10881
10884
|
const localVarOperationServerIndex = _nullishCoalesce(_optionalChain([configuration, 'optionalAccess', _362 => _362.serverIndex]), () => ( 0));
|
|
10882
10885
|
const localVarOperationServerBasePath = _optionalChain([operationServerMap, 'access', _363 => _363["UnboundApi.bgeBaseEmbedding384Create_5"], 'optionalAccess', _364 => _364[localVarOperationServerIndex], 'optionalAccess', _365 => _365.url]);
|
|
10883
10886
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, _axios2.default, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -12896,22 +12899,22 @@ var UnboundApiFactory = function(configuration, basePath, axios) {
|
|
|
12896
12899
|
/**
|
|
12897
12900
|
*
|
|
12898
12901
|
* @summary Create bgeBase embeddings
|
|
12899
|
-
* @param {
|
|
12902
|
+
* @param {string} chunk
|
|
12900
12903
|
* @param {*} [options] Override http request option.
|
|
12901
12904
|
* @throws {RequiredError}
|
|
12902
12905
|
*/
|
|
12903
|
-
bgeBaseEmbedding384Create(
|
|
12904
|
-
return localVarFp.bgeBaseEmbedding384Create(
|
|
12906
|
+
bgeBaseEmbedding384Create(chunk, options) {
|
|
12907
|
+
return localVarFp.bgeBaseEmbedding384Create(chunk, options).then((request) => request(axios, basePath));
|
|
12905
12908
|
},
|
|
12906
12909
|
/**
|
|
12907
12910
|
*
|
|
12908
12911
|
* @summary Create bgeBase embeddings
|
|
12909
|
-
* @param {
|
|
12912
|
+
* @param {string} chunk
|
|
12910
12913
|
* @param {*} [options] Override http request option.
|
|
12911
12914
|
* @throws {RequiredError}
|
|
12912
12915
|
*/
|
|
12913
|
-
bgeBaseEmbedding384Create_5(
|
|
12914
|
-
return localVarFp.bgeBaseEmbedding384Create_5(
|
|
12916
|
+
bgeBaseEmbedding384Create_5(chunk, options) {
|
|
12917
|
+
return localVarFp.bgeBaseEmbedding384Create_5(chunk, options).then((request) => request(axios, basePath));
|
|
12915
12918
|
},
|
|
12916
12919
|
/**
|
|
12917
12920
|
*
|
|
@@ -14533,24 +14536,24 @@ var UnboundApi = class extends BaseAPI {
|
|
|
14533
14536
|
/**
|
|
14534
14537
|
*
|
|
14535
14538
|
* @summary Create bgeBase embeddings
|
|
14536
|
-
* @param {
|
|
14539
|
+
* @param {string} chunk
|
|
14537
14540
|
* @param {*} [options] Override http request option.
|
|
14538
14541
|
* @throws {RequiredError}
|
|
14539
14542
|
* @memberof UnboundApi
|
|
14540
14543
|
*/
|
|
14541
|
-
bgeBaseEmbedding384Create(
|
|
14542
|
-
return UnboundApiFp(this.configuration).bgeBaseEmbedding384Create(
|
|
14544
|
+
bgeBaseEmbedding384Create(chunk, options) {
|
|
14545
|
+
return UnboundApiFp(this.configuration).bgeBaseEmbedding384Create(chunk, options).then((request) => request(this.axios, this.basePath));
|
|
14543
14546
|
}
|
|
14544
14547
|
/**
|
|
14545
14548
|
*
|
|
14546
14549
|
* @summary Create bgeBase embeddings
|
|
14547
|
-
* @param {
|
|
14550
|
+
* @param {string} chunk
|
|
14548
14551
|
* @param {*} [options] Override http request option.
|
|
14549
14552
|
* @throws {RequiredError}
|
|
14550
14553
|
* @memberof UnboundApi
|
|
14551
14554
|
*/
|
|
14552
|
-
bgeBaseEmbedding384Create_5(
|
|
14553
|
-
return UnboundApiFp(this.configuration).bgeBaseEmbedding384Create_5(
|
|
14555
|
+
bgeBaseEmbedding384Create_5(chunk, options) {
|
|
14556
|
+
return UnboundApiFp(this.configuration).bgeBaseEmbedding384Create_5(chunk, options).then((request) => request(this.axios, this.basePath));
|
|
14554
14557
|
}
|
|
14555
14558
|
/**
|
|
14556
14559
|
*
|