Settings used when running the parent recipe, and when querying the Knowledge bank/its augmented LLMs
Used to determine if a document already exists in the Knowledge Bank. Only used for "smart sync" and "upsert" update methods.
Document unique ID is not the same as the one used on the last run of the parent recipe ({{rkAtEmbedding.sourceIdColumn}})
Warning: {{codeEnvVersionWarningMessage}}

Misc

Clear all data in the knowledge bank
Settings from the last run of the parent Embed recipe could not be retrieved.
Either this knowledge bank has no parent Embed recipe, or you need to build it first.
Settings used on the last run of the parent Embed recipe
{{ embeddingRecipeDesc.knowledgeColumn }}
{{ mc.column }}
{{embeddingRecipeDesc.securityTokensColumn}}
{{ embeddingRecipeDesc.maxRecords === -1 ? 'Unlimited' : embeddingRecipeDesc.maxRecords }}
{{ userFriendlyDocSplittingMethod(embeddingRecipeDesc.documentSplittingMode) }}
{{ embeddingRecipeDesc.chunkSizeCharacters }}
{{ embeddingRecipeDesc.chunkOverlapCharacters }}
{{ VECTOR_STORE_UPDATE_METHOD_MAP[embeddingRecipeDesc.vectorStoreUpdateMethod].title }}
{{ embeddingRecipeDesc.sourceIdColumn }}

Recursive build behavior