Features
Production-ready at scale
Reliable Accuracy
Agentset incorporates best-in-class RAG techniques such as hybrid search and reranking to get the highest result accuracy before you doing any customizations.
Deep Research
Agentset has built-in support for deep research, taking longer to return a result but reviews more sources and returns in-depth answers with greater context.
Citations
Agentset automatically cites the sources of your answers, allowing your users to inspect it.
Filters
Agentset supports metadata filtering, allowing you to base answers on a subset of the data.
Preview Links
Agentset allows you to capture external feedback quickly using a customizable chat interface.
Developer Experience
Built for developers
File Formats
Developer-first APIs to upload your data with 22+ file formats supported.
import { Agentset } from "agentset"; const agentset = new Agentset({ apiKey: "agentset_xxx" }); const namespace = agentset.namespace("ns_1234"); const ingestJob = await namespace.ingestion.create({ payload: { type: "FILE", fileUrl: "https://example.com/document.pdf", fileName: "my-document.pdf" }, config: { metadata: { foo: "bar" } } });
MCP Server
Bring your knowledge base to external applications through our MCP server.
AI SDK Integration
You can use Agentset with the AI SDK, making it easy to integrate into your own applications.
Model Agnostic
Agentset lets you select your own vector database, embedding model, and LLM.