Skip to main content

107 docs tagged with "workflow"

View all tags

Overview

Web endpoints are APIs specifically designed to receive and ingest data. They are made available when you create a new workflow, providing a unique URL to which you can send your data for processing.

Workflow > AI > Chat

Chat completion against a configured AI provider (OpenAI, Mistral, Anthropic, Gemini, Cohere, Moonshot, Scaleway AI, OpenRouter, DeepSeek), with optional conversation memory.

Workflow > AI > Enricher

Add LLM-extracted fields (sentiment, entities, classifications, …) to every record of a JSONL file.

Workflow > AI > Filter

Keep or drop each record of a JSONL file based on a natural-language acceptance criterion evaluated by an LLM.

Workflow > AI > Reranker

Re-score and filter a list of candidate documents against a query using an LLM/reranker provider.

Workflow > DB > Qdrant Upsert

Insert or update points (id + dense + optional sparse vectors + payload) into a Qdrant collection from a JSONL file.