Documentation

Kognita Developer Docs

Kognita is a managed knowledge-base API that lets you ingest text, generate vector embeddings, and query your data with full-text, semantic, or hybrid search, all via a single HTTP API.

Explore the docs

How it works

  1. 1

    Create a knowledge base

    A named container with a vector embedding configuration (model + dimensions).

  2. 2

    Ingest content

    POST text to the knowledge base. Kognita chunks it, generates embeddings, and stores both.

  3. 3

    Search

    Query with full-text, semantic, or hybrid search. Get ranked results back as JSON.