Skip to content
@datakailabs

datakailabs

DataKai

We build knowledge infrastructure.
Our tools turn scattered documentation into queryable, graph-connected knowledge that AI applications can reason over.

PyPI License

Conduit — The Knowledge Graph Engine

Conduit combines vector search with knowledge graph traversal. When it finds a relevant concept, it walks relationships to discover connected knowledge the query didn't mention. That's the difference between keyword-matching and understanding.

pip install 'conduit-ai[local]'
from conduit_ai import LocalConduit

conduit = LocalConduit("./my-kb")
conduit.install_pack("snowflake-2026.04.ckp")
results = conduit.search("How does Cortex Search work?")

Get Started

conduit The engine — self-host with Docker Compose, or embed in Python
conduit-py Python SDK — LangChain retriever, embedded DuckDB engine, CLI
conduit-mcp MCP server — plug into Claude Code, Cursor, Pi, or any MCP agent
knowledge-packs Seed packs — Snowflake, AWS, Databricks, GenAI (14,944 zettels)

Quick Paths

  • Data engineer in a notebook?pip install 'conduit-ai[local]' + install a knowledge pack
  • Building a chatbot/assistant? → Self-host the engine with Docker Compose
  • Using Claude Code or Cursor? → Install conduit-mcp for knowledge graph access in your agent
  • Want to try it first?pip install conduit-ai and run conduit inspect snowflake-2026.04.ckp

Popular repositories Loading

  1. project-kit project-kit Public

    Command-line tool for managing software projects with metadata tracking, tmux session management, and cloud context switching

    Go

  2. semblant semblant Public

    Resume-as-code. YAML data, Go server, Astro frontend, D3 visualizations, PDF export — single binary.

    TypeScript

  3. conduit conduit Public

    The knowledge graph engine. Graph-augmented retrieval for AI applications.

    TypeScript

  4. conduit-py conduit-py Public

    Python SDK for Conduit — LangChain retriever, embedded DuckDB engine, CLI.

    Python

  5. conduit-mcp conduit-mcp Public

    MCP server giving AI agents access to Conduit knowledge graphs.

    Python

  6. knowledge-packs knowledge-packs Public

    Pre-built knowledge packs for Conduit — Snowflake, AWS, Databricks, GenAI.

Repositories

Showing 7 of 7 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…