vellum-ai 0.5.1 → 0.6.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/Client.js +9 -9
- package/api/resources/deployments/client/Client.js +3 -3
- package/api/resources/documentIndexes/client/Client.d.ts +0 -74
- package/api/resources/documentIndexes/client/Client.js +10 -81
- package/api/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.d.ts +1 -66
- package/api/resources/documentIndexes/client/requests/DocumentIndexUpdateRequest.d.ts +0 -6
- package/api/resources/documentIndexes/client/requests/DocumentIndexesListRequest.d.ts +5 -1
- package/api/resources/documentIndexes/client/requests/PatchedDocumentIndexUpdateRequest.d.ts +0 -4
- package/api/resources/documents/client/Client.d.ts +8 -2
- package/api/resources/documents/client/Client.js +13 -7
- package/api/resources/folderEntities/client/Client.js +1 -1
- package/api/resources/sandboxes/client/Client.js +2 -2
- package/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/api/resources/testSuites/client/Client.js +3 -3
- package/api/resources/workflowDeployments/client/Client.js +2 -2
- package/api/types/AddOpenaiApiKeyEnum.d.ts +7 -0
- package/api/types/ArrayVariableValueItem.d.ts +1 -7
- package/api/types/ArrayVellumValueItem.d.ts +25 -0
- package/api/types/BasicVectorizerIntfloatMultilingualE5Large.d.ts +9 -0
- package/api/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.d.ts +9 -0
- package/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.d.ts +9 -0
- package/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.d.ts +9 -0
- package/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.d.ts +9 -0
- package/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.d.ts +9 -0
- package/api/types/DocumentIndexChunking.d.ts +16 -0
- package/api/types/DocumentIndexChunkingRequest.d.ts +16 -0
- package/api/types/DocumentIndexIndexingConfig.d.ts +8 -0
- package/api/types/DocumentIndexIndexingConfigRequest.d.ts +8 -0
- package/api/types/DocumentIndexRead.d.ts +1 -2
- package/api/types/ErrorVellumValue.d.ts +10 -0
- package/api/types/ErrorVellumValue.js +5 -0
- package/api/types/FunctionCall.d.ts +8 -8
- package/{dist/api/types/FulfilledFunctionCallRequest.d.ts → api/types/FunctionCallRequest.d.ts} +2 -2
- package/api/types/FunctionCallRequest.js +5 -0
- package/api/types/FunctionCallVariableValue.d.ts +1 -1
- package/{dist/api/types/NodeOutputCompiledFunctionValue.d.ts → api/types/FunctionCallVellumValue.d.ts} +4 -2
- package/api/types/FunctionCallVellumValue.js +5 -0
- package/api/types/HkunlpInstructorXlEnum.d.ts +4 -0
- package/api/types/HkunlpInstructorXlEnum.js +5 -0
- package/api/types/HkunlpInstructorXlVectorizer.d.ts +10 -0
- package/api/types/HkunlpInstructorXlVectorizer.js +5 -0
- package/api/types/HkunlpInstructorXlVectorizerRequest.d.ts +10 -0
- package/api/types/HkunlpInstructorXlVectorizerRequest.js +5 -0
- package/api/types/ImageVellumValue.d.ts +10 -0
- package/api/types/ImageVellumValue.js +5 -0
- package/api/types/IndexingConfigVectorizer.d.ts +28 -0
- package/api/types/IndexingConfigVectorizer.js +5 -0
- package/api/types/IndexingConfigVectorizerRequest.d.ts +28 -0
- package/api/types/IndexingConfigVectorizerRequest.js +5 -0
- package/api/types/InstructorVectorizerConfig.d.ts +11 -0
- package/api/types/InstructorVectorizerConfig.js +5 -0
- package/api/types/InstructorVectorizerConfigRequest.d.ts +11 -0
- package/api/types/InstructorVectorizerConfigRequest.js +5 -0
- package/api/types/IntfloatMultilingualE5LargeEnum.d.ts +4 -0
- package/api/types/IntfloatMultilingualE5LargeEnum.js +5 -0
- package/api/types/JsonVellumValue.d.ts +9 -0
- package/api/types/JsonVellumValue.js +5 -0
- package/api/types/MetricEnum.d.ts +4 -0
- package/api/types/MetricEnum.js +5 -0
- package/api/types/MetricNodeResult.d.ts +8 -0
- package/api/types/MetricNodeResult.js +5 -0
- package/api/types/NamedTestCaseFunctionCallVariableValue.d.ts +1 -1
- package/api/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +1 -1
- package/api/types/NodeOutputCompiledArrayValue.d.ts +5 -1
- package/api/types/NodeOutputCompiledChatHistoryValue.d.ts +5 -1
- package/api/types/NodeOutputCompiledErrorValue.d.ts +5 -1
- package/api/types/NodeOutputCompiledFunctionCallValue.d.ts +12 -0
- package/api/types/NodeOutputCompiledFunctionCallValue.js +5 -0
- package/api/types/NodeOutputCompiledJsonValue.d.ts +6 -1
- package/api/types/NodeOutputCompiledNumberValue.d.ts +6 -1
- package/api/types/NodeOutputCompiledSearchResultsValue.d.ts +5 -1
- package/api/types/NodeOutputCompiledStringValue.d.ts +6 -1
- package/api/types/NodeOutputCompiledValue.d.ts +1 -1
- package/api/types/NumberVellumValue.d.ts +9 -0
- package/api/types/NumberVellumValue.js +5 -0
- package/api/types/OpenAiVectorizerConfig.d.ts +10 -0
- package/api/types/OpenAiVectorizerConfig.js +5 -0
- package/api/types/OpenAiVectorizerConfigRequest.d.ts +10 -0
- package/api/types/OpenAiVectorizerConfigRequest.js +5 -0
- package/api/types/OpenAiVectorizerTextEmbedding3Large.d.ts +10 -0
- package/api/types/OpenAiVectorizerTextEmbedding3Large.js +5 -0
- package/api/types/OpenAiVectorizerTextEmbedding3LargeRequest.d.ts +10 -0
- package/api/types/OpenAiVectorizerTextEmbedding3LargeRequest.js +5 -0
- package/api/types/OpenAiVectorizerTextEmbedding3Small.d.ts +10 -0
- package/api/types/OpenAiVectorizerTextEmbedding3Small.js +5 -0
- package/api/types/OpenAiVectorizerTextEmbedding3SmallRequest.d.ts +10 -0
- package/api/types/OpenAiVectorizerTextEmbedding3SmallRequest.js +5 -0
- package/api/types/OpenAiVectorizerTextEmbeddingAda002.d.ts +10 -0
- package/api/types/OpenAiVectorizerTextEmbeddingAda002.js +5 -0
- package/api/types/OpenAiVectorizerTextEmbeddingAda002Request.d.ts +10 -0
- package/api/types/OpenAiVectorizerTextEmbeddingAda002Request.js +5 -0
- package/api/types/PromptOutput.d.ts +4 -4
- package/api/types/ReductoChunkerConfig.d.ts +9 -0
- package/api/types/ReductoChunkerConfig.js +5 -0
- package/api/types/ReductoChunkerConfigRequest.d.ts +9 -0
- package/api/types/ReductoChunkerConfigRequest.js +5 -0
- package/api/types/ReductoChunkerEnum.d.ts +4 -0
- package/api/types/ReductoChunkerEnum.js +5 -0
- package/api/types/ReductoChunking.d.ts +10 -0
- package/api/types/ReductoChunking.js +5 -0
- package/api/types/ReductoChunkingRequest.d.ts +10 -0
- package/api/types/ReductoChunkingRequest.js +5 -0
- package/api/types/SentenceChunkerConfig.d.ts +10 -0
- package/api/types/SentenceChunkerConfig.js +5 -0
- package/api/types/SentenceChunkerConfigRequest.d.ts +10 -0
- package/api/types/SentenceChunkerConfigRequest.js +5 -0
- package/api/types/SentenceChunkerEnum.d.ts +4 -0
- package/api/types/SentenceChunkerEnum.js +5 -0
- package/api/types/SentenceChunking.d.ts +10 -0
- package/api/types/SentenceChunking.js +5 -0
- package/api/types/SentenceChunkingRequest.d.ts +10 -0
- package/api/types/SentenceChunkingRequest.js +5 -0
- package/api/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.d.ts +4 -0
- package/api/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.js +5 -0
- package/api/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.d.ts +4 -0
- package/api/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.js +5 -0
- package/api/types/StringVellumValue.d.ts +9 -0
- package/api/types/StringVellumValue.js +5 -0
- package/api/types/TestCaseFunctionCallVariableValue.d.ts +1 -1
- package/api/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +1 -1
- package/api/types/TextEmbedding3LargeEnum.d.ts +4 -0
- package/api/types/TextEmbedding3LargeEnum.js +5 -0
- package/api/types/TextEmbedding3SmallEnum.d.ts +4 -0
- package/api/types/TextEmbedding3SmallEnum.js +5 -0
- package/api/types/TextEmbeddingAda002Enum.d.ts +4 -0
- package/api/types/TextEmbeddingAda002Enum.js +5 -0
- package/api/types/TokenOverlappingWindowChunkerConfig.d.ts +10 -0
- package/api/types/TokenOverlappingWindowChunkerConfig.js +5 -0
- package/api/types/TokenOverlappingWindowChunkerConfigRequest.d.ts +10 -0
- package/api/types/TokenOverlappingWindowChunkerConfigRequest.js +5 -0
- package/api/types/TokenOverlappingWindowChunkerEnum.d.ts +4 -0
- package/api/types/TokenOverlappingWindowChunkerEnum.js +5 -0
- package/api/types/TokenOverlappingWindowChunking.d.ts +10 -0
- package/api/types/TokenOverlappingWindowChunking.js +5 -0
- package/api/types/TokenOverlappingWindowChunkingRequest.d.ts +10 -0
- package/api/types/TokenOverlappingWindowChunkingRequest.js +5 -0
- package/api/types/WorkflowExecutionActualChatHistoryRequest.d.ts +2 -0
- package/api/types/WorkflowExecutionActualJsonRequest.d.ts +2 -0
- package/api/types/WorkflowExecutionActualStringRequest.d.ts +2 -0
- package/api/types/WorkflowNodeResultData.d.ts +4 -1
- package/api/types/WorkflowOutputArray.d.ts +1 -1
- package/api/types/index.d.ts +58 -6
- package/api/types/index.js +58 -6
- package/dist/Client.js +9 -9
- package/dist/api/resources/deployments/client/Client.js +3 -3
- package/dist/api/resources/documentIndexes/client/Client.d.ts +0 -74
- package/dist/api/resources/documentIndexes/client/Client.js +10 -81
- package/dist/api/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.d.ts +1 -66
- package/dist/api/resources/documentIndexes/client/requests/DocumentIndexUpdateRequest.d.ts +0 -6
- package/dist/api/resources/documentIndexes/client/requests/DocumentIndexesListRequest.d.ts +5 -1
- package/dist/api/resources/documentIndexes/client/requests/PatchedDocumentIndexUpdateRequest.d.ts +0 -4
- package/dist/api/resources/documents/client/Client.d.ts +8 -2
- package/dist/api/resources/documents/client/Client.js +13 -7
- package/dist/api/resources/folderEntities/client/Client.js +1 -1
- package/dist/api/resources/sandboxes/client/Client.js +2 -2
- package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/dist/api/resources/testSuites/client/Client.js +3 -3
- package/dist/api/resources/workflowDeployments/client/Client.js +2 -2
- package/dist/api/types/AddOpenaiApiKeyEnum.d.ts +7 -0
- package/dist/api/types/AddOpenaiApiKeyEnum.js +5 -0
- package/dist/api/types/ArrayVariableValueItem.d.ts +1 -7
- package/dist/api/types/ArrayVellumValueItem.d.ts +25 -0
- package/dist/api/types/ArrayVellumValueItem.js +5 -0
- package/dist/api/types/BasicVectorizerIntfloatMultilingualE5Large.d.ts +9 -0
- package/dist/api/types/BasicVectorizerIntfloatMultilingualE5Large.js +5 -0
- package/dist/api/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.d.ts +9 -0
- package/dist/api/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.js +5 -0
- package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.d.ts +9 -0
- package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.js +5 -0
- package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.d.ts +9 -0
- package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.js +5 -0
- package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.d.ts +9 -0
- package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.js +5 -0
- package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.d.ts +9 -0
- package/dist/api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.js +5 -0
- package/dist/api/types/DocumentIndexChunking.d.ts +16 -0
- package/dist/api/types/DocumentIndexChunking.js +5 -0
- package/dist/api/types/DocumentIndexChunkingRequest.d.ts +16 -0
- package/dist/api/types/DocumentIndexChunkingRequest.js +5 -0
- package/dist/api/types/DocumentIndexIndexingConfig.d.ts +8 -0
- package/dist/api/types/DocumentIndexIndexingConfig.js +5 -0
- package/dist/api/types/DocumentIndexIndexingConfigRequest.d.ts +8 -0
- package/dist/api/types/DocumentIndexIndexingConfigRequest.js +5 -0
- package/dist/api/types/DocumentIndexRead.d.ts +1 -2
- package/dist/api/types/ErrorVellumValue.d.ts +10 -0
- package/dist/api/types/ErrorVellumValue.js +5 -0
- package/dist/api/types/FunctionCall.d.ts +8 -8
- package/{api/types/FulfilledFunctionCallRequest.d.ts → dist/api/types/FunctionCallRequest.d.ts} +2 -2
- package/dist/api/types/FunctionCallRequest.js +5 -0
- package/dist/api/types/FunctionCallVariableValue.d.ts +1 -1
- package/{api/types/NodeOutputCompiledFunctionValue.d.ts → dist/api/types/FunctionCallVellumValue.d.ts} +4 -2
- package/dist/api/types/FunctionCallVellumValue.js +5 -0
- package/dist/api/types/HkunlpInstructorXlEnum.d.ts +4 -0
- package/dist/api/types/HkunlpInstructorXlEnum.js +5 -0
- package/dist/api/types/HkunlpInstructorXlVectorizer.d.ts +10 -0
- package/dist/api/types/HkunlpInstructorXlVectorizer.js +5 -0
- package/dist/api/types/HkunlpInstructorXlVectorizerRequest.d.ts +10 -0
- package/dist/api/types/HkunlpInstructorXlVectorizerRequest.js +5 -0
- package/dist/api/types/ImageVellumValue.d.ts +10 -0
- package/dist/api/types/ImageVellumValue.js +5 -0
- package/dist/api/types/IndexingConfigVectorizer.d.ts +28 -0
- package/dist/api/types/IndexingConfigVectorizer.js +5 -0
- package/dist/api/types/IndexingConfigVectorizerRequest.d.ts +28 -0
- package/dist/api/types/IndexingConfigVectorizerRequest.js +5 -0
- package/dist/api/types/InstructorVectorizerConfig.d.ts +11 -0
- package/dist/api/types/InstructorVectorizerConfig.js +5 -0
- package/dist/api/types/InstructorVectorizerConfigRequest.d.ts +11 -0
- package/dist/api/types/InstructorVectorizerConfigRequest.js +5 -0
- package/dist/api/types/IntfloatMultilingualE5LargeEnum.d.ts +4 -0
- package/dist/api/types/IntfloatMultilingualE5LargeEnum.js +5 -0
- package/dist/api/types/JsonVellumValue.d.ts +9 -0
- package/dist/api/types/JsonVellumValue.js +5 -0
- package/dist/api/types/MetricEnum.d.ts +4 -0
- package/dist/api/types/MetricEnum.js +5 -0
- package/dist/api/types/MetricNodeResult.d.ts +8 -0
- package/dist/api/types/MetricNodeResult.js +5 -0
- package/dist/api/types/NamedTestCaseFunctionCallVariableValue.d.ts +1 -1
- package/dist/api/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +1 -1
- package/dist/api/types/NodeOutputCompiledArrayValue.d.ts +5 -1
- package/dist/api/types/NodeOutputCompiledChatHistoryValue.d.ts +5 -1
- package/dist/api/types/NodeOutputCompiledErrorValue.d.ts +5 -1
- package/dist/api/types/NodeOutputCompiledFunctionCallValue.d.ts +12 -0
- package/dist/api/types/NodeOutputCompiledFunctionCallValue.js +5 -0
- package/dist/api/types/NodeOutputCompiledJsonValue.d.ts +6 -1
- package/dist/api/types/NodeOutputCompiledNumberValue.d.ts +6 -1
- package/dist/api/types/NodeOutputCompiledSearchResultsValue.d.ts +5 -1
- package/dist/api/types/NodeOutputCompiledStringValue.d.ts +6 -1
- package/dist/api/types/NodeOutputCompiledValue.d.ts +1 -1
- package/dist/api/types/NumberVellumValue.d.ts +9 -0
- package/dist/api/types/NumberVellumValue.js +5 -0
- package/dist/api/types/OpenAiVectorizerConfig.d.ts +10 -0
- package/dist/api/types/OpenAiVectorizerConfig.js +5 -0
- package/dist/api/types/OpenAiVectorizerConfigRequest.d.ts +10 -0
- package/dist/api/types/OpenAiVectorizerConfigRequest.js +5 -0
- package/dist/api/types/OpenAiVectorizerTextEmbedding3Large.d.ts +10 -0
- package/dist/api/types/OpenAiVectorizerTextEmbedding3Large.js +5 -0
- package/dist/api/types/OpenAiVectorizerTextEmbedding3LargeRequest.d.ts +10 -0
- package/dist/api/types/OpenAiVectorizerTextEmbedding3LargeRequest.js +5 -0
- package/dist/api/types/OpenAiVectorizerTextEmbedding3Small.d.ts +10 -0
- package/dist/api/types/OpenAiVectorizerTextEmbedding3Small.js +5 -0
- package/dist/api/types/OpenAiVectorizerTextEmbedding3SmallRequest.d.ts +10 -0
- package/dist/api/types/OpenAiVectorizerTextEmbedding3SmallRequest.js +5 -0
- package/dist/api/types/OpenAiVectorizerTextEmbeddingAda002.d.ts +10 -0
- package/dist/api/types/OpenAiVectorizerTextEmbeddingAda002.js +5 -0
- package/dist/api/types/OpenAiVectorizerTextEmbeddingAda002Request.d.ts +10 -0
- package/dist/api/types/OpenAiVectorizerTextEmbeddingAda002Request.js +5 -0
- package/dist/api/types/PromptOutput.d.ts +4 -4
- package/dist/api/types/ReductoChunkerConfig.d.ts +9 -0
- package/dist/api/types/ReductoChunkerConfig.js +5 -0
- package/dist/api/types/ReductoChunkerConfigRequest.d.ts +9 -0
- package/dist/api/types/ReductoChunkerConfigRequest.js +5 -0
- package/dist/api/types/ReductoChunkerEnum.d.ts +4 -0
- package/dist/api/types/ReductoChunkerEnum.js +5 -0
- package/dist/api/types/ReductoChunking.d.ts +10 -0
- package/dist/api/types/ReductoChunking.js +5 -0
- package/dist/api/types/ReductoChunkingRequest.d.ts +10 -0
- package/dist/api/types/ReductoChunkingRequest.js +5 -0
- package/dist/api/types/SentenceChunkerConfig.d.ts +10 -0
- package/dist/api/types/SentenceChunkerConfig.js +5 -0
- package/dist/api/types/SentenceChunkerConfigRequest.d.ts +10 -0
- package/dist/api/types/SentenceChunkerConfigRequest.js +5 -0
- package/dist/api/types/SentenceChunkerEnum.d.ts +4 -0
- package/dist/api/types/SentenceChunkerEnum.js +5 -0
- package/dist/api/types/SentenceChunking.d.ts +10 -0
- package/dist/api/types/SentenceChunking.js +5 -0
- package/dist/api/types/SentenceChunkingRequest.d.ts +10 -0
- package/dist/api/types/SentenceChunkingRequest.js +5 -0
- package/dist/api/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.d.ts +4 -0
- package/dist/api/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.js +5 -0
- package/dist/api/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.d.ts +4 -0
- package/dist/api/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.js +5 -0
- package/dist/api/types/StringVellumValue.d.ts +9 -0
- package/dist/api/types/StringVellumValue.js +5 -0
- package/dist/api/types/TestCaseFunctionCallVariableValue.d.ts +1 -1
- package/dist/api/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +1 -1
- package/dist/api/types/TextEmbedding3LargeEnum.d.ts +4 -0
- package/dist/api/types/TextEmbedding3LargeEnum.js +5 -0
- package/dist/api/types/TextEmbedding3SmallEnum.d.ts +4 -0
- package/dist/api/types/TextEmbedding3SmallEnum.js +5 -0
- package/dist/api/types/TextEmbeddingAda002Enum.d.ts +4 -0
- package/dist/api/types/TextEmbeddingAda002Enum.js +5 -0
- package/dist/api/types/TokenOverlappingWindowChunkerConfig.d.ts +10 -0
- package/dist/api/types/TokenOverlappingWindowChunkerConfig.js +5 -0
- package/dist/api/types/TokenOverlappingWindowChunkerConfigRequest.d.ts +10 -0
- package/dist/api/types/TokenOverlappingWindowChunkerConfigRequest.js +5 -0
- package/dist/api/types/TokenOverlappingWindowChunkerEnum.d.ts +4 -0
- package/dist/api/types/TokenOverlappingWindowChunkerEnum.js +5 -0
- package/dist/api/types/TokenOverlappingWindowChunking.d.ts +10 -0
- package/dist/api/types/TokenOverlappingWindowChunking.js +5 -0
- package/dist/api/types/TokenOverlappingWindowChunkingRequest.d.ts +10 -0
- package/dist/api/types/TokenOverlappingWindowChunkingRequest.js +5 -0
- package/dist/api/types/WorkflowExecutionActualChatHistoryRequest.d.ts +2 -0
- package/dist/api/types/WorkflowExecutionActualJsonRequest.d.ts +2 -0
- package/dist/api/types/WorkflowExecutionActualStringRequest.d.ts +2 -0
- package/dist/api/types/WorkflowNodeResultData.d.ts +4 -1
- package/dist/api/types/WorkflowOutputArray.d.ts +1 -1
- package/dist/api/types/index.d.ts +58 -6
- package/dist/api/types/index.js +58 -6
- package/dist/serialization/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.d.ts +2 -1
- package/dist/serialization/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.js +2 -1
- package/dist/serialization/types/AddOpenaiApiKeyEnum.d.ts +10 -0
- package/dist/serialization/types/AddOpenaiApiKeyEnum.js +31 -0
- package/dist/serialization/types/ArrayVariableValueItem.d.ts +1 -9
- package/dist/serialization/types/ArrayVariableValueItem.js +0 -4
- package/dist/serialization/types/ArrayVellumValueItem.d.ts +34 -0
- package/dist/serialization/types/ArrayVellumValueItem.js +49 -0
- package/dist/serialization/types/BasicVectorizerIntfloatMultilingualE5Large.d.ts +12 -0
- package/dist/serialization/types/BasicVectorizerIntfloatMultilingualE5Large.js +33 -0
- package/dist/serialization/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.d.ts +12 -0
- package/dist/serialization/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.js +33 -0
- package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.d.ts +12 -0
- package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.js +33 -0
- package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.d.ts +12 -0
- package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.js +33 -0
- package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.d.ts +12 -0
- package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.js +33 -0
- package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.d.ts +12 -0
- package/dist/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.js +33 -0
- package/dist/serialization/types/DocumentIndexChunking.d.ts +22 -0
- package/dist/serialization/types/DocumentIndexChunking.js +43 -0
- package/dist/serialization/types/DocumentIndexChunkingRequest.d.ts +22 -0
- package/dist/serialization/types/DocumentIndexChunkingRequest.js +43 -0
- package/dist/serialization/types/DocumentIndexIndexingConfig.d.ts +15 -0
- package/dist/serialization/types/DocumentIndexIndexingConfig.js +36 -0
- package/dist/serialization/types/DocumentIndexIndexingConfigRequest.d.ts +15 -0
- package/dist/serialization/types/DocumentIndexIndexingConfigRequest.js +36 -0
- package/dist/serialization/types/DocumentIndexRead.d.ts +2 -1
- package/dist/serialization/types/DocumentIndexRead.js +2 -1
- package/dist/serialization/types/ErrorVellumValue.d.ts +13 -0
- package/dist/serialization/types/{RejectedFunctionCall.js → ErrorVellumValue.js} +3 -5
- package/dist/serialization/types/FunctionCall.d.ts +7 -9
- package/dist/serialization/types/FunctionCall.js +6 -10
- package/dist/serialization/types/{FulfilledFunctionCallRequest.d.ts → FunctionCallRequest.d.ts} +3 -3
- package/{serialization/types/FulfilledFunctionCallRequest.js → dist/serialization/types/FunctionCallRequest.js} +3 -3
- package/dist/serialization/types/FunctionCallVariableValue.d.ts +1 -1
- package/dist/serialization/types/FunctionCallVariableValue.js +1 -1
- package/{serialization/types/NodeOutputCompiledFunctionValue.d.ts → dist/serialization/types/FunctionCallVellumValue.d.ts} +2 -3
- package/{serialization/types/NodeOutputCompiledFunctionValue.js → dist/serialization/types/FunctionCallVellumValue.js} +2 -3
- package/dist/serialization/types/HkunlpInstructorXlEnum.d.ts +10 -0
- package/dist/serialization/types/HkunlpInstructorXlEnum.js +31 -0
- package/dist/serialization/types/HkunlpInstructorXlVectorizer.d.ts +13 -0
- package/dist/serialization/types/HkunlpInstructorXlVectorizer.js +34 -0
- package/dist/serialization/types/HkunlpInstructorXlVectorizerRequest.d.ts +13 -0
- package/dist/serialization/types/HkunlpInstructorXlVectorizerRequest.js +34 -0
- package/dist/serialization/types/ImageVellumValue.d.ts +13 -0
- package/dist/serialization/types/{ChatHistoryVariableValue.js → ImageVellumValue.js} +4 -4
- package/dist/serialization/types/IndexingConfigVectorizer.d.ts +38 -0
- package/dist/serialization/types/IndexingConfigVectorizer.js +51 -0
- package/dist/serialization/types/IndexingConfigVectorizerRequest.d.ts +38 -0
- package/dist/serialization/types/IndexingConfigVectorizerRequest.js +51 -0
- package/dist/serialization/types/InstructorVectorizerConfig.d.ts +14 -0
- package/dist/serialization/types/InstructorVectorizerConfig.js +35 -0
- package/dist/serialization/types/InstructorVectorizerConfigRequest.d.ts +14 -0
- package/dist/serialization/types/InstructorVectorizerConfigRequest.js +35 -0
- package/dist/serialization/types/IntfloatMultilingualE5LargeEnum.d.ts +10 -0
- package/dist/serialization/types/IntfloatMultilingualE5LargeEnum.js +31 -0
- package/dist/serialization/types/JsonVellumValue.d.ts +12 -0
- package/{serialization/types/ChatHistoryVariableValue.js → dist/serialization/types/JsonVellumValue.js} +3 -4
- package/dist/serialization/types/MetricEnum.d.ts +10 -0
- package/dist/serialization/types/MetricEnum.js +31 -0
- package/dist/serialization/types/MetricNodeResult.d.ts +11 -0
- package/dist/serialization/types/MetricNodeResult.js +31 -0
- package/dist/serialization/types/NamedTestCaseFunctionCallVariableValue.d.ts +2 -2
- package/dist/serialization/types/NamedTestCaseFunctionCallVariableValue.js +2 -2
- package/dist/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +2 -2
- package/dist/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.js +2 -2
- package/dist/serialization/types/NodeOutputCompiledArrayValue.d.ts +4 -2
- package/dist/serialization/types/NodeOutputCompiledArrayValue.js +4 -2
- package/dist/serialization/types/NodeOutputCompiledChatHistoryValue.d.ts +3 -1
- package/dist/serialization/types/NodeOutputCompiledChatHistoryValue.js +3 -1
- package/dist/serialization/types/NodeOutputCompiledErrorValue.d.ts +3 -1
- package/dist/serialization/types/NodeOutputCompiledErrorValue.js +3 -1
- package/dist/serialization/types/NodeOutputCompiledFunctionCallValue.d.ts +16 -0
- package/dist/serialization/types/NodeOutputCompiledFunctionCallValue.js +37 -0
- package/dist/serialization/types/NodeOutputCompiledJsonValue.d.ts +3 -1
- package/dist/serialization/types/NodeOutputCompiledJsonValue.js +3 -1
- package/dist/serialization/types/NodeOutputCompiledNumberValue.d.ts +3 -1
- package/dist/serialization/types/NodeOutputCompiledNumberValue.js +3 -1
- package/dist/serialization/types/NodeOutputCompiledSearchResultsValue.d.ts +3 -1
- package/dist/serialization/types/NodeOutputCompiledSearchResultsValue.js +3 -1
- package/dist/serialization/types/NodeOutputCompiledStringValue.d.ts +3 -1
- package/dist/serialization/types/NodeOutputCompiledStringValue.js +3 -1
- package/dist/serialization/types/NodeOutputCompiledValue.d.ts +2 -2
- package/dist/serialization/types/NodeOutputCompiledValue.js +2 -2
- package/dist/serialization/types/NumberVellumValue.d.ts +12 -0
- package/{serialization/types/SearchResultsVariableValue.js → dist/serialization/types/NumberVellumValue.js} +3 -4
- package/dist/serialization/types/OpenAiVectorizerConfig.d.ts +13 -0
- package/dist/serialization/types/{FulfilledFunctionCall.js → OpenAiVectorizerConfig.js} +4 -5
- package/dist/serialization/types/OpenAiVectorizerConfigRequest.d.ts +13 -0
- package/dist/serialization/types/OpenAiVectorizerConfigRequest.js +34 -0
- package/dist/serialization/types/OpenAiVectorizerTextEmbedding3Large.d.ts +13 -0
- package/dist/serialization/types/OpenAiVectorizerTextEmbedding3Large.js +34 -0
- package/dist/serialization/types/OpenAiVectorizerTextEmbedding3LargeRequest.d.ts +13 -0
- package/dist/serialization/types/OpenAiVectorizerTextEmbedding3LargeRequest.js +34 -0
- package/dist/serialization/types/OpenAiVectorizerTextEmbedding3Small.d.ts +13 -0
- package/dist/serialization/types/OpenAiVectorizerTextEmbedding3Small.js +34 -0
- package/dist/serialization/types/OpenAiVectorizerTextEmbedding3SmallRequest.d.ts +13 -0
- package/dist/serialization/types/OpenAiVectorizerTextEmbedding3SmallRequest.js +34 -0
- package/dist/serialization/types/OpenAiVectorizerTextEmbeddingAda002.d.ts +13 -0
- package/dist/serialization/types/OpenAiVectorizerTextEmbeddingAda002.js +34 -0
- package/dist/serialization/types/OpenAiVectorizerTextEmbeddingAda002Request.d.ts +13 -0
- package/dist/serialization/types/OpenAiVectorizerTextEmbeddingAda002Request.js +34 -0
- package/dist/serialization/types/PromptOutput.d.ts +8 -8
- package/dist/serialization/types/PromptOutput.js +8 -8
- package/dist/serialization/types/ReductoChunkerConfig.d.ts +12 -0
- package/dist/serialization/types/{SearchResultsVariableValue.js → ReductoChunkerConfig.js} +3 -4
- package/dist/serialization/types/ReductoChunkerConfigRequest.d.ts +12 -0
- package/dist/serialization/types/ReductoChunkerConfigRequest.js +33 -0
- package/dist/serialization/types/ReductoChunkerEnum.d.ts +10 -0
- package/dist/serialization/types/ReductoChunkerEnum.js +31 -0
- package/dist/serialization/types/ReductoChunking.d.ts +13 -0
- package/dist/serialization/types/ReductoChunking.js +34 -0
- package/dist/serialization/types/ReductoChunkingRequest.d.ts +13 -0
- package/dist/serialization/types/ReductoChunkingRequest.js +34 -0
- package/dist/serialization/types/SentenceChunkerConfig.d.ts +13 -0
- package/dist/serialization/types/SentenceChunkerConfig.js +34 -0
- package/dist/serialization/types/SentenceChunkerConfigRequest.d.ts +13 -0
- package/dist/serialization/types/SentenceChunkerConfigRequest.js +34 -0
- package/dist/serialization/types/SentenceChunkerEnum.d.ts +10 -0
- package/dist/serialization/types/SentenceChunkerEnum.js +31 -0
- package/dist/serialization/types/SentenceChunking.d.ts +13 -0
- package/dist/serialization/types/SentenceChunking.js +34 -0
- package/dist/serialization/types/SentenceChunkingRequest.d.ts +13 -0
- package/dist/serialization/types/SentenceChunkingRequest.js +34 -0
- package/dist/serialization/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.d.ts +10 -0
- package/dist/serialization/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.js +31 -0
- package/dist/serialization/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.d.ts +10 -0
- package/dist/serialization/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.js +31 -0
- package/dist/serialization/types/StringVellumValue.d.ts +12 -0
- package/dist/serialization/types/StringVellumValue.js +33 -0
- package/dist/serialization/types/TestCaseFunctionCallVariableValue.d.ts +2 -2
- package/dist/serialization/types/TestCaseFunctionCallVariableValue.js +2 -2
- package/dist/serialization/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +2 -2
- package/dist/serialization/types/TestSuiteRunExecutionFunctionCallOutput.js +2 -2
- package/dist/serialization/types/TextEmbedding3LargeEnum.d.ts +10 -0
- package/dist/serialization/types/TextEmbedding3LargeEnum.js +31 -0
- package/dist/serialization/types/TextEmbedding3SmallEnum.d.ts +10 -0
- package/dist/serialization/types/TextEmbedding3SmallEnum.js +31 -0
- package/dist/serialization/types/TextEmbeddingAda002Enum.d.ts +10 -0
- package/dist/serialization/types/TextEmbeddingAda002Enum.js +31 -0
- package/dist/serialization/types/TokenOverlappingWindowChunkerConfig.d.ts +13 -0
- package/dist/serialization/types/TokenOverlappingWindowChunkerConfig.js +34 -0
- package/dist/serialization/types/TokenOverlappingWindowChunkerConfigRequest.d.ts +13 -0
- package/dist/serialization/types/TokenOverlappingWindowChunkerConfigRequest.js +34 -0
- package/dist/serialization/types/TokenOverlappingWindowChunkerEnum.d.ts +10 -0
- package/dist/serialization/types/TokenOverlappingWindowChunkerEnum.js +31 -0
- package/dist/serialization/types/TokenOverlappingWindowChunking.d.ts +13 -0
- package/dist/serialization/types/TokenOverlappingWindowChunking.js +34 -0
- package/dist/serialization/types/TokenOverlappingWindowChunkingRequest.d.ts +13 -0
- package/dist/serialization/types/TokenOverlappingWindowChunkingRequest.js +34 -0
- package/dist/serialization/types/WorkflowExecutionActualChatHistoryRequest.d.ts +1 -0
- package/dist/serialization/types/WorkflowExecutionActualChatHistoryRequest.js +1 -0
- package/dist/serialization/types/WorkflowExecutionActualJsonRequest.d.ts +1 -0
- package/dist/serialization/types/WorkflowExecutionActualJsonRequest.js +1 -0
- package/dist/serialization/types/WorkflowExecutionActualStringRequest.d.ts +1 -0
- package/dist/serialization/types/WorkflowExecutionActualStringRequest.js +1 -0
- package/dist/serialization/types/WorkflowNodeResultData.d.ts +5 -1
- package/dist/serialization/types/WorkflowNodeResultData.js +2 -0
- package/dist/serialization/types/WorkflowOutputArray.d.ts +2 -2
- package/dist/serialization/types/WorkflowOutputArray.js +2 -2
- package/dist/serialization/types/index.d.ts +58 -6
- package/dist/serialization/types/index.js +58 -6
- package/package.json +1 -1
- package/serialization/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.d.ts +2 -1
- package/serialization/resources/documentIndexes/client/requests/DocumentIndexCreateRequest.js +2 -1
- package/serialization/types/AddOpenaiApiKeyEnum.d.ts +10 -0
- package/serialization/types/AddOpenaiApiKeyEnum.js +31 -0
- package/serialization/types/ArrayVariableValueItem.d.ts +1 -9
- package/serialization/types/ArrayVariableValueItem.js +0 -4
- package/serialization/types/ArrayVellumValueItem.d.ts +34 -0
- package/serialization/types/ArrayVellumValueItem.js +49 -0
- package/serialization/types/BasicVectorizerIntfloatMultilingualE5Large.d.ts +12 -0
- package/serialization/types/BasicVectorizerIntfloatMultilingualE5Large.js +33 -0
- package/serialization/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.d.ts +12 -0
- package/serialization/types/BasicVectorizerIntfloatMultilingualE5LargeRequest.js +33 -0
- package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.d.ts +12 -0
- package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.js +33 -0
- package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.d.ts +12 -0
- package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.js +33 -0
- package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.d.ts +12 -0
- package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.js +33 -0
- package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.d.ts +12 -0
- package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.js +33 -0
- package/serialization/types/DocumentIndexChunking.d.ts +22 -0
- package/serialization/types/DocumentIndexChunking.js +43 -0
- package/serialization/types/DocumentIndexChunkingRequest.d.ts +22 -0
- package/serialization/types/DocumentIndexChunkingRequest.js +43 -0
- package/serialization/types/DocumentIndexIndexingConfig.d.ts +15 -0
- package/serialization/types/DocumentIndexIndexingConfig.js +36 -0
- package/serialization/types/DocumentIndexIndexingConfigRequest.d.ts +15 -0
- package/serialization/types/DocumentIndexIndexingConfigRequest.js +36 -0
- package/serialization/types/DocumentIndexRead.d.ts +2 -1
- package/serialization/types/DocumentIndexRead.js +2 -1
- package/serialization/types/ErrorVellumValue.d.ts +13 -0
- package/serialization/types/{RejectedFunctionCall.js → ErrorVellumValue.js} +3 -5
- package/serialization/types/FunctionCall.d.ts +7 -9
- package/serialization/types/FunctionCall.js +6 -10
- package/serialization/types/{FulfilledFunctionCallRequest.d.ts → FunctionCallRequest.d.ts} +3 -3
- package/{dist/serialization/types/FulfilledFunctionCallRequest.js → serialization/types/FunctionCallRequest.js} +3 -3
- package/serialization/types/FunctionCallVariableValue.d.ts +1 -1
- package/serialization/types/FunctionCallVariableValue.js +1 -1
- package/{dist/serialization/types/NodeOutputCompiledFunctionValue.d.ts → serialization/types/FunctionCallVellumValue.d.ts} +2 -3
- package/{dist/serialization/types/NodeOutputCompiledFunctionValue.js → serialization/types/FunctionCallVellumValue.js} +2 -3
- package/serialization/types/HkunlpInstructorXlEnum.d.ts +10 -0
- package/serialization/types/HkunlpInstructorXlEnum.js +31 -0
- package/serialization/types/HkunlpInstructorXlVectorizer.d.ts +13 -0
- package/serialization/types/HkunlpInstructorXlVectorizer.js +34 -0
- package/serialization/types/HkunlpInstructorXlVectorizerRequest.d.ts +13 -0
- package/serialization/types/HkunlpInstructorXlVectorizerRequest.js +34 -0
- package/serialization/types/ImageVellumValue.d.ts +13 -0
- package/serialization/types/ImageVellumValue.js +34 -0
- package/serialization/types/IndexingConfigVectorizer.d.ts +38 -0
- package/serialization/types/IndexingConfigVectorizer.js +51 -0
- package/serialization/types/IndexingConfigVectorizerRequest.d.ts +38 -0
- package/serialization/types/IndexingConfigVectorizerRequest.js +51 -0
- package/serialization/types/InstructorVectorizerConfig.d.ts +14 -0
- package/serialization/types/InstructorVectorizerConfig.js +35 -0
- package/serialization/types/InstructorVectorizerConfigRequest.d.ts +14 -0
- package/serialization/types/InstructorVectorizerConfigRequest.js +35 -0
- package/serialization/types/IntfloatMultilingualE5LargeEnum.d.ts +10 -0
- package/serialization/types/IntfloatMultilingualE5LargeEnum.js +31 -0
- package/serialization/types/JsonVellumValue.d.ts +12 -0
- package/serialization/types/JsonVellumValue.js +33 -0
- package/serialization/types/MetricEnum.d.ts +10 -0
- package/serialization/types/MetricEnum.js +31 -0
- package/serialization/types/MetricNodeResult.d.ts +11 -0
- package/serialization/types/MetricNodeResult.js +31 -0
- package/serialization/types/NamedTestCaseFunctionCallVariableValue.d.ts +2 -2
- package/serialization/types/NamedTestCaseFunctionCallVariableValue.js +2 -2
- package/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.d.ts +2 -2
- package/serialization/types/NamedTestCaseFunctionCallVariableValueRequest.js +2 -2
- package/serialization/types/NodeOutputCompiledArrayValue.d.ts +4 -2
- package/serialization/types/NodeOutputCompiledArrayValue.js +4 -2
- package/serialization/types/NodeOutputCompiledChatHistoryValue.d.ts +3 -1
- package/serialization/types/NodeOutputCompiledChatHistoryValue.js +3 -1
- package/serialization/types/NodeOutputCompiledErrorValue.d.ts +3 -1
- package/serialization/types/NodeOutputCompiledErrorValue.js +3 -1
- package/serialization/types/NodeOutputCompiledFunctionCallValue.d.ts +16 -0
- package/serialization/types/NodeOutputCompiledFunctionCallValue.js +37 -0
- package/serialization/types/NodeOutputCompiledJsonValue.d.ts +3 -1
- package/serialization/types/NodeOutputCompiledJsonValue.js +3 -1
- package/serialization/types/NodeOutputCompiledNumberValue.d.ts +3 -1
- package/serialization/types/NodeOutputCompiledNumberValue.js +3 -1
- package/serialization/types/NodeOutputCompiledSearchResultsValue.d.ts +3 -1
- package/serialization/types/NodeOutputCompiledSearchResultsValue.js +3 -1
- package/serialization/types/NodeOutputCompiledStringValue.d.ts +3 -1
- package/serialization/types/NodeOutputCompiledStringValue.js +3 -1
- package/serialization/types/NodeOutputCompiledValue.d.ts +2 -2
- package/serialization/types/NodeOutputCompiledValue.js +2 -2
- package/serialization/types/NumberVellumValue.d.ts +12 -0
- package/serialization/types/NumberVellumValue.js +33 -0
- package/serialization/types/OpenAiVectorizerConfig.d.ts +13 -0
- package/serialization/types/OpenAiVectorizerConfig.js +34 -0
- package/serialization/types/OpenAiVectorizerConfigRequest.d.ts +13 -0
- package/serialization/types/OpenAiVectorizerConfigRequest.js +34 -0
- package/serialization/types/OpenAiVectorizerTextEmbedding3Large.d.ts +13 -0
- package/serialization/types/OpenAiVectorizerTextEmbedding3Large.js +34 -0
- package/serialization/types/OpenAiVectorizerTextEmbedding3LargeRequest.d.ts +13 -0
- package/serialization/types/OpenAiVectorizerTextEmbedding3LargeRequest.js +34 -0
- package/serialization/types/OpenAiVectorizerTextEmbedding3Small.d.ts +13 -0
- package/serialization/types/OpenAiVectorizerTextEmbedding3Small.js +34 -0
- package/serialization/types/OpenAiVectorizerTextEmbedding3SmallRequest.d.ts +13 -0
- package/serialization/types/OpenAiVectorizerTextEmbedding3SmallRequest.js +34 -0
- package/serialization/types/OpenAiVectorizerTextEmbeddingAda002.d.ts +13 -0
- package/serialization/types/OpenAiVectorizerTextEmbeddingAda002.js +34 -0
- package/serialization/types/OpenAiVectorizerTextEmbeddingAda002Request.d.ts +13 -0
- package/serialization/types/OpenAiVectorizerTextEmbeddingAda002Request.js +34 -0
- package/serialization/types/PromptOutput.d.ts +8 -8
- package/serialization/types/PromptOutput.js +8 -8
- package/serialization/types/ReductoChunkerConfig.d.ts +12 -0
- package/serialization/types/ReductoChunkerConfig.js +33 -0
- package/serialization/types/ReductoChunkerConfigRequest.d.ts +12 -0
- package/serialization/types/ReductoChunkerConfigRequest.js +33 -0
- package/serialization/types/ReductoChunkerEnum.d.ts +10 -0
- package/serialization/types/ReductoChunkerEnum.js +31 -0
- package/serialization/types/ReductoChunking.d.ts +13 -0
- package/serialization/types/ReductoChunking.js +34 -0
- package/serialization/types/ReductoChunkingRequest.d.ts +13 -0
- package/serialization/types/ReductoChunkingRequest.js +34 -0
- package/serialization/types/SentenceChunkerConfig.d.ts +13 -0
- package/serialization/types/SentenceChunkerConfig.js +34 -0
- package/serialization/types/SentenceChunkerConfigRequest.d.ts +13 -0
- package/serialization/types/SentenceChunkerConfigRequest.js +34 -0
- package/serialization/types/SentenceChunkerEnum.d.ts +10 -0
- package/serialization/types/SentenceChunkerEnum.js +31 -0
- package/serialization/types/SentenceChunking.d.ts +13 -0
- package/serialization/types/SentenceChunking.js +34 -0
- package/serialization/types/SentenceChunkingRequest.d.ts +13 -0
- package/serialization/types/SentenceChunkingRequest.js +34 -0
- package/serialization/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.d.ts +10 -0
- package/serialization/types/SentenceTransformersMultiQaMpnetBaseCosV1Enum.js +31 -0
- package/serialization/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.d.ts +10 -0
- package/serialization/types/SentenceTransformersMultiQaMpnetBaseDotV1Enum.js +31 -0
- package/serialization/types/StringVellumValue.d.ts +12 -0
- package/serialization/types/StringVellumValue.js +33 -0
- package/serialization/types/TestCaseFunctionCallVariableValue.d.ts +2 -2
- package/serialization/types/TestCaseFunctionCallVariableValue.js +2 -2
- package/serialization/types/TestSuiteRunExecutionFunctionCallOutput.d.ts +2 -2
- package/serialization/types/TestSuiteRunExecutionFunctionCallOutput.js +2 -2
- package/serialization/types/TextEmbedding3LargeEnum.d.ts +10 -0
- package/serialization/types/TextEmbedding3LargeEnum.js +31 -0
- package/serialization/types/TextEmbedding3SmallEnum.d.ts +10 -0
- package/serialization/types/TextEmbedding3SmallEnum.js +31 -0
- package/serialization/types/TextEmbeddingAda002Enum.d.ts +10 -0
- package/serialization/types/TextEmbeddingAda002Enum.js +31 -0
- package/serialization/types/TokenOverlappingWindowChunkerConfig.d.ts +13 -0
- package/serialization/types/TokenOverlappingWindowChunkerConfig.js +34 -0
- package/serialization/types/TokenOverlappingWindowChunkerConfigRequest.d.ts +13 -0
- package/serialization/types/TokenOverlappingWindowChunkerConfigRequest.js +34 -0
- package/serialization/types/TokenOverlappingWindowChunkerEnum.d.ts +10 -0
- package/serialization/types/TokenOverlappingWindowChunkerEnum.js +31 -0
- package/serialization/types/TokenOverlappingWindowChunking.d.ts +13 -0
- package/serialization/types/TokenOverlappingWindowChunking.js +34 -0
- package/serialization/types/TokenOverlappingWindowChunkingRequest.d.ts +13 -0
- package/serialization/types/TokenOverlappingWindowChunkingRequest.js +34 -0
- package/serialization/types/WorkflowExecutionActualChatHistoryRequest.d.ts +1 -0
- package/serialization/types/WorkflowExecutionActualChatHistoryRequest.js +1 -0
- package/serialization/types/WorkflowExecutionActualJsonRequest.d.ts +1 -0
- package/serialization/types/WorkflowExecutionActualJsonRequest.js +1 -0
- package/serialization/types/WorkflowExecutionActualStringRequest.d.ts +1 -0
- package/serialization/types/WorkflowExecutionActualStringRequest.js +1 -0
- package/serialization/types/WorkflowNodeResultData.d.ts +5 -1
- package/serialization/types/WorkflowNodeResultData.js +2 -0
- package/serialization/types/WorkflowOutputArray.d.ts +2 -2
- package/serialization/types/WorkflowOutputArray.js +2 -2
- package/serialization/types/index.d.ts +58 -6
- package/serialization/types/index.js +58 -6
- package/api/types/ChatHistoryVariableValue.d.ts +0 -7
- package/api/types/FulfilledFunctionCall.d.ts +0 -11
- package/api/types/RejectedFunctionCall.d.ts +0 -12
- package/api/types/SearchResultsVariableValue.d.ts +0 -7
- package/dist/api/types/ChatHistoryVariableValue.d.ts +0 -7
- package/dist/api/types/FulfilledFunctionCall.d.ts +0 -11
- package/dist/api/types/RejectedFunctionCall.d.ts +0 -12
- package/dist/api/types/SearchResultsVariableValue.d.ts +0 -7
- package/dist/serialization/types/ChatHistoryVariableValue.d.ts +0 -13
- package/dist/serialization/types/FulfilledFunctionCall.d.ts +0 -14
- package/dist/serialization/types/RejectedFunctionCall.d.ts +0 -15
- package/dist/serialization/types/SearchResultsVariableValue.d.ts +0 -13
- package/serialization/types/ChatHistoryVariableValue.d.ts +0 -13
- package/serialization/types/FulfilledFunctionCall.d.ts +0 -14
- package/serialization/types/FulfilledFunctionCall.js +0 -35
- package/serialization/types/RejectedFunctionCall.d.ts +0 -15
- package/serialization/types/SearchResultsVariableValue.d.ts +0 -13
- /package/api/types/{ChatHistoryVariableValue.js → AddOpenaiApiKeyEnum.js} +0 -0
- /package/api/types/{FulfilledFunctionCall.js → ArrayVellumValueItem.js} +0 -0
- /package/api/types/{FulfilledFunctionCallRequest.js → BasicVectorizerIntfloatMultilingualE5Large.js} +0 -0
- /package/api/types/{NodeOutputCompiledFunctionValue.js → BasicVectorizerIntfloatMultilingualE5LargeRequest.js} +0 -0
- /package/api/types/{RejectedFunctionCall.js → BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.js} +0 -0
- /package/api/types/{SearchResultsVariableValue.js → BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.js} +0 -0
- /package/{dist/api/types/ChatHistoryVariableValue.js → api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.js} +0 -0
- /package/{dist/api/types/FulfilledFunctionCall.js → api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.js} +0 -0
- /package/{dist/api/types/FulfilledFunctionCallRequest.js → api/types/DocumentIndexChunking.js} +0 -0
- /package/{dist/api/types/NodeOutputCompiledFunctionValue.js → api/types/DocumentIndexChunkingRequest.js} +0 -0
- /package/{dist/api/types/RejectedFunctionCall.js → api/types/DocumentIndexIndexingConfig.js} +0 -0
- /package/{dist/api/types/SearchResultsVariableValue.js → api/types/DocumentIndexIndexingConfigRequest.js} +0 -0
|
@@ -0,0 +1,31 @@
|
|
|
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 (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.AddOpenaiApiKeyEnum = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.AddOpenaiApiKeyEnum = core.serialization.boolean();
|
|
@@ -7,14 +7,12 @@ import * as core from "../../core";
|
|
|
7
7
|
import { StringVariableValue } from "./StringVariableValue";
|
|
8
8
|
import { NumberVariableValue } from "./NumberVariableValue";
|
|
9
9
|
import { JsonVariableValue } from "./JsonVariableValue";
|
|
10
|
-
import { ChatHistoryVariableValue } from "./ChatHistoryVariableValue";
|
|
11
|
-
import { SearchResultsVariableValue } from "./SearchResultsVariableValue";
|
|
12
10
|
import { ErrorVariableValue } from "./ErrorVariableValue";
|
|
13
11
|
import { FunctionCallVariableValue } from "./FunctionCallVariableValue";
|
|
14
12
|
import { ImageVariableValue } from "./ImageVariableValue";
|
|
15
13
|
export declare const ArrayVariableValueItem: core.serialization.Schema<serializers.ArrayVariableValueItem.Raw, Vellum.ArrayVariableValueItem>;
|
|
16
14
|
export declare namespace ArrayVariableValueItem {
|
|
17
|
-
type Raw = ArrayVariableValueItem.String | ArrayVariableValueItem.Number | ArrayVariableValueItem.Json | ArrayVariableValueItem.
|
|
15
|
+
type Raw = ArrayVariableValueItem.String | ArrayVariableValueItem.Number | ArrayVariableValueItem.Json | ArrayVariableValueItem.Error | ArrayVariableValueItem.FunctionCall | ArrayVariableValueItem.Image;
|
|
18
16
|
interface String extends StringVariableValue.Raw {
|
|
19
17
|
type: "STRING";
|
|
20
18
|
}
|
|
@@ -24,12 +22,6 @@ export declare namespace ArrayVariableValueItem {
|
|
|
24
22
|
interface Json extends JsonVariableValue.Raw {
|
|
25
23
|
type: "JSON";
|
|
26
24
|
}
|
|
27
|
-
interface ChatHistory extends ChatHistoryVariableValue.Raw {
|
|
28
|
-
type: "CHAT_HISTORY";
|
|
29
|
-
}
|
|
30
|
-
interface SearchResults extends SearchResultsVariableValue.Raw {
|
|
31
|
-
type: "SEARCH_RESULTS";
|
|
32
|
-
}
|
|
33
25
|
interface Error extends ErrorVariableValue.Raw {
|
|
34
26
|
type: "ERROR";
|
|
35
27
|
}
|
|
@@ -31,8 +31,6 @@ const core = __importStar(require("../../core"));
|
|
|
31
31
|
const StringVariableValue_1 = require("./StringVariableValue");
|
|
32
32
|
const NumberVariableValue_1 = require("./NumberVariableValue");
|
|
33
33
|
const JsonVariableValue_1 = require("./JsonVariableValue");
|
|
34
|
-
const ChatHistoryVariableValue_1 = require("./ChatHistoryVariableValue");
|
|
35
|
-
const SearchResultsVariableValue_1 = require("./SearchResultsVariableValue");
|
|
36
34
|
const ErrorVariableValue_1 = require("./ErrorVariableValue");
|
|
37
35
|
const FunctionCallVariableValue_1 = require("./FunctionCallVariableValue");
|
|
38
36
|
const ImageVariableValue_1 = require("./ImageVariableValue");
|
|
@@ -41,8 +39,6 @@ exports.ArrayVariableValueItem = core.serialization
|
|
|
41
39
|
STRING: StringVariableValue_1.StringVariableValue,
|
|
42
40
|
NUMBER: NumberVariableValue_1.NumberVariableValue,
|
|
43
41
|
JSON: JsonVariableValue_1.JsonVariableValue,
|
|
44
|
-
CHAT_HISTORY: ChatHistoryVariableValue_1.ChatHistoryVariableValue,
|
|
45
|
-
SEARCH_RESULTS: SearchResultsVariableValue_1.SearchResultsVariableValue,
|
|
46
42
|
ERROR: ErrorVariableValue_1.ErrorVariableValue,
|
|
47
43
|
FUNCTION_CALL: FunctionCallVariableValue_1.FunctionCallVariableValue,
|
|
48
44
|
IMAGE: ImageVariableValue_1.ImageVariableValue,
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { StringVellumValue } from "./StringVellumValue";
|
|
8
|
+
import { NumberVellumValue } from "./NumberVellumValue";
|
|
9
|
+
import { JsonVellumValue } from "./JsonVellumValue";
|
|
10
|
+
import { ImageVellumValue } from "./ImageVellumValue";
|
|
11
|
+
import { FunctionCallVellumValue } from "./FunctionCallVellumValue";
|
|
12
|
+
import { ErrorVellumValue } from "./ErrorVellumValue";
|
|
13
|
+
export declare const ArrayVellumValueItem: core.serialization.Schema<serializers.ArrayVellumValueItem.Raw, Vellum.ArrayVellumValueItem>;
|
|
14
|
+
export declare namespace ArrayVellumValueItem {
|
|
15
|
+
type Raw = ArrayVellumValueItem.String | ArrayVellumValueItem.Number | ArrayVellumValueItem.Json | ArrayVellumValueItem.Image | ArrayVellumValueItem.FunctionCall | ArrayVellumValueItem.Error;
|
|
16
|
+
interface String extends StringVellumValue.Raw {
|
|
17
|
+
type: "STRING";
|
|
18
|
+
}
|
|
19
|
+
interface Number extends NumberVellumValue.Raw {
|
|
20
|
+
type: "NUMBER";
|
|
21
|
+
}
|
|
22
|
+
interface Json extends JsonVellumValue.Raw {
|
|
23
|
+
type: "JSON";
|
|
24
|
+
}
|
|
25
|
+
interface Image extends ImageVellumValue.Raw {
|
|
26
|
+
type: "IMAGE";
|
|
27
|
+
}
|
|
28
|
+
interface FunctionCall extends FunctionCallVellumValue.Raw {
|
|
29
|
+
type: "FUNCTION_CALL";
|
|
30
|
+
}
|
|
31
|
+
interface Error extends ErrorVellumValue.Raw {
|
|
32
|
+
type: "ERROR";
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
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 (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.ArrayVellumValueItem = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const StringVellumValue_1 = require("./StringVellumValue");
|
|
32
|
+
const NumberVellumValue_1 = require("./NumberVellumValue");
|
|
33
|
+
const JsonVellumValue_1 = require("./JsonVellumValue");
|
|
34
|
+
const ImageVellumValue_1 = require("./ImageVellumValue");
|
|
35
|
+
const FunctionCallVellumValue_1 = require("./FunctionCallVellumValue");
|
|
36
|
+
const ErrorVellumValue_1 = require("./ErrorVellumValue");
|
|
37
|
+
exports.ArrayVellumValueItem = core.serialization
|
|
38
|
+
.union("type", {
|
|
39
|
+
STRING: StringVellumValue_1.StringVellumValue,
|
|
40
|
+
NUMBER: NumberVellumValue_1.NumberVellumValue,
|
|
41
|
+
JSON: JsonVellumValue_1.JsonVellumValue,
|
|
42
|
+
IMAGE: ImageVellumValue_1.ImageVellumValue,
|
|
43
|
+
FUNCTION_CALL: FunctionCallVellumValue_1.FunctionCallVellumValue,
|
|
44
|
+
ERROR: ErrorVellumValue_1.ErrorVellumValue,
|
|
45
|
+
})
|
|
46
|
+
.transform({
|
|
47
|
+
transform: (value) => value,
|
|
48
|
+
untransform: (value) => value,
|
|
49
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const BasicVectorizerIntfloatMultilingualE5Large: core.serialization.ObjectSchema<serializers.BasicVectorizerIntfloatMultilingualE5Large.Raw, Vellum.BasicVectorizerIntfloatMultilingualE5Large>;
|
|
8
|
+
export declare namespace BasicVectorizerIntfloatMultilingualE5Large {
|
|
9
|
+
interface Raw {
|
|
10
|
+
config?: Record<string, unknown> | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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 (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.BasicVectorizerIntfloatMultilingualE5Large = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.BasicVectorizerIntfloatMultilingualE5Large = core.serialization.object({
|
|
32
|
+
config: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
33
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const BasicVectorizerIntfloatMultilingualE5LargeRequest: core.serialization.ObjectSchema<serializers.BasicVectorizerIntfloatMultilingualE5LargeRequest.Raw, Vellum.BasicVectorizerIntfloatMultilingualE5LargeRequest>;
|
|
8
|
+
export declare namespace BasicVectorizerIntfloatMultilingualE5LargeRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
config?: Record<string, unknown> | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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 (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.BasicVectorizerIntfloatMultilingualE5LargeRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.BasicVectorizerIntfloatMultilingualE5LargeRequest = core.serialization.object({
|
|
32
|
+
config: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
33
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1: core.serialization.ObjectSchema<serializers.BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.Raw, Vellum.BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1>;
|
|
8
|
+
export declare namespace BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1 {
|
|
9
|
+
interface Raw {
|
|
10
|
+
config?: Record<string, unknown> | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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 (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1 = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1 = core.serialization.object({
|
|
32
|
+
config: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
33
|
+
});
|
package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request: core.serialization.ObjectSchema<serializers.BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.Raw, Vellum.BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request>;
|
|
8
|
+
export declare namespace BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request {
|
|
9
|
+
interface Raw {
|
|
10
|
+
config?: Record<string, unknown> | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.js
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
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 (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request = core.serialization.object({
|
|
32
|
+
config: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
33
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1: core.serialization.ObjectSchema<serializers.BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.Raw, Vellum.BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1>;
|
|
8
|
+
export declare namespace BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1 {
|
|
9
|
+
interface Raw {
|
|
10
|
+
config?: Record<string, unknown> | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
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 (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1 = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1 = core.serialization.object({
|
|
32
|
+
config: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
33
|
+
});
|
package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
export declare const BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request: core.serialization.ObjectSchema<serializers.BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.Raw, Vellum.BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request>;
|
|
8
|
+
export declare namespace BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request {
|
|
9
|
+
interface Raw {
|
|
10
|
+
config?: Record<string, unknown> | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
package/serialization/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.js
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
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 (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request = core.serialization.object({
|
|
32
|
+
config: core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(),
|
|
33
|
+
});
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { ReductoChunking } from "./ReductoChunking";
|
|
8
|
+
import { SentenceChunking } from "./SentenceChunking";
|
|
9
|
+
import { TokenOverlappingWindowChunking } from "./TokenOverlappingWindowChunking";
|
|
10
|
+
export declare const DocumentIndexChunking: core.serialization.Schema<serializers.DocumentIndexChunking.Raw, Vellum.DocumentIndexChunking>;
|
|
11
|
+
export declare namespace DocumentIndexChunking {
|
|
12
|
+
type Raw = DocumentIndexChunking.ReductoChunker | DocumentIndexChunking.SentenceChunker | DocumentIndexChunking.TokenOverlappingWindowChunker;
|
|
13
|
+
interface ReductoChunker extends ReductoChunking.Raw {
|
|
14
|
+
chunker_name: "reducto-chunker";
|
|
15
|
+
}
|
|
16
|
+
interface SentenceChunker extends SentenceChunking.Raw {
|
|
17
|
+
chunker_name: "sentence-chunker";
|
|
18
|
+
}
|
|
19
|
+
interface TokenOverlappingWindowChunker extends TokenOverlappingWindowChunking.Raw {
|
|
20
|
+
chunker_name: "token-overlapping-window-chunker";
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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 (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.DocumentIndexChunking = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const ReductoChunking_1 = require("./ReductoChunking");
|
|
32
|
+
const SentenceChunking_1 = require("./SentenceChunking");
|
|
33
|
+
const TokenOverlappingWindowChunking_1 = require("./TokenOverlappingWindowChunking");
|
|
34
|
+
exports.DocumentIndexChunking = core.serialization
|
|
35
|
+
.union(core.serialization.discriminant("chunkerName", "chunker_name"), {
|
|
36
|
+
"reducto-chunker": ReductoChunking_1.ReductoChunking,
|
|
37
|
+
"sentence-chunker": SentenceChunking_1.SentenceChunking,
|
|
38
|
+
"token-overlapping-window-chunker": TokenOverlappingWindowChunking_1.TokenOverlappingWindowChunking,
|
|
39
|
+
})
|
|
40
|
+
.transform({
|
|
41
|
+
transform: (value) => value,
|
|
42
|
+
untransform: (value) => value,
|
|
43
|
+
});
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { ReductoChunkingRequest } from "./ReductoChunkingRequest";
|
|
8
|
+
import { SentenceChunkingRequest } from "./SentenceChunkingRequest";
|
|
9
|
+
import { TokenOverlappingWindowChunkingRequest } from "./TokenOverlappingWindowChunkingRequest";
|
|
10
|
+
export declare const DocumentIndexChunkingRequest: core.serialization.Schema<serializers.DocumentIndexChunkingRequest.Raw, Vellum.DocumentIndexChunkingRequest>;
|
|
11
|
+
export declare namespace DocumentIndexChunkingRequest {
|
|
12
|
+
type Raw = DocumentIndexChunkingRequest.ReductoChunker | DocumentIndexChunkingRequest.SentenceChunker | DocumentIndexChunkingRequest.TokenOverlappingWindowChunker;
|
|
13
|
+
interface ReductoChunker extends ReductoChunkingRequest.Raw {
|
|
14
|
+
chunker_name: "reducto-chunker";
|
|
15
|
+
}
|
|
16
|
+
interface SentenceChunker extends SentenceChunkingRequest.Raw {
|
|
17
|
+
chunker_name: "sentence-chunker";
|
|
18
|
+
}
|
|
19
|
+
interface TokenOverlappingWindowChunker extends TokenOverlappingWindowChunkingRequest.Raw {
|
|
20
|
+
chunker_name: "token-overlapping-window-chunker";
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
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 (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.DocumentIndexChunkingRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const ReductoChunkingRequest_1 = require("./ReductoChunkingRequest");
|
|
32
|
+
const SentenceChunkingRequest_1 = require("./SentenceChunkingRequest");
|
|
33
|
+
const TokenOverlappingWindowChunkingRequest_1 = require("./TokenOverlappingWindowChunkingRequest");
|
|
34
|
+
exports.DocumentIndexChunkingRequest = core.serialization
|
|
35
|
+
.union(core.serialization.discriminant("chunkerName", "chunker_name"), {
|
|
36
|
+
"reducto-chunker": ReductoChunkingRequest_1.ReductoChunkingRequest,
|
|
37
|
+
"sentence-chunker": SentenceChunkingRequest_1.SentenceChunkingRequest,
|
|
38
|
+
"token-overlapping-window-chunker": TokenOverlappingWindowChunkingRequest_1.TokenOverlappingWindowChunkingRequest,
|
|
39
|
+
})
|
|
40
|
+
.transform({
|
|
41
|
+
transform: (value) => value,
|
|
42
|
+
untransform: (value) => value,
|
|
43
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as serializers from "..";
|
|
5
|
+
import * as Vellum from "../../api";
|
|
6
|
+
import * as core from "../../core";
|
|
7
|
+
import { IndexingConfigVectorizer } from "./IndexingConfigVectorizer";
|
|
8
|
+
import { DocumentIndexChunking } from "./DocumentIndexChunking";
|
|
9
|
+
export declare const DocumentIndexIndexingConfig: core.serialization.ObjectSchema<serializers.DocumentIndexIndexingConfig.Raw, Vellum.DocumentIndexIndexingConfig>;
|
|
10
|
+
export declare namespace DocumentIndexIndexingConfig {
|
|
11
|
+
interface Raw {
|
|
12
|
+
vectorizer: IndexingConfigVectorizer.Raw;
|
|
13
|
+
chunking?: DocumentIndexChunking.Raw | null;
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
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 (mod) {
|
|
22
|
+
if (mod && mod.__esModule) return mod;
|
|
23
|
+
var result = {};
|
|
24
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
25
|
+
__setModuleDefault(result, mod);
|
|
26
|
+
return result;
|
|
27
|
+
};
|
|
28
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
+
exports.DocumentIndexIndexingConfig = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const IndexingConfigVectorizer_1 = require("./IndexingConfigVectorizer");
|
|
32
|
+
const DocumentIndexChunking_1 = require("./DocumentIndexChunking");
|
|
33
|
+
exports.DocumentIndexIndexingConfig = core.serialization.object({
|
|
34
|
+
vectorizer: IndexingConfigVectorizer_1.IndexingConfigVectorizer,
|
|
35
|
+
chunking: DocumentIndexChunking_1.DocumentIndexChunking.optional(),
|
|
36
|
+
});
|