PROJECT · gopedia

gopedia

Enterprise Knowledge Graph Platform

Core Features

  • ingest
  • rag
  • ontology

Target Users (Priority)

  • Enterprise
  • Team
  • Individual

Primary Use Cases

  • Distributed and unstructured data integration into a single source of truth
  • Dense query and generation with layered retrieval (L1/L2/L3) for token efficiency
  • Dev/docs/issues integration (code repos, wiki, tickets, meeting notes) with relationship inference and hierarchical search
  • Large-scale infrastructure operations context retrieval by machine and segment

Architecture Summary

  • Lifecycle: Root → Stem → Rhizome → Leaf/Fruit
  • Pipeline split: phloem-flow for ingestion, xylem-flow for RAG/query
  • Contract and transport: gRPC / Protobuf
  • Polyglot storage: PostgreSQL, TypeDB, Qdrant, ClickHouse
  • Authorization: SpiceDB (ReBAC)

Quick Start

Install gopedia in one line with the morphso CLI. It brings up a self-contained Docker Compose stack (gopedia + PostgreSQL · Qdrant · TypeDB).

curl -fsSL https://morphso.toji.homes/install | sh
OPENAI_API_KEY=sk-... morphso install gopedia --docker --yes

--docker needs no login. OPENAI_API_KEY is required for ingest & search embeddings.

morphso ↗

Roadmap Snapshot

  • Verify MVP completed for markdown and code formats
  • Through end of April: quality improvements on existing capabilities
  • Early May: begin applying additional formats

Related Projects

Demo

Install → run demo → score verification playlist

Install → run demo → score verification playlist

Contact