These properties are used to configure tPineconeClient running in the Standard Job framework.
The Standard tPineconeClient component belongs to the Databases family.
Basic settings
Database |
Select the desired database type from the list and click Apply. |
Property type |
Either Built-in or
Repository
.
|
Schema and Edit Schema | A schema is a row description, it defines the number of fields to be
processed and passed on to the next component. The schema is either
Built-in or stored remotely in the
Repository.
Click Edit schema to make changes to the schema. If the current schema is of the Repository type, three options are available:
|
Sync columns | Click this button to retrieve the schema from the preceding component. |
Guess schema | Click this button to retrieve the schema according to your settings. |
API Key |
Enter the Pinecone API key in this field. To enter the raw key, click the [...] button next to the corresponding field to bring out the Enter a new password dialog box, enter the key in the text field, and click OK. You can also use a context variable in that field. For more information on how to find your Pinecone API Key, see Authentication. |
Host |
Enter the IP address of the Pinecone database in this field, or click the [...] button next to the corresponding field to retrieve it. You can also use a context variable in that field. |
Operation |
Select the operation you want to perform to the incoming data and data records
in the Pinecone database table:
For more information on these data operations, see Data. |
Namespace |
Enter the name of the Pinecone index namespace on which you want to apply the data operations. |
Advanced settings
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at a Job level and at each component level. |
Max batch size |
Set the maximum number of records allowed in each batch. For more information on these data operations, see Upsert limits. |
API version |
Specify the version of the Pinecone API to be used in your requests. For more information on API versioning, see Specifying an API version. |
Filter |
Specify a filter expression to be used when querying the Pinecone index. For more information on filter expressions, see Filter with metadata. |
Global Variables
Global Variables |
ERROR_MESSAGE: the error message generated by the component when an error occurs. This is an After variable and it returns a string. This variable functions only if the Die on error check box is cleared, if the component has this check box. NB_LINE: the number of rows read by an input component or transferred to an output component. This is an After variable and it returns an integer. |