Logo
Type aliases

DataSinkCreate

DataSinkCreate = object

Defined in: packages/cloud/src/client/types.gen.ts:1551

Schema for creating a data sink.

Properties

name

name: string

Defined in: packages/cloud/src/client/types.gen.ts:1555

The name of the data sink.


sink_type

sink_type: ConfigurableDataSinkNames

Defined in: packages/cloud/src/client/types.gen.ts:1556


component

component: {[key: string]: unknown; } | CloudPineconeVectorStore | CloudPostgresVectorStore | CloudQdrantVectorStore | CloudAzureAISearchVectorStore | CloudMongoDBAtlasVectorSearch | CloudMilvusVectorStore

Defined in: packages/cloud/src/client/types.gen.ts:1560

Component that implements the data sink

On this page