Skip to content
@vectros-ai

Vectros

Vectros is an enterprise-grade platform for hybrid search, structured data, and AI-native application primitives

Vectros

The secure data, document, search, and AI back-end you build apps on.

Vectros gives your application a typed data store, a document pipeline, hybrid search (BM25 + vector with RRF fusion), and citation-grounded retrieval, with multi-tenant isolation, scoped access keys, and a tamper-evident audit trail, behind one coherent API.

A first call

import { VectrosClient } from "@vectros-ai/sdk";

const client = new VectrosClient({
  environment: "https://api.vectros.ai",
  token: process.env.VECTROS_API_KEY!,
});

// Hybrid (keyword + semantic) search over your indexed content, with citations.
const results = await client.search.content({ query: "annual leave policy" });

Get started

SDKs

Language Install Repository
TypeScript / Node.js npm install @vectros-ai/sdk vectros-sdk-node
Python pip install vectros vectros-sdk-python
Java ai.vectros:vectros-sdk (Maven Central) vectros-sdk-java

The full API surface is described in vectros-api-spec (OpenAPI). Agents can reach Vectros over MCP via vectros-mcp-server.

What you can build

  • Hybrid search over your documents and structured records, keyword + vector, fused.
  • Document ingestion with schema-defined indexing, lookup/range queries, and folders.
  • Grounded inference: chat, RAG, and document-ask, answered with citations.
  • Multi-tenant by design: per-customer isolation, scoped keys, and app-contexts.

Security & trust

Per-customer fail-closed isolation, least-privilege scoped keys, and a tamper-evident audit and version history. Customer-facing surfaces are hardened through extensive adversarial security review. See the compliance & trust guide.


Building something with Vectros? Start at docs.vectros.ai.

Popular repositories Loading

  1. vectros-mcp-server vectros-mcp-server Public

    Vectros MCP server for agentic use

    TypeScript 1

  2. vectros-api-spec vectros-api-spec Public

    OpenAPI specification for the Vectros API — the typed data, document, search, and AI back-end for your application.

  3. vectros-sdk-node vectros-sdk-node Public

    Official TypeScript/Node.js SDK for the Vectros API — hybrid search, document ingestion, structured records, and grounded inference.

    TypeScript

  4. vectros-feedback vectros-feedback Public

    Bug reports and feature requests

  5. vectros-blueprints vectros-blueprints Public

    Vectros blueprints — curated example use-case schemas and the Blueprint format

    TypeScript

  6. vectros-react vectros-react Public

    React building blocks for Vectros apps — an auth stack (Cognito/Auth0/Clerk/OIDC behind one adapter), MFA, the API token cache, and UI primitives.

    TypeScript

Repositories

Showing 10 of 12 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…