Hi Team,
When building the “customer wiki” module using Data Exchange data, one issue we faced was correlating the context passed to an LLM with a certain person by Name and certain asset by Asset #.
The flow we had to build was:
Parse out the person name from the Semantic Sentence column with some regex > Find the Utility_Account_Id > Pass everything correlated to this Utility_Account_Id as context.
Would be great if we can streamline this by having easier access to “Semantic Identifiers” like a person's name or a location or an asset # instead of parsing out from the semantic sentence.