Semantic Search Template Utility Function
Last updated
Defines a template to create a result suitable as input for semantic search. The template references dataset column names using curly braces. For example, the template "account {Name} was created {years_ago_opened} years ago" — where {Name} and {years_ago_opened} are column names — produces a result such as "account John Doe was created 3 years ago". The result is written to a new header field.

Last updated

