Type aliases
DataSinkCreateReadable
DataSinkCreateReadable =
object
Defined in: packages/cloud/src/client/types.gen.ts:2115
Schema for creating a data sink.
Properties
name
name:
string
Defined in: packages/cloud/src/client/types.gen.ts:2119
The name of the data sink.
sink_type
sink_type:
ConfigurableDataSinkNames
Defined in: packages/cloud/src/client/types.gen.ts:2120
component
component: {[
key
:string
]:unknown
; } |CloudPineconeVectorStoreReadable
|CloudPostgresVectorStoreReadable
|CloudQdrantVectorStoreReadable
|CloudAzureAiSearchVectorStoreReadable
|CloudMongoDbAtlasVectorSearchReadable
|CloudMilvusVectorStoreReadable
Defined in: packages/cloud/src/client/types.gen.ts:2124
Component that implements the data sink