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