Semantic Search Template Utility Function
Last updated
Last updated
This utility allows defining a template to create a result that can be an appropriate input for semantic search. For example template could be defined as “account {Name} was created {years_ago_opened} years ago” and written to a new header field. In this example {Name} & {years_ago_opened} are 2 of the columns of the dataset. Result of the same would look like “account John Doe was created 3 years ago”