mall

Run multiple ‘Large Language Model’ predictions against a table, or vectors
Function(s) Description
llm_classify() | llm_vec_classify() Categorize data as one of options given
llm_custom() | llm_vec_custom() Send a custom prompt to the LLM
llm_extract() | llm_vec_extract() Extract entities from text
llm_sentiment() | llm_vec_sentiment() Sentiment analysis
llm_summarize() | llm_vec_summarize() Summarize text
llm_translate() | llm_vec_translate() Translates text to a specific language
llm_use() Specify the model to use
m_backend_prompt() | m_backend_submit() Functions to integrate different back-ends