Data Integration
- Data Integration
- All Products
Property | Description |
---|---|
Connection | Name of the target connection. Alternatively,
you can define a parameter, and then specify the connection in
the mapping task. |
Target Type | Target type, either single object or parameter.
|
Object | Name of the target object. |
Operation | Target operation. You can use only upsert. |
Update Columns | The fields to use as temporary primary key columns when you
upsert target data. When you select more than one update column,
the mapping task uses the AND
operator with the update columns to identify matching rows. If you generate an ID within the mapping, the ID is dynamic and
might not be consistent with existing IDs in the vector
database. If a generated ID matches an existing ID in the vector
database, the Target transformation replaces the row in the
vector database, but the vector might not correspond to the same
data. |
Property | Description |
---|---|
Batch Size | Number of operations for the vector database to process at the
same time. |
Namespace | Namespace in the vector database where you want to store the
vectors. |
Property | Description |
---|---|
Vector ID | Vector identifier to store in the vector database. The ID helps
to quickly access the vector representation for efficient
storage, indexing, and retrieval operations. To create vector IDs, you can use the UUID_STRING function with
no arguments in an Expression transformation or you can use a
Sequence Generator transformation that uses a shared sequence
across all mappings that load data to the same index in the
vector database. |
Vector | Array of doubles that represents the vector embedding. You can use a Vector Embedding transformation to create vector
embeddings. |
Metadata | Metadata to write to the vector database as a struct. Includes
all incoming fields except for the vector and vector ID fields. The
metadata field contains a list of key-value pairs in JSON
format. |