@airweave/sdk 0.8.80 → 0.8.82
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/cjs/Client.js +2 -2
- package/dist/cjs/api/types/DestinationConfig.d.ts +0 -2
- package/dist/cjs/api/types/SearchRequest.d.ts +1 -1
- package/dist/cjs/api/types/SyncConfig.d.ts +0 -1
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/Client.mjs +2 -2
- package/dist/esm/api/types/DestinationConfig.d.mts +0 -2
- package/dist/esm/api/types/SearchRequest.d.mts +1 -1
- package/dist/esm/api/types/SyncConfig.d.mts +0 -1
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
package/dist/cjs/Client.js
CHANGED
|
@@ -48,8 +48,8 @@ class AirweaveSDKClient {
|
|
|
48
48
|
this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_js_1.mergeHeaders)({
|
|
49
49
|
"X-Fern-Language": "JavaScript",
|
|
50
50
|
"X-Fern-SDK-Name": "@airweave/sdk",
|
|
51
|
-
"X-Fern-SDK-Version": "v0.8.
|
|
52
|
-
"User-Agent": "@airweave/sdk/v0.8.
|
|
51
|
+
"X-Fern-SDK-Version": "v0.8.82",
|
|
52
|
+
"User-Agent": "@airweave/sdk/v0.8.82",
|
|
53
53
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
54
54
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
55
55
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
* Controls where entities are written.
|
|
6
6
|
*/
|
|
7
7
|
export interface DestinationConfig {
|
|
8
|
-
/** Skip writing to native Qdrant (deprecated) */
|
|
9
|
-
skip_qdrant?: boolean;
|
|
10
8
|
/** Skip writing to native Vespa */
|
|
11
9
|
skip_vespa?: boolean;
|
|
12
10
|
/** If set, ONLY write to these destination UUIDs */
|
|
@@ -19,7 +19,7 @@ export interface SearchRequest {
|
|
|
19
19
|
offset?: number;
|
|
20
20
|
/** Maximum number of results to return (default: 1000) */
|
|
21
21
|
limit?: number;
|
|
22
|
-
/**
|
|
22
|
+
/** DEPRECATED: This field is accepted for backwards compatibility but ignored. Temporal relevance has been removed. */
|
|
23
23
|
temporal_relevance?: number;
|
|
24
24
|
/** Generate query variations to improve recall (default: true) */
|
|
25
25
|
expand_query?: boolean;
|
|
@@ -6,7 +6,6 @@ import * as AirweaveSDK from "../index.js";
|
|
|
6
6
|
* Sync configuration with automatic env var loading.
|
|
7
7
|
*
|
|
8
8
|
* Env vars use double underscore as delimiter:
|
|
9
|
-
* SYNC_CONFIG__DESTINATIONS__SKIP_QDRANT=true
|
|
10
9
|
* SYNC_CONFIG__HANDLERS__ENABLE_VECTOR_HANDLERS=false
|
|
11
10
|
*/
|
|
12
11
|
export interface SyncConfig {
|
package/dist/cjs/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "v0.8.
|
|
1
|
+
export declare const SDK_VERSION = "v0.8.82";
|
package/dist/cjs/version.js
CHANGED
package/dist/esm/Client.mjs
CHANGED
|
@@ -12,8 +12,8 @@ export class AirweaveSDKClient {
|
|
|
12
12
|
this._options = Object.assign(Object.assign({}, _options), { headers: mergeHeaders({
|
|
13
13
|
"X-Fern-Language": "JavaScript",
|
|
14
14
|
"X-Fern-SDK-Name": "@airweave/sdk",
|
|
15
|
-
"X-Fern-SDK-Version": "v0.8.
|
|
16
|
-
"User-Agent": "@airweave/sdk/v0.8.
|
|
15
|
+
"X-Fern-SDK-Version": "v0.8.82",
|
|
16
|
+
"User-Agent": "@airweave/sdk/v0.8.82",
|
|
17
17
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
18
18
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
19
19
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
* Controls where entities are written.
|
|
6
6
|
*/
|
|
7
7
|
export interface DestinationConfig {
|
|
8
|
-
/** Skip writing to native Qdrant (deprecated) */
|
|
9
|
-
skip_qdrant?: boolean;
|
|
10
8
|
/** Skip writing to native Vespa */
|
|
11
9
|
skip_vespa?: boolean;
|
|
12
10
|
/** If set, ONLY write to these destination UUIDs */
|
|
@@ -19,7 +19,7 @@ export interface SearchRequest {
|
|
|
19
19
|
offset?: number;
|
|
20
20
|
/** Maximum number of results to return (default: 1000) */
|
|
21
21
|
limit?: number;
|
|
22
|
-
/**
|
|
22
|
+
/** DEPRECATED: This field is accepted for backwards compatibility but ignored. Temporal relevance has been removed. */
|
|
23
23
|
temporal_relevance?: number;
|
|
24
24
|
/** Generate query variations to improve recall (default: true) */
|
|
25
25
|
expand_query?: boolean;
|
|
@@ -6,7 +6,6 @@ import * as AirweaveSDK from "../index.mjs";
|
|
|
6
6
|
* Sync configuration with automatic env var loading.
|
|
7
7
|
*
|
|
8
8
|
* Env vars use double underscore as delimiter:
|
|
9
|
-
* SYNC_CONFIG__DESTINATIONS__SKIP_QDRANT=true
|
|
10
9
|
* SYNC_CONFIG__HANDLERS__ENABLE_VECTOR_HANDLERS=false
|
|
11
10
|
*/
|
|
12
11
|
export interface SyncConfig {
|
package/dist/esm/version.d.mts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "v0.8.
|
|
1
|
+
export declare const SDK_VERSION = "v0.8.82";
|
package/dist/esm/version.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const SDK_VERSION = "v0.8.
|
|
1
|
+
export const SDK_VERSION = "v0.8.82";
|