vellum-ai 0.5.2 → 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/DocumentIndexIndexingConfig.js +5 -0
- package/api/types/DocumentIndexIndexingConfigRequest.d.ts +8 -0
- package/api/types/DocumentIndexIndexingConfigRequest.js +5 -0
- package/api/types/DocumentIndexRead.d.ts +1 -2
- package/api/types/FunctionCall.d.ts +8 -8
- package/api/types/{FulfilledFunctionCallRequest.d.ts → FunctionCallRequest.d.ts} +2 -2
- package/api/types/FunctionCallRequest.js +5 -0
- package/api/types/FunctionCallVellumValue.d.ts +1 -1
- 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/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 +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/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/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 +53 -5
- package/api/types/index.js +53 -5
- 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/FunctionCall.d.ts +8 -8
- package/dist/api/types/{FulfilledFunctionCallRequest.d.ts → FunctionCallRequest.d.ts} +2 -2
- package/dist/api/types/FunctionCallRequest.js +5 -0
- package/dist/api/types/FunctionCallVellumValue.d.ts +1 -1
- 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/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 +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/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/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 +53 -5
- package/dist/api/types/index.js +53 -5
- 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/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/dist/serialization/types/{FulfilledFunctionCallRequest.js → FunctionCallRequest.js} +3 -3
- package/dist/serialization/types/FunctionCallVellumValue.d.ts +1 -1
- package/dist/serialization/types/FunctionCallVellumValue.js +1 -1
- 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/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 +2 -2
- package/dist/serialization/types/NodeOutputCompiledArrayValue.js +2 -2
- package/dist/serialization/types/NumberVellumValue.d.ts +12 -0
- package/{serialization/types/ChatHistoryVariableValue.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/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/{serialization/types/SearchResultsVariableValue.js → dist/serialization/types/ReductoChunkerConfigRequest.js} +3 -4
- 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/{RejectedFunctionCall.js → ReductoChunking.js} +4 -6
- 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/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 +53 -5
- package/dist/serialization/types/index.js +53 -5
- 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/FunctionCall.d.ts +7 -9
- package/serialization/types/FunctionCall.js +6 -10
- package/serialization/types/{FulfilledFunctionCallRequest.d.ts → FunctionCallRequest.d.ts} +3 -3
- package/serialization/types/{FulfilledFunctionCallRequest.js → FunctionCallRequest.js} +3 -3
- package/serialization/types/FunctionCallVellumValue.d.ts +1 -1
- package/serialization/types/FunctionCallVellumValue.js +1 -1
- 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/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 +2 -2
- package/serialization/types/NodeOutputCompiledArrayValue.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/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/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 +53 -5
- package/serialization/types/index.js +53 -5
- 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/RejectedFunctionCall.js +0 -36
- 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/{RejectedFunctionCall.js → BasicVectorizerIntfloatMultilingualE5LargeRequest.js} +0 -0
- /package/api/types/{SearchResultsVariableValue.js → BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1.js} +0 -0
- /package/{dist/api/types/ChatHistoryVariableValue.js → api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request.js} +0 -0
- /package/{dist/api/types/FulfilledFunctionCall.js → api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1.js} +0 -0
- /package/{dist/api/types/FulfilledFunctionCallRequest.js → api/types/BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request.js} +0 -0
- /package/{dist/api/types/RejectedFunctionCall.js → api/types/DocumentIndexChunking.js} +0 -0
- /package/{dist/api/types/SearchResultsVariableValue.js → api/types/DocumentIndexChunkingRequest.js} +0 -0
|
@@ -0,0 +1,34 @@
|
|
|
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.OpenAiVectorizerTextEmbedding3LargeRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const OpenAiVectorizerConfigRequest_1 = require("./OpenAiVectorizerConfigRequest");
|
|
32
|
+
exports.OpenAiVectorizerTextEmbedding3LargeRequest = core.serialization.object({
|
|
33
|
+
config: OpenAiVectorizerConfigRequest_1.OpenAiVectorizerConfigRequest,
|
|
34
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
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 { OpenAiVectorizerConfig } from "./OpenAiVectorizerConfig";
|
|
8
|
+
export declare const OpenAiVectorizerTextEmbedding3Small: core.serialization.ObjectSchema<serializers.OpenAiVectorizerTextEmbedding3Small.Raw, Vellum.OpenAiVectorizerTextEmbedding3Small>;
|
|
9
|
+
export declare namespace OpenAiVectorizerTextEmbedding3Small {
|
|
10
|
+
interface Raw {
|
|
11
|
+
config: OpenAiVectorizerConfig.Raw;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.OpenAiVectorizerTextEmbedding3Small = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const OpenAiVectorizerConfig_1 = require("./OpenAiVectorizerConfig");
|
|
32
|
+
exports.OpenAiVectorizerTextEmbedding3Small = core.serialization.object({
|
|
33
|
+
config: OpenAiVectorizerConfig_1.OpenAiVectorizerConfig,
|
|
34
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
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 { OpenAiVectorizerConfigRequest } from "./OpenAiVectorizerConfigRequest";
|
|
8
|
+
export declare const OpenAiVectorizerTextEmbedding3SmallRequest: core.serialization.ObjectSchema<serializers.OpenAiVectorizerTextEmbedding3SmallRequest.Raw, Vellum.OpenAiVectorizerTextEmbedding3SmallRequest>;
|
|
9
|
+
export declare namespace OpenAiVectorizerTextEmbedding3SmallRequest {
|
|
10
|
+
interface Raw {
|
|
11
|
+
config: OpenAiVectorizerConfigRequest.Raw;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.OpenAiVectorizerTextEmbedding3SmallRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const OpenAiVectorizerConfigRequest_1 = require("./OpenAiVectorizerConfigRequest");
|
|
32
|
+
exports.OpenAiVectorizerTextEmbedding3SmallRequest = core.serialization.object({
|
|
33
|
+
config: OpenAiVectorizerConfigRequest_1.OpenAiVectorizerConfigRequest,
|
|
34
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
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 { OpenAiVectorizerConfig } from "./OpenAiVectorizerConfig";
|
|
8
|
+
export declare const OpenAiVectorizerTextEmbeddingAda002: core.serialization.ObjectSchema<serializers.OpenAiVectorizerTextEmbeddingAda002.Raw, Vellum.OpenAiVectorizerTextEmbeddingAda002>;
|
|
9
|
+
export declare namespace OpenAiVectorizerTextEmbeddingAda002 {
|
|
10
|
+
interface Raw {
|
|
11
|
+
config: OpenAiVectorizerConfig.Raw;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.OpenAiVectorizerTextEmbeddingAda002 = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const OpenAiVectorizerConfig_1 = require("./OpenAiVectorizerConfig");
|
|
32
|
+
exports.OpenAiVectorizerTextEmbeddingAda002 = core.serialization.object({
|
|
33
|
+
config: OpenAiVectorizerConfig_1.OpenAiVectorizerConfig,
|
|
34
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
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 { OpenAiVectorizerConfigRequest } from "./OpenAiVectorizerConfigRequest";
|
|
8
|
+
export declare const OpenAiVectorizerTextEmbeddingAda002Request: core.serialization.ObjectSchema<serializers.OpenAiVectorizerTextEmbeddingAda002Request.Raw, Vellum.OpenAiVectorizerTextEmbeddingAda002Request>;
|
|
9
|
+
export declare namespace OpenAiVectorizerTextEmbeddingAda002Request {
|
|
10
|
+
interface Raw {
|
|
11
|
+
config: OpenAiVectorizerConfigRequest.Raw;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.OpenAiVectorizerTextEmbeddingAda002Request = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const OpenAiVectorizerConfigRequest_1 = require("./OpenAiVectorizerConfigRequest");
|
|
32
|
+
exports.OpenAiVectorizerTextEmbeddingAda002Request = core.serialization.object({
|
|
33
|
+
config: OpenAiVectorizerConfigRequest_1.OpenAiVectorizerConfigRequest,
|
|
34
|
+
});
|
|
@@ -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 ReductoChunkerConfig: core.serialization.ObjectSchema<serializers.ReductoChunkerConfig.Raw, Vellum.ReductoChunkerConfig>;
|
|
8
|
+
export declare namespace ReductoChunkerConfig {
|
|
9
|
+
interface Raw {
|
|
10
|
+
character_limit?: number | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -26,9 +26,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.ReductoChunkerConfig = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
value: core.serialization.list(SearchResult_1.SearchResult).optional(),
|
|
31
|
+
exports.ReductoChunkerConfig = core.serialization.object({
|
|
32
|
+
characterLimit: core.serialization.property("character_limit", core.serialization.number().optional()),
|
|
34
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 ReductoChunkerConfigRequest: core.serialization.ObjectSchema<serializers.ReductoChunkerConfigRequest.Raw, Vellum.ReductoChunkerConfigRequest>;
|
|
8
|
+
export declare namespace ReductoChunkerConfigRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
character_limit?: number | null;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -26,9 +26,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.ReductoChunkerConfigRequest = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
value: core.serialization.list(SearchResult_1.SearchResult).optional(),
|
|
31
|
+
exports.ReductoChunkerConfigRequest = core.serialization.object({
|
|
32
|
+
characterLimit: core.serialization.property("character_limit", core.serialization.number().optional()),
|
|
34
33
|
});
|
|
@@ -0,0 +1,10 @@
|
|
|
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 ReductoChunkerEnum: core.serialization.Schema<serializers.ReductoChunkerEnum.Raw, Vellum.ReductoChunkerEnum>;
|
|
8
|
+
export declare namespace ReductoChunkerEnum {
|
|
9
|
+
type Raw = "reducto-chunker";
|
|
10
|
+
}
|
|
@@ -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.ReductoChunkerEnum = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.ReductoChunkerEnum = core.serialization.stringLiteral("reducto-chunker");
|
|
@@ -0,0 +1,13 @@
|
|
|
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 { ReductoChunkerConfig } from "./ReductoChunkerConfig";
|
|
8
|
+
export declare const ReductoChunking: core.serialization.ObjectSchema<serializers.ReductoChunking.Raw, Vellum.ReductoChunking>;
|
|
9
|
+
export declare namespace ReductoChunking {
|
|
10
|
+
interface Raw {
|
|
11
|
+
chunker_config?: ReductoChunkerConfig.Raw | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -26,11 +26,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
26
26
|
return result;
|
|
27
27
|
};
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.
|
|
29
|
+
exports.ReductoChunking = void 0;
|
|
30
30
|
const core = __importStar(require("../../core"));
|
|
31
|
-
const
|
|
32
|
-
exports.
|
|
33
|
-
|
|
34
|
-
id: core.serialization.string().optional(),
|
|
35
|
-
name: core.serialization.string(),
|
|
31
|
+
const ReductoChunkerConfig_1 = require("./ReductoChunkerConfig");
|
|
32
|
+
exports.ReductoChunking = core.serialization.object({
|
|
33
|
+
chunkerConfig: core.serialization.property("chunker_config", ReductoChunkerConfig_1.ReductoChunkerConfig.optional()),
|
|
36
34
|
});
|
|
@@ -0,0 +1,13 @@
|
|
|
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 { ReductoChunkerConfigRequest } from "./ReductoChunkerConfigRequest";
|
|
8
|
+
export declare const ReductoChunkingRequest: core.serialization.ObjectSchema<serializers.ReductoChunkingRequest.Raw, Vellum.ReductoChunkingRequest>;
|
|
9
|
+
export declare namespace ReductoChunkingRequest {
|
|
10
|
+
interface Raw {
|
|
11
|
+
chunker_config?: ReductoChunkerConfigRequest.Raw | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.ReductoChunkingRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const ReductoChunkerConfigRequest_1 = require("./ReductoChunkerConfigRequest");
|
|
32
|
+
exports.ReductoChunkingRequest = core.serialization.object({
|
|
33
|
+
chunkerConfig: core.serialization.property("chunker_config", ReductoChunkerConfigRequest_1.ReductoChunkerConfigRequest.optional()),
|
|
34
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
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 SentenceChunkerConfig: core.serialization.ObjectSchema<serializers.SentenceChunkerConfig.Raw, Vellum.SentenceChunkerConfig>;
|
|
8
|
+
export declare namespace SentenceChunkerConfig {
|
|
9
|
+
interface Raw {
|
|
10
|
+
character_limit?: number | null;
|
|
11
|
+
min_overlap_ratio?: number | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.SentenceChunkerConfig = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.SentenceChunkerConfig = core.serialization.object({
|
|
32
|
+
characterLimit: core.serialization.property("character_limit", core.serialization.number().optional()),
|
|
33
|
+
minOverlapRatio: core.serialization.property("min_overlap_ratio", core.serialization.number().optional()),
|
|
34
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
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 SentenceChunkerConfigRequest: core.serialization.ObjectSchema<serializers.SentenceChunkerConfigRequest.Raw, Vellum.SentenceChunkerConfigRequest>;
|
|
8
|
+
export declare namespace SentenceChunkerConfigRequest {
|
|
9
|
+
interface Raw {
|
|
10
|
+
character_limit?: number | null;
|
|
11
|
+
min_overlap_ratio?: number | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.SentenceChunkerConfigRequest = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.SentenceChunkerConfigRequest = core.serialization.object({
|
|
32
|
+
characterLimit: core.serialization.property("character_limit", core.serialization.number().optional()),
|
|
33
|
+
minOverlapRatio: core.serialization.property("min_overlap_ratio", core.serialization.number().optional()),
|
|
34
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
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 SentenceChunkerEnum: core.serialization.Schema<serializers.SentenceChunkerEnum.Raw, Vellum.SentenceChunkerEnum>;
|
|
8
|
+
export declare namespace SentenceChunkerEnum {
|
|
9
|
+
type Raw = "sentence-chunker";
|
|
10
|
+
}
|
|
@@ -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.SentenceChunkerEnum = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
exports.SentenceChunkerEnum = core.serialization.stringLiteral("sentence-chunker");
|
|
@@ -0,0 +1,13 @@
|
|
|
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 { SentenceChunkerConfig } from "./SentenceChunkerConfig";
|
|
8
|
+
export declare const SentenceChunking: core.serialization.ObjectSchema<serializers.SentenceChunking.Raw, Vellum.SentenceChunking>;
|
|
9
|
+
export declare namespace SentenceChunking {
|
|
10
|
+
interface Raw {
|
|
11
|
+
chunker_config?: SentenceChunkerConfig.Raw | null;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
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.SentenceChunking = void 0;
|
|
30
|
+
const core = __importStar(require("../../core"));
|
|
31
|
+
const SentenceChunkerConfig_1 = require("./SentenceChunkerConfig");
|
|
32
|
+
exports.SentenceChunking = core.serialization.object({
|
|
33
|
+
chunkerConfig: core.serialization.property("chunker_config", SentenceChunkerConfig_1.SentenceChunkerConfig.optional()),
|
|
34
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
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 { SentenceChunkerConfigRequest } from "./SentenceChunkerConfigRequest";
|
|
8
|
+
export declare const SentenceChunkingRequest: core.serialization.ObjectSchema<serializers.SentenceChunkingRequest.Raw, Vellum.SentenceChunkingRequest>;
|
|
9
|
+
export declare namespace SentenceChunkingRequest {
|
|
10
|
+
interface Raw {
|
|
11
|
+
chunker_config?: SentenceChunkerConfigRequest.Raw | null;
|
|
12
|
+
}
|
|
13
|
+
}
|