infrastructure.ready
geist-platform

$ geist init --rag --semantic-search

initializing knowledge infrastructure...

success: platform deployed in 3.2s

AI Knowledge
Infrastructure

White-label RAG platform. Semantic search, document ingestion, and conversational AI. Deploy your own knowledge system in days, not months.

// powers these products

LIFEGISTDERMGISTSPORTGISTCAREERGIST

Platform Capabilities

// everything you need to build production AI systems

geist.ingest()stable

Document Ingestion

PDF, DOCX, HTML, Markdown. Automatic chunking, embedding generation, and indexing.

geist.search()stable

Semantic Search

Hybrid search with vector + keyword ranking. Sub-100ms latency at scale.

geist.chat()stable

RAG Chat

Conversational AI with citation tracking. Stream responses with source attribution.

geist.sync()beta

Source Connectors

Google Drive, Confluence, Notion, SharePoint. Real-time sync and updates.

geist.auth()stable

SSO & RBAC

SAML, OAuth, OIDC. Role-based access control. Document-level permissions.

geist.api()stable

REST & SDK

Full API access. Python and TypeScript SDKs. Webhooks for events.

agents.framework

Intelligent Agents & Tools

// production-ready AI agents with domain-specific tools

Auto-Discovery
// agents and tools registered at startup
Semantic Routing
// embedding-based intent classification
Domain Isolation
// configurable cross-domain access
Multi-Provider
// OpenAI, Anthropic, Google, local
8
agents
15
tools
3
workflows
5
domains
agent.goal()
LIFEGISTstable

Goal Agent

Productivity

AI-powered goal planning, tracking, and achievement support with intelligent breakdown of objectives.

.goal_plan().goal_track().goal_search()
agent.contact()
LIFEGISTstable

Contact Agent

Relationships

Intelligent contact and relationship management with interaction tracking and smart suggestions.

.contact_search().contact_create()
agent.surgery()
DERMGISTstable

Surgical Recommendation Agent

Healthcare

Generate AI-powered surgical reconstruction recommendations with evidence-based rationales.

.surgical_recommend().procedure_compare()
agent.image()
DERMGISTstable

Image Analysis Agent

Healthcare

Analyze surgical defect images for measurements, tissue quality, and technique suggestions.

.image_analyze().wound_analyze()

Production-Ready Architecture

Built for scale from day one. Multi-tenant by design. Deploy on your infrastructure or ours.

Embedding latency// TEI embeddings
<50ms
Search latency// pgvector + reranking
<100ms
Document capacity// per tenant
10M+
Uptime SLA// enterprise tier
99.9%
docker-compose.yml
services:
  geist-api:
    image: geist/platform:latest
    environment:
      - EMBEDDING_MODEL=bge-m3
      - LLM_PROVIDER=anthropic
      - VECTOR_DB=pgvector
    ports:
      - "8080:8080"

  postgres:
    image: pgvector/pgvector:pg16
    volumes:
      - ./data:/var/lib/postgresql

  redis:
    image: valkey/valkey:7

Transparent Pricing

// no per-seat fees. scale as you grow.

// starter

Developer

$299/mo
  • 5,000 documents
  • 2,500 queries/mo
  • Unlimited users
  • Custom branding
  • SSO integration
  • Email support
get_started()
recommended
// professional

Business

$799/mo
  • 25,000 documents
  • 10,000 queries/mo
  • Everything in Starter
  • Advanced analytics
  • Full API access
  • Priority support
request_demo()
// enterprise

Custom

Contact
  • Unlimited everything
  • Dedicated infra
  • On-premise option
  • HIPAA/SOC2
  • Custom SLA
  • Account manager
contact_sales()

Request a Demo

// see geist platform in action