Overview of Custom Processors

A Micro-Service program or container that connects to gecholog is called a processor. We offer a set of free to download, inspect, modify, and improve processors called custom processors. These custom processors have different use cases and functions.

Each custom processor is easy to spin up and try using our Quick Start guides available on each processor page.

List of Processors

Processor Use Case Description
broker Scaling LLM API load balancer and failover
charactercount Debugging A template processor
contentfilter Auditing Custom content filter using detoxify
mock Debugging Mock the LLM API by replicating your last API call
regex Debugging Regex matcher & JSON deserializer
spacyentities Monitoring Entity tagger using spaCy
tokenizer Scaling Generic tokenizer using GPT2Tokenizer

We host the custom processors' code on our GitHub page.