- Generate daily or weekly highlights from Mailing lists
- Extract quantitative data from a stream of unstructured interactions such as customer support tickets.
- The “Search” action perform semantic search and does not provide guarantee that the entire data is processed by the agent and cannot extract information in a structured manner according to a custom schema definition.
- The “Most Recent Data” is limited by the context size of the model and won’t be able to process large amount of data from data sources and is generally meant for low volumes of recent information.
- Configure the data sources you want to process
- Select a time frame
- Define or generate a schema to extract
Configure the Extract Data action
Configure the Data Sources to Process
This is very similar to the “Search” action. Select a data source you want to process. Generally a Slack channel, a Folder you feed by API or Intercom tickets.Advanced Settings
The Extract Data action includes advanced configuration options that can be accessed through a collapsible section:Select a Time Frame
By default, the time frame is determined automatically based on the conversation context. You can enable manual time frame selection when you need to specify an exact range for data extraction.Define or Generate a Schema to Extract
Optionally, you can define the schema used by the large language model to extract pieces of information from the data sources. The schema uses JSON Schema format to define the structure of extracted information. You can:- Define the schema manually by entering your JSON schema definition directly
- Get your schema generated automatically by an agent based on your instructions by clicking on “Generate”. The generated JSON schema can be edited.