TypeGraphTypeGraphTypeGraphDocs
Back to Dashboard
IntroductionGuidesDatabase AdaptersEmbeddersExtraction LLMs
SetupBucketsDocumentsEventsThreadsSearchMemoryGraphJobsPolicyTypes

Typescript SDK

The TypeGraph SDK provides a type-safe interface for the full RAG pipeline. Browse the sections below to explore available methods and examples.

Buckets

Create and manage named collections of indexed documents and event artifacts.

Documents

Ingest, list, retrieve, update, and delete durable long-form content.

Events

Ingest and inspect time-anchored business occurrences.

Threads

Create ordered conversation containers and append simple turns.

Search

Resource filters and semantic, BM25, graph, and recency weights.

Memory

Store, correct, and recall persistent memory across conversations and sessions.

Graph

Search and traverse entity relationships extracted from documents and events.

Jobs

Track async ingest jobs and monitor indexing pipeline progress.

Policy

Configure governance policies for SDK actions.

Types

TypeScript type definitions and interfaces for the full SDK surface.