We are building a support ticket intelligence pipeline that classifies incoming requests and drafts contextual replies by combining Oxlo.ai embeddings, a local random forest classifier, and an LLM. It helps support teams cut response time by automating triage and surfacing relevant historical resolutions. The entire stack runs through Oxlo.ai's OpenAI-compatible API, so we can standardize on one provider for both vector and text generation workloads.
What you'll need
Python 3.10+
An Oxlo.ai API key from https://portal.oxlo.ai
The OpenAI SDK and scikit-learn: pip install openai scikit-learn numpy







