vellum-ai 0.14.82 → 0.14.84
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/Client.js +11 -11
- package/api/resources/adHoc/client/Client.js +2 -2
- package/api/resources/containerImages/client/Client.js +4 -4
- package/api/resources/deployments/client/Client.js +8 -8
- package/api/resources/documentIndexes/client/Client.js +8 -8
- package/api/resources/documents/client/Client.js +5 -5
- package/api/resources/documents/client/requests/PatchedDocumentUpdateRequest.d.ts +2 -0
- package/api/resources/folderEntities/client/Client.js +2 -2
- package/api/resources/metricDefinitions/client/Client.js +2 -2
- package/api/resources/mlModels/client/Client.js +1 -1
- package/api/resources/organizations/client/Client.js +1 -1
- package/api/resources/prompts/client/Client.js +2 -2
- package/api/resources/releaseReviews/client/Client.js +1 -1
- package/api/resources/sandboxes/client/Client.js +3 -3
- package/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/api/resources/testSuites/client/Client.js +4 -4
- package/api/resources/workflowDeployments/client/Client.js +8 -8
- package/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/api/resources/workflows/client/Client.js +2 -2
- package/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/api/resources/workspaces/client/Client.js +1 -1
- package/api/types/ContainerImageBuildConfig.d.ts +1 -0
- package/api/types/DocumentRead.d.ts +2 -0
- package/api/types/ExecutionThinkingVellumValue.d.ts +1 -1
- package/api/types/GoogleVertexAiVectorizerGeminiEmbedding001.d.ts +8 -0
- package/api/types/GoogleVertexAiVectorizerGeminiEmbedding001.js +5 -0
- package/api/types/GoogleVertexAiVectorizerGeminiEmbedding001Request.d.ts +8 -0
- package/api/types/GoogleVertexAiVectorizerGeminiEmbedding001Request.js +5 -0
- package/api/types/IndexingConfigVectorizer.d.ts +1 -1
- package/api/types/IndexingConfigVectorizerRequest.d.ts +1 -1
- package/api/types/ThinkingVellumValue.d.ts +1 -1
- package/api/types/ThinkingVellumValueRequest.d.ts +1 -1
- package/api/types/WorkflowSandboxExample.d.ts +2 -0
- package/api/types/index.d.ts +2 -0
- package/api/types/index.js +2 -0
- package/dist/Client.js +11 -11
- package/dist/api/resources/adHoc/client/Client.js +2 -2
- package/dist/api/resources/containerImages/client/Client.js +4 -4
- package/dist/api/resources/deployments/client/Client.js +8 -8
- package/dist/api/resources/documentIndexes/client/Client.js +8 -8
- package/dist/api/resources/documents/client/Client.js +5 -5
- package/dist/api/resources/documents/client/requests/PatchedDocumentUpdateRequest.d.ts +2 -0
- package/dist/api/resources/folderEntities/client/Client.js +2 -2
- package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
- package/dist/api/resources/mlModels/client/Client.js +1 -1
- package/dist/api/resources/organizations/client/Client.js +1 -1
- package/dist/api/resources/prompts/client/Client.js +2 -2
- package/dist/api/resources/releaseReviews/client/Client.js +1 -1
- package/dist/api/resources/sandboxes/client/Client.js +3 -3
- package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/dist/api/resources/testSuites/client/Client.js +4 -4
- package/dist/api/resources/workflowDeployments/client/Client.js +8 -8
- package/dist/api/resources/workflowSandboxes/client/Client.js +2 -2
- package/dist/api/resources/workflows/client/Client.js +2 -2
- package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/dist/api/resources/workspaces/client/Client.js +1 -1
- package/dist/api/types/ContainerImageBuildConfig.d.ts +1 -0
- package/dist/api/types/DocumentRead.d.ts +2 -0
- package/dist/api/types/ExecutionThinkingVellumValue.d.ts +1 -1
- package/dist/api/types/GoogleVertexAiVectorizerGeminiEmbedding001.d.ts +8 -0
- package/dist/api/types/GoogleVertexAiVectorizerGeminiEmbedding001.js +5 -0
- package/dist/api/types/GoogleVertexAiVectorizerGeminiEmbedding001Request.d.ts +8 -0
- package/dist/api/types/GoogleVertexAiVectorizerGeminiEmbedding001Request.js +5 -0
- package/dist/api/types/IndexingConfigVectorizer.d.ts +1 -1
- package/dist/api/types/IndexingConfigVectorizerRequest.d.ts +1 -1
- package/dist/api/types/ThinkingVellumValue.d.ts +1 -1
- package/dist/api/types/ThinkingVellumValueRequest.d.ts +1 -1
- package/dist/api/types/WorkflowSandboxExample.d.ts +2 -0
- package/dist/api/types/index.d.ts +2 -0
- package/dist/api/types/index.js +2 -0
- package/dist/serialization/resources/documents/client/requests/PatchedDocumentUpdateRequest.d.ts +1 -0
- package/dist/serialization/resources/documents/client/requests/PatchedDocumentUpdateRequest.js +1 -0
- package/dist/serialization/types/ContainerImageBuildConfig.d.ts +1 -0
- package/dist/serialization/types/ContainerImageBuildConfig.js +1 -0
- package/dist/serialization/types/DocumentRead.d.ts +1 -0
- package/dist/serialization/types/DocumentRead.js +1 -0
- package/dist/serialization/types/ExecutionThinkingVellumValue.d.ts +1 -1
- package/dist/serialization/types/ExecutionThinkingVellumValue.js +1 -1
- package/dist/serialization/types/GoogleVertexAiVectorizerGeminiEmbedding001.d.ts +14 -0
- package/dist/serialization/types/GoogleVertexAiVectorizerGeminiEmbedding001.js +45 -0
- package/dist/serialization/types/GoogleVertexAiVectorizerGeminiEmbedding001Request.d.ts +14 -0
- package/dist/serialization/types/GoogleVertexAiVectorizerGeminiEmbedding001Request.js +45 -0
- package/dist/serialization/types/IndexingConfigVectorizer.d.ts +2 -1
- package/dist/serialization/types/IndexingConfigVectorizer.js +2 -0
- package/dist/serialization/types/IndexingConfigVectorizerRequest.d.ts +2 -1
- package/dist/serialization/types/IndexingConfigVectorizerRequest.js +2 -0
- package/dist/serialization/types/ThinkingVellumValue.d.ts +1 -1
- package/dist/serialization/types/ThinkingVellumValue.js +1 -1
- package/dist/serialization/types/ThinkingVellumValueRequest.d.ts +1 -1
- package/dist/serialization/types/ThinkingVellumValueRequest.js +1 -1
- package/dist/serialization/types/WorkflowSandboxExample.d.ts +2 -0
- package/dist/serialization/types/WorkflowSandboxExample.js +2 -0
- package/dist/serialization/types/index.d.ts +2 -0
- package/dist/serialization/types/index.js +2 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/serialization/resources/documents/client/requests/PatchedDocumentUpdateRequest.d.ts +1 -0
- package/serialization/resources/documents/client/requests/PatchedDocumentUpdateRequest.js +1 -0
- package/serialization/types/ContainerImageBuildConfig.d.ts +1 -0
- package/serialization/types/ContainerImageBuildConfig.js +1 -0
- package/serialization/types/DocumentRead.d.ts +1 -0
- package/serialization/types/DocumentRead.js +1 -0
- package/serialization/types/ExecutionThinkingVellumValue.d.ts +1 -1
- package/serialization/types/ExecutionThinkingVellumValue.js +1 -1
- package/serialization/types/GoogleVertexAiVectorizerGeminiEmbedding001.d.ts +14 -0
- package/serialization/types/GoogleVertexAiVectorizerGeminiEmbedding001.js +45 -0
- package/serialization/types/GoogleVertexAiVectorizerGeminiEmbedding001Request.d.ts +14 -0
- package/serialization/types/GoogleVertexAiVectorizerGeminiEmbedding001Request.js +45 -0
- package/serialization/types/IndexingConfigVectorizer.d.ts +2 -1
- package/serialization/types/IndexingConfigVectorizer.js +2 -0
- package/serialization/types/IndexingConfigVectorizerRequest.d.ts +2 -1
- package/serialization/types/IndexingConfigVectorizerRequest.js +2 -0
- package/serialization/types/ThinkingVellumValue.d.ts +1 -1
- package/serialization/types/ThinkingVellumValue.js +1 -1
- package/serialization/types/ThinkingVellumValueRequest.d.ts +1 -1
- package/serialization/types/ThinkingVellumValueRequest.js +1 -1
- package/serialization/types/WorkflowSandboxExample.d.ts +2 -0
- package/serialization/types/WorkflowSandboxExample.js +2 -0
- package/serialization/types/index.d.ts +2 -0
- package/serialization/types/index.js +2 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -77,7 +77,7 @@ class WorkspaceSecrets {
|
|
|
77
77
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
|
|
78
78
|
.default, `v1/workspace-secrets/${encodeURIComponent(id)}`),
|
|
79
79
|
method: "GET",
|
|
80
|
-
headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.
|
|
80
|
+
headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.84", "User-Agent": "vellum-ai/0.14.84", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
81
81
|
contentType: "application/json",
|
|
82
82
|
requestType: "json",
|
|
83
83
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -139,7 +139,7 @@ class WorkspaceSecrets {
|
|
|
139
139
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
|
|
140
140
|
.default, `v1/workspace-secrets/${encodeURIComponent(id)}`),
|
|
141
141
|
method: "PATCH",
|
|
142
|
-
headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.
|
|
142
|
+
headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.84", "User-Agent": "vellum-ai/0.14.84", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
143
143
|
contentType: "application/json",
|
|
144
144
|
requestType: "json",
|
|
145
145
|
body: serializers.PatchedWorkspaceSecretUpdateRequest.jsonOrThrow(request, {
|
|
@@ -76,7 +76,7 @@ class Workspaces {
|
|
|
76
76
|
url: (0, url_join_1.default)((_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : ((_b = (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.VellumEnvironment.Production)
|
|
77
77
|
.default, "v1/workspaces/identity"),
|
|
78
78
|
method: "GET",
|
|
79
|
-
headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.
|
|
79
|
+
headers: Object.assign(Object.assign({ "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "vellum-ai", "X-Fern-SDK-Version": "0.14.84", "User-Agent": "vellum-ai/0.14.84", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version }, (yield this._getCustomAuthorizationHeaders())), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
80
80
|
contentType: "application/json",
|
|
81
81
|
requestType: "json",
|
|
82
82
|
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : undefined,
|
|
@@ -16,6 +16,8 @@ export interface DocumentRead {
|
|
|
16
16
|
* * `ACTIVE` - Active
|
|
17
17
|
*/
|
|
18
18
|
status?: Vellum.DocumentStatus;
|
|
19
|
+
/** A list of keywords that'll be associated with the document. Used as part of keyword search. */
|
|
20
|
+
keywords?: string[];
|
|
19
21
|
originalFileUrl?: string | null;
|
|
20
22
|
documentToDocumentIndexes: Vellum.DocumentDocumentToDocumentIndex[];
|
|
21
23
|
/** A previously supplied JSON object containing metadata that can be filtered on when searching. */
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
export interface GoogleVertexAiVectorizerGeminiEmbedding001 {
|
|
6
|
+
modelName: "gemini-embedding-001";
|
|
7
|
+
config: Vellum.GoogleVertexAiVectorizerConfig;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as Vellum from "../index";
|
|
5
|
+
export interface GoogleVertexAiVectorizerGeminiEmbedding001Request {
|
|
6
|
+
modelName: "gemini-embedding-001";
|
|
7
|
+
config: Vellum.GoogleVertexAiVectorizerConfigRequest;
|
|
8
|
+
}
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Vellum from "../index";
|
|
5
|
-
export type IndexingConfigVectorizer = Vellum.OpenAiVectorizerTextEmbedding3Small | Vellum.OpenAiVectorizerTextEmbedding3Large | Vellum.OpenAiVectorizerTextEmbeddingAda002 | Vellum.BasicVectorizerIntfloatMultilingualE5Large | Vellum.BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1 | Vellum.BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1 | Vellum.HkunlpInstructorXlVectorizer | Vellum.GoogleVertexAiVectorizerTextEmbedding004 | Vellum.GoogleVertexAiVectorizerTextMultilingualEmbedding002 | Vellum.FastEmbedVectorizerBaaiBgeSmallEnV15;
|
|
5
|
+
export type IndexingConfigVectorizer = Vellum.OpenAiVectorizerTextEmbedding3Small | Vellum.OpenAiVectorizerTextEmbedding3Large | Vellum.OpenAiVectorizerTextEmbeddingAda002 | Vellum.BasicVectorizerIntfloatMultilingualE5Large | Vellum.BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1 | Vellum.BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1 | Vellum.HkunlpInstructorXlVectorizer | Vellum.GoogleVertexAiVectorizerTextEmbedding004 | Vellum.GoogleVertexAiVectorizerTextMultilingualEmbedding002 | Vellum.GoogleVertexAiVectorizerGeminiEmbedding001 | Vellum.FastEmbedVectorizerBaaiBgeSmallEnV15;
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
* This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
*/
|
|
4
4
|
import * as Vellum from "../index";
|
|
5
|
-
export type IndexingConfigVectorizerRequest = Vellum.OpenAiVectorizerTextEmbedding3SmallRequest | Vellum.OpenAiVectorizerTextEmbedding3LargeRequest | Vellum.OpenAiVectorizerTextEmbeddingAda002Request | Vellum.BasicVectorizerIntfloatMultilingualE5LargeRequest | Vellum.BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request | Vellum.BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request | Vellum.HkunlpInstructorXlVectorizerRequest | Vellum.GoogleVertexAiVectorizerTextEmbedding004Request | Vellum.GoogleVertexAiVectorizerTextMultilingualEmbedding002Request | Vellum.FastEmbedVectorizerBaaiBgeSmallEnV15Request;
|
|
5
|
+
export type IndexingConfigVectorizerRequest = Vellum.OpenAiVectorizerTextEmbedding3SmallRequest | Vellum.OpenAiVectorizerTextEmbedding3LargeRequest | Vellum.OpenAiVectorizerTextEmbeddingAda002Request | Vellum.BasicVectorizerIntfloatMultilingualE5LargeRequest | Vellum.BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request | Vellum.BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request | Vellum.HkunlpInstructorXlVectorizerRequest | Vellum.GoogleVertexAiVectorizerTextEmbedding004Request | Vellum.GoogleVertexAiVectorizerTextMultilingualEmbedding002Request | Vellum.GoogleVertexAiVectorizerGeminiEmbedding001Request | Vellum.FastEmbedVectorizerBaaiBgeSmallEnV15Request;
|
|
@@ -161,6 +161,8 @@ export * from "./GenerateStreamResult";
|
|
|
161
161
|
export * from "./GenerateStreamResultData";
|
|
162
162
|
export * from "./GoogleVertexAiVectorizerConfig";
|
|
163
163
|
export * from "./GoogleVertexAiVectorizerConfigRequest";
|
|
164
|
+
export * from "./GoogleVertexAiVectorizerGeminiEmbedding001";
|
|
165
|
+
export * from "./GoogleVertexAiVectorizerGeminiEmbedding001Request";
|
|
164
166
|
export * from "./GoogleVertexAiVectorizerTextEmbedding004";
|
|
165
167
|
export * from "./GoogleVertexAiVectorizerTextEmbedding004Request";
|
|
166
168
|
export * from "./GoogleVertexAiVectorizerTextMultilingualEmbedding002";
|
package/dist/api/types/index.js
CHANGED
|
@@ -177,6 +177,8 @@ __exportStar(require("./GenerateStreamResult"), exports);
|
|
|
177
177
|
__exportStar(require("./GenerateStreamResultData"), exports);
|
|
178
178
|
__exportStar(require("./GoogleVertexAiVectorizerConfig"), exports);
|
|
179
179
|
__exportStar(require("./GoogleVertexAiVectorizerConfigRequest"), exports);
|
|
180
|
+
__exportStar(require("./GoogleVertexAiVectorizerGeminiEmbedding001"), exports);
|
|
181
|
+
__exportStar(require("./GoogleVertexAiVectorizerGeminiEmbedding001Request"), exports);
|
|
180
182
|
__exportStar(require("./GoogleVertexAiVectorizerTextEmbedding004"), exports);
|
|
181
183
|
__exportStar(require("./GoogleVertexAiVectorizerTextEmbedding004Request"), exports);
|
|
182
184
|
__exportStar(require("./GoogleVertexAiVectorizerTextMultilingualEmbedding002"), exports);
|
package/dist/serialization/resources/documents/client/requests/PatchedDocumentUpdateRequest.js
CHANGED
|
@@ -42,5 +42,6 @@ const DocumentStatus_1 = require("../../../../types/DocumentStatus");
|
|
|
42
42
|
exports.PatchedDocumentUpdateRequest = core.serialization.object({
|
|
43
43
|
label: core.serialization.string().optional(),
|
|
44
44
|
status: DocumentStatus_1.DocumentStatus.optional(),
|
|
45
|
+
keywords: core.serialization.list(core.serialization.string()).optional(),
|
|
45
46
|
metadata: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optionalNullable(),
|
|
46
47
|
});
|
|
@@ -41,4 +41,5 @@ const core = __importStar(require("../../core"));
|
|
|
41
41
|
const CodeExecutionPackage_1 = require("./CodeExecutionPackage");
|
|
42
42
|
exports.ContainerImageBuildConfig = core.serialization.object({
|
|
43
43
|
packages: core.serialization.list(CodeExecutionPackage_1.CodeExecutionPackage),
|
|
44
|
+
userScript: core.serialization.property("user_script", core.serialization.string().optionalNullable()),
|
|
44
45
|
});
|
|
@@ -16,6 +16,7 @@ export declare namespace DocumentRead {
|
|
|
16
16
|
label: string;
|
|
17
17
|
processing_state: DocumentProcessingState.Raw;
|
|
18
18
|
status?: DocumentStatus.Raw | null;
|
|
19
|
+
keywords?: string[] | null;
|
|
19
20
|
original_file_url?: (string | null) | null;
|
|
20
21
|
document_to_document_indexes: DocumentDocumentToDocumentIndex.Raw[];
|
|
21
22
|
metadata?: (Record<string, unknown> | null) | null;
|
|
@@ -48,6 +48,7 @@ exports.DocumentRead = core.serialization.object({
|
|
|
48
48
|
label: core.serialization.string(),
|
|
49
49
|
processingState: core.serialization.property("processing_state", DocumentProcessingState_1.DocumentProcessingState),
|
|
50
50
|
status: DocumentStatus_1.DocumentStatus.optional(),
|
|
51
|
+
keywords: core.serialization.list(core.serialization.string()).optional(),
|
|
51
52
|
originalFileUrl: core.serialization.property("original_file_url", core.serialization.string().optionalNullable()),
|
|
52
53
|
documentToDocumentIndexes: core.serialization.property("document_to_document_indexes", core.serialization.list(DocumentDocumentToDocumentIndex_1.DocumentDocumentToDocumentIndex)),
|
|
53
54
|
metadata: core.serialization
|
|
@@ -43,5 +43,5 @@ exports.ExecutionThinkingVellumValue = core.serialization.object({
|
|
|
43
43
|
id: core.serialization.string(),
|
|
44
44
|
name: core.serialization.string(),
|
|
45
45
|
type: core.serialization.stringLiteral("THINKING"),
|
|
46
|
-
value:
|
|
46
|
+
value: StringVellumValue_1.StringVellumValue,
|
|
47
47
|
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { GoogleVertexAiVectorizerConfig } from "./GoogleVertexAiVectorizerConfig";
|
|
8
|
+
export declare const GoogleVertexAiVectorizerGeminiEmbedding001: core.serialization.ObjectSchema<serializers.GoogleVertexAiVectorizerGeminiEmbedding001.Raw, Vellum.GoogleVertexAiVectorizerGeminiEmbedding001>;
|
|
9
|
+
export declare namespace GoogleVertexAiVectorizerGeminiEmbedding001 {
|
|
10
|
+
interface Raw {
|
|
11
|
+
model_name: "gemini-embedding-001";
|
|
12
|
+
config: GoogleVertexAiVectorizerConfig.Raw;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.GoogleVertexAiVectorizerGeminiEmbedding001 = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const GoogleVertexAiVectorizerConfig_1 = require("./GoogleVertexAiVectorizerConfig");
|
|
42
|
+
exports.GoogleVertexAiVectorizerGeminiEmbedding001 = core.serialization.object({
|
|
43
|
+
modelName: core.serialization.property("model_name", core.serialization.stringLiteral("gemini-embedding-001")),
|
|
44
|
+
config: GoogleVertexAiVectorizerConfig_1.GoogleVertexAiVectorizerConfig,
|
|
45
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { GoogleVertexAiVectorizerConfigRequest } from "./GoogleVertexAiVectorizerConfigRequest";
|
|
8
|
+
export declare const GoogleVertexAiVectorizerGeminiEmbedding001Request: core.serialization.ObjectSchema<serializers.GoogleVertexAiVectorizerGeminiEmbedding001Request.Raw, Vellum.GoogleVertexAiVectorizerGeminiEmbedding001Request>;
|
|
9
|
+
export declare namespace GoogleVertexAiVectorizerGeminiEmbedding001Request {
|
|
10
|
+
interface Raw {
|
|
11
|
+
model_name: "gemini-embedding-001";
|
|
12
|
+
config: GoogleVertexAiVectorizerConfigRequest.Raw;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.GoogleVertexAiVectorizerGeminiEmbedding001Request = void 0;
|
|
40
|
+
const core = __importStar(require("../../core"));
|
|
41
|
+
const GoogleVertexAiVectorizerConfigRequest_1 = require("./GoogleVertexAiVectorizerConfigRequest");
|
|
42
|
+
exports.GoogleVertexAiVectorizerGeminiEmbedding001Request = core.serialization.object({
|
|
43
|
+
modelName: core.serialization.property("model_name", core.serialization.stringLiteral("gemini-embedding-001")),
|
|
44
|
+
config: GoogleVertexAiVectorizerConfigRequest_1.GoogleVertexAiVectorizerConfigRequest,
|
|
45
|
+
});
|
|
@@ -13,8 +13,9 @@ import { BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1 } from "./Basi
|
|
|
13
13
|
import { HkunlpInstructorXlVectorizer } from "./HkunlpInstructorXlVectorizer";
|
|
14
14
|
import { GoogleVertexAiVectorizerTextEmbedding004 } from "./GoogleVertexAiVectorizerTextEmbedding004";
|
|
15
15
|
import { GoogleVertexAiVectorizerTextMultilingualEmbedding002 } from "./GoogleVertexAiVectorizerTextMultilingualEmbedding002";
|
|
16
|
+
import { GoogleVertexAiVectorizerGeminiEmbedding001 } from "./GoogleVertexAiVectorizerGeminiEmbedding001";
|
|
16
17
|
import { FastEmbedVectorizerBaaiBgeSmallEnV15 } from "./FastEmbedVectorizerBaaiBgeSmallEnV15";
|
|
17
18
|
export declare const IndexingConfigVectorizer: core.serialization.Schema<serializers.IndexingConfigVectorizer.Raw, Vellum.IndexingConfigVectorizer>;
|
|
18
19
|
export declare namespace IndexingConfigVectorizer {
|
|
19
|
-
type Raw = OpenAiVectorizerTextEmbedding3Small.Raw | OpenAiVectorizerTextEmbedding3Large.Raw | OpenAiVectorizerTextEmbeddingAda002.Raw | BasicVectorizerIntfloatMultilingualE5Large.Raw | BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.Raw | BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.Raw | HkunlpInstructorXlVectorizer.Raw | GoogleVertexAiVectorizerTextEmbedding004.Raw | GoogleVertexAiVectorizerTextMultilingualEmbedding002.Raw | FastEmbedVectorizerBaaiBgeSmallEnV15.Raw;
|
|
20
|
+
type Raw = OpenAiVectorizerTextEmbedding3Small.Raw | OpenAiVectorizerTextEmbedding3Large.Raw | OpenAiVectorizerTextEmbeddingAda002.Raw | BasicVectorizerIntfloatMultilingualE5Large.Raw | BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.Raw | BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.Raw | HkunlpInstructorXlVectorizer.Raw | GoogleVertexAiVectorizerTextEmbedding004.Raw | GoogleVertexAiVectorizerTextMultilingualEmbedding002.Raw | GoogleVertexAiVectorizerGeminiEmbedding001.Raw | FastEmbedVectorizerBaaiBgeSmallEnV15.Raw;
|
|
20
21
|
}
|
|
@@ -47,6 +47,7 @@ const BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1_1 = require("./Ba
|
|
|
47
47
|
const HkunlpInstructorXlVectorizer_1 = require("./HkunlpInstructorXlVectorizer");
|
|
48
48
|
const GoogleVertexAiVectorizerTextEmbedding004_1 = require("./GoogleVertexAiVectorizerTextEmbedding004");
|
|
49
49
|
const GoogleVertexAiVectorizerTextMultilingualEmbedding002_1 = require("./GoogleVertexAiVectorizerTextMultilingualEmbedding002");
|
|
50
|
+
const GoogleVertexAiVectorizerGeminiEmbedding001_1 = require("./GoogleVertexAiVectorizerGeminiEmbedding001");
|
|
50
51
|
const FastEmbedVectorizerBaaiBgeSmallEnV15_1 = require("./FastEmbedVectorizerBaaiBgeSmallEnV15");
|
|
51
52
|
exports.IndexingConfigVectorizer = core.serialization.undiscriminatedUnion([
|
|
52
53
|
OpenAiVectorizerTextEmbedding3Small_1.OpenAiVectorizerTextEmbedding3Small,
|
|
@@ -58,5 +59,6 @@ exports.IndexingConfigVectorizer = core.serialization.undiscriminatedUnion([
|
|
|
58
59
|
HkunlpInstructorXlVectorizer_1.HkunlpInstructorXlVectorizer,
|
|
59
60
|
GoogleVertexAiVectorizerTextEmbedding004_1.GoogleVertexAiVectorizerTextEmbedding004,
|
|
60
61
|
GoogleVertexAiVectorizerTextMultilingualEmbedding002_1.GoogleVertexAiVectorizerTextMultilingualEmbedding002,
|
|
62
|
+
GoogleVertexAiVectorizerGeminiEmbedding001_1.GoogleVertexAiVectorizerGeminiEmbedding001,
|
|
61
63
|
FastEmbedVectorizerBaaiBgeSmallEnV15_1.FastEmbedVectorizerBaaiBgeSmallEnV15,
|
|
62
64
|
]);
|
|
@@ -13,8 +13,9 @@ import { BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request } from
|
|
|
13
13
|
import { HkunlpInstructorXlVectorizerRequest } from "./HkunlpInstructorXlVectorizerRequest";
|
|
14
14
|
import { GoogleVertexAiVectorizerTextEmbedding004Request } from "./GoogleVertexAiVectorizerTextEmbedding004Request";
|
|
15
15
|
import { GoogleVertexAiVectorizerTextMultilingualEmbedding002Request } from "./GoogleVertexAiVectorizerTextMultilingualEmbedding002Request";
|
|
16
|
+
import { GoogleVertexAiVectorizerGeminiEmbedding001Request } from "./GoogleVertexAiVectorizerGeminiEmbedding001Request";
|
|
16
17
|
import { FastEmbedVectorizerBaaiBgeSmallEnV15Request } from "./FastEmbedVectorizerBaaiBgeSmallEnV15Request";
|
|
17
18
|
export declare const IndexingConfigVectorizerRequest: core.serialization.Schema<serializers.IndexingConfigVectorizerRequest.Raw, Vellum.IndexingConfigVectorizerRequest>;
|
|
18
19
|
export declare namespace IndexingConfigVectorizerRequest {
|
|
19
|
-
type Raw = OpenAiVectorizerTextEmbedding3SmallRequest.Raw | OpenAiVectorizerTextEmbedding3LargeRequest.Raw | OpenAiVectorizerTextEmbeddingAda002Request.Raw | BasicVectorizerIntfloatMultilingualE5LargeRequest.Raw | BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.Raw | BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.Raw | HkunlpInstructorXlVectorizerRequest.Raw | GoogleVertexAiVectorizerTextEmbedding004Request.Raw | GoogleVertexAiVectorizerTextMultilingualEmbedding002Request.Raw | FastEmbedVectorizerBaaiBgeSmallEnV15Request.Raw;
|
|
20
|
+
type Raw = OpenAiVectorizerTextEmbedding3SmallRequest.Raw | OpenAiVectorizerTextEmbedding3LargeRequest.Raw | OpenAiVectorizerTextEmbeddingAda002Request.Raw | BasicVectorizerIntfloatMultilingualE5LargeRequest.Raw | BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.Raw | BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.Raw | HkunlpInstructorXlVectorizerRequest.Raw | GoogleVertexAiVectorizerTextEmbedding004Request.Raw | GoogleVertexAiVectorizerTextMultilingualEmbedding002Request.Raw | GoogleVertexAiVectorizerGeminiEmbedding001Request.Raw | FastEmbedVectorizerBaaiBgeSmallEnV15Request.Raw;
|
|
20
21
|
}
|
|
@@ -47,6 +47,7 @@ const BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request_1 = requir
|
|
|
47
47
|
const HkunlpInstructorXlVectorizerRequest_1 = require("./HkunlpInstructorXlVectorizerRequest");
|
|
48
48
|
const GoogleVertexAiVectorizerTextEmbedding004Request_1 = require("./GoogleVertexAiVectorizerTextEmbedding004Request");
|
|
49
49
|
const GoogleVertexAiVectorizerTextMultilingualEmbedding002Request_1 = require("./GoogleVertexAiVectorizerTextMultilingualEmbedding002Request");
|
|
50
|
+
const GoogleVertexAiVectorizerGeminiEmbedding001Request_1 = require("./GoogleVertexAiVectorizerGeminiEmbedding001Request");
|
|
50
51
|
const FastEmbedVectorizerBaaiBgeSmallEnV15Request_1 = require("./FastEmbedVectorizerBaaiBgeSmallEnV15Request");
|
|
51
52
|
exports.IndexingConfigVectorizerRequest = core.serialization.undiscriminatedUnion([
|
|
52
53
|
OpenAiVectorizerTextEmbedding3SmallRequest_1.OpenAiVectorizerTextEmbedding3SmallRequest,
|
|
@@ -58,5 +59,6 @@ exports.IndexingConfigVectorizerRequest = core.serialization.undiscriminatedUnio
|
|
|
58
59
|
HkunlpInstructorXlVectorizerRequest_1.HkunlpInstructorXlVectorizerRequest,
|
|
59
60
|
GoogleVertexAiVectorizerTextEmbedding004Request_1.GoogleVertexAiVectorizerTextEmbedding004Request,
|
|
60
61
|
GoogleVertexAiVectorizerTextMultilingualEmbedding002Request_1.GoogleVertexAiVectorizerTextMultilingualEmbedding002Request,
|
|
62
|
+
GoogleVertexAiVectorizerGeminiEmbedding001Request_1.GoogleVertexAiVectorizerGeminiEmbedding001Request,
|
|
61
63
|
FastEmbedVectorizerBaaiBgeSmallEnV15Request_1.FastEmbedVectorizerBaaiBgeSmallEnV15Request,
|
|
62
64
|
]);
|
|
@@ -41,5 +41,5 @@ const core = __importStar(require("../../core"));
|
|
|
41
41
|
const StringVellumValue_1 = require("./StringVellumValue");
|
|
42
42
|
exports.ThinkingVellumValue = core.serialization.object({
|
|
43
43
|
type: core.serialization.stringLiteral("THINKING"),
|
|
44
|
-
value:
|
|
44
|
+
value: StringVellumValue_1.StringVellumValue,
|
|
45
45
|
});
|
|
@@ -9,6 +9,6 @@ export declare const ThinkingVellumValueRequest: core.serialization.ObjectSchema
|
|
|
9
9
|
export declare namespace ThinkingVellumValueRequest {
|
|
10
10
|
interface Raw {
|
|
11
11
|
type: "THINKING";
|
|
12
|
-
value: StringVellumValueRequest.Raw
|
|
12
|
+
value: StringVellumValueRequest.Raw;
|
|
13
13
|
}
|
|
14
14
|
}
|
|
@@ -41,5 +41,5 @@ const core = __importStar(require("../../core"));
|
|
|
41
41
|
const StringVellumValueRequest_1 = require("./StringVellumValueRequest");
|
|
42
42
|
exports.ThinkingVellumValueRequest = core.serialization.object({
|
|
43
43
|
type: core.serialization.stringLiteral("THINKING"),
|
|
44
|
-
value:
|
|
44
|
+
value: StringVellumValueRequest_1.StringVellumValueRequest,
|
|
45
45
|
});
|
|
@@ -43,4 +43,6 @@ exports.WorkflowSandboxExample = core.serialization.object({
|
|
|
43
43
|
label: core.serialization.string(),
|
|
44
44
|
description: core.serialization.string().optionalNullable(),
|
|
45
45
|
iconName: core.serialization.property("icon_name", core.serialization.string().optionalNullable()),
|
|
46
|
+
uiImageUrl: core.serialization.property("ui_image_url", core.serialization.string().optionalNullable()),
|
|
47
|
+
codeImageUrl: core.serialization.property("code_image_url", core.serialization.string().optionalNullable()),
|
|
46
48
|
});
|
|
@@ -161,6 +161,8 @@ export * from "./GenerateStreamResult";
|
|
|
161
161
|
export * from "./GenerateStreamResultData";
|
|
162
162
|
export * from "./GoogleVertexAiVectorizerConfig";
|
|
163
163
|
export * from "./GoogleVertexAiVectorizerConfigRequest";
|
|
164
|
+
export * from "./GoogleVertexAiVectorizerGeminiEmbedding001";
|
|
165
|
+
export * from "./GoogleVertexAiVectorizerGeminiEmbedding001Request";
|
|
164
166
|
export * from "./GoogleVertexAiVectorizerTextEmbedding004";
|
|
165
167
|
export * from "./GoogleVertexAiVectorizerTextEmbedding004Request";
|
|
166
168
|
export * from "./GoogleVertexAiVectorizerTextMultilingualEmbedding002";
|
|
@@ -177,6 +177,8 @@ __exportStar(require("./GenerateStreamResult"), exports);
|
|
|
177
177
|
__exportStar(require("./GenerateStreamResultData"), exports);
|
|
178
178
|
__exportStar(require("./GoogleVertexAiVectorizerConfig"), exports);
|
|
179
179
|
__exportStar(require("./GoogleVertexAiVectorizerConfigRequest"), exports);
|
|
180
|
+
__exportStar(require("./GoogleVertexAiVectorizerGeminiEmbedding001"), exports);
|
|
181
|
+
__exportStar(require("./GoogleVertexAiVectorizerGeminiEmbedding001Request"), exports);
|
|
180
182
|
__exportStar(require("./GoogleVertexAiVectorizerTextEmbedding004"), exports);
|
|
181
183
|
__exportStar(require("./GoogleVertexAiVectorizerTextEmbedding004Request"), exports);
|
|
182
184
|
__exportStar(require("./GoogleVertexAiVectorizerTextMultilingualEmbedding002"), exports);
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "0.14.
|
|
1
|
+
export declare const SDK_VERSION = "0.14.84";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
|
@@ -42,5 +42,6 @@ const DocumentStatus_1 = require("../../../../types/DocumentStatus");
|
|
|
42
42
|
exports.PatchedDocumentUpdateRequest = core.serialization.object({
|
|
43
43
|
label: core.serialization.string().optional(),
|
|
44
44
|
status: DocumentStatus_1.DocumentStatus.optional(),
|
|
45
|
+
keywords: core.serialization.list(core.serialization.string()).optional(),
|
|
45
46
|
metadata: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optionalNullable(),
|
|
46
47
|
});
|
|
@@ -41,4 +41,5 @@ const core = __importStar(require("../../core"));
|
|
|
41
41
|
const CodeExecutionPackage_1 = require("./CodeExecutionPackage");
|
|
42
42
|
exports.ContainerImageBuildConfig = core.serialization.object({
|
|
43
43
|
packages: core.serialization.list(CodeExecutionPackage_1.CodeExecutionPackage),
|
|
44
|
+
userScript: core.serialization.property("user_script", core.serialization.string().optionalNullable()),
|
|
44
45
|
});
|
|
@@ -16,6 +16,7 @@ export declare namespace DocumentRead {
|
|
|
16
16
|
label: string;
|
|
17
17
|
processing_state: DocumentProcessingState.Raw;
|
|
18
18
|
status?: DocumentStatus.Raw | null;
|
|
19
|
+
keywords?: string[] | null;
|
|
19
20
|
original_file_url?: (string | null) | null;
|
|
20
21
|
document_to_document_indexes: DocumentDocumentToDocumentIndex.Raw[];
|
|
21
22
|
metadata?: (Record<string, unknown> | null) | null;
|
|
@@ -48,6 +48,7 @@ exports.DocumentRead = core.serialization.object({
|
|
|
48
48
|
label: core.serialization.string(),
|
|
49
49
|
processingState: core.serialization.property("processing_state", DocumentProcessingState_1.DocumentProcessingState),
|
|
50
50
|
status: DocumentStatus_1.DocumentStatus.optional(),
|
|
51
|
+
keywords: core.serialization.list(core.serialization.string()).optional(),
|
|
51
52
|
originalFileUrl: core.serialization.property("original_file_url", core.serialization.string().optionalNullable()),
|
|
52
53
|
documentToDocumentIndexes: core.serialization.property("document_to_document_indexes", core.serialization.list(DocumentDocumentToDocumentIndex_1.DocumentDocumentToDocumentIndex)),
|
|
53
54
|
metadata: core.serialization
|
|
@@ -43,5 +43,5 @@ exports.ExecutionThinkingVellumValue = core.serialization.object({
|
|
|
43
43
|
id: core.serialization.string(),
|
|
44
44
|
name: core.serialization.string(),
|
|
45
45
|
type: core.serialization.stringLiteral("THINKING"),
|
|
46
|
-
value:
|
|
46
|
+
value: StringVellumValue_1.StringVellumValue,
|
|
47
47
|
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "../index";
|
|
5
|
+
import * as Vellum from "../../api/index";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { GoogleVertexAiVectorizerConfig } from "./GoogleVertexAiVectorizerConfig";
|
|
8
|
+
export declare const GoogleVertexAiVectorizerGeminiEmbedding001: core.serialization.ObjectSchema<serializers.GoogleVertexAiVectorizerGeminiEmbedding001.Raw, Vellum.GoogleVertexAiVectorizerGeminiEmbedding001>;
|
|
9
|
+
export declare namespace GoogleVertexAiVectorizerGeminiEmbedding001 {
|
|
10
|
+
interface Raw {
|
|
11
|
+
model_name: "gemini-embedding-001";
|
|
12
|
+
config: GoogleVertexAiVectorizerConfig.Raw;
|
|
13
|
+
}
|
|
14
|
+
}
|