Run Multiple Large Language Model Predictions Against a Table, or Vectors
Categorize data as one of options given
Send a custom prompt to the LLM
Extract entities from text
Sentiment analysis
Summarize text
Translates text to a specific language
Specify the model to use
Verify if a statement about the text is true or not
Functions to integrate different back-ends
Run multiple 'Large Language Model' predictions against a table. The predictions run row-wise over a specified column. It works using a one-shot prompt, along with the current row's content. The prompt that is used will depend of the type of analysis needed.