Running advanced data processing with trained models
In the previous recipe, we learned how to import third-party trained NLP models and test them using the dedicated UI. This recipe will show us how to use these models during the data ingestion phase to execute advanced data processing.
Getting ready
Make sure that you have completed the previous recipe, Deploying third-party NLP models and testing via the UI.
We will use a shortened version of the movie dataset used in previous chapters. Make sure to download and save the file from the following URL: https://github.com/PacktPublishing/Elastic-Stack-8.x-Cookbook/blob/main/Chapter8/dataset/wiki_movie_plots_short.csv
The snippets for this recipe can be found at https://github.com/PacktPublishing/Elastic-Stack-8.x-Cookbook/blob/main/Chapter8/snippets.md#running-advanced-data-processing-with-trained-models.
How to do it…
Our goal is to incorporate advanced data processing while ingesting our movie plot dataset...