Skip to contents

Chat Processing

Functions for creating chat processors

chat_sequential()
Process a lot of prompts in sequence
chat_future()
Process a lot of prompts in parallel

Lot Processing

Methods for chat processors

process()
Process result class for managing chat processing results
process.sequential_chat()
Process a lot of prompts with a sequential chat
process.future_chat()
Process a lot of prompts with a parallel chat

Progress Tracking

Functions for monitoring progress

progress()
Get progress information from a process result

Result Extraction

Functions for extracting data

chats()
Extract chat objects from a process result
texts()
Extract texts or structured data from a process result