OmegaKG is a sophisticated knowledge graph integration system combining Neo4j, PostgreSQL (pgvector), and LLM-based ingestion services to create a comprehensive memory and operation system for the ApexSigma architecture.
d:/projects/OmegaKG/
├── CortexBridge/ # React/Vite Frontend Dashboard
├── InGest-LLM.as/ # Vector Ingestion Microservice (Python/FastAPI)
├── memos.MCP/ # Model Context Protocol Server (Python)
├── Omega_KG_stable/ # Core Knowledge Graph Service (Python/FastAPI)
├── OmegaVault/ # Central Knowledge Base (Obsidian Vault)
│ └── ApexSigma/
│ └── development/
│ └── projects/ # Consolidated Project Documentation
│ ├── OmegaKG/
│ ├── memos.MCP/
│ └── InGest-LLM/
├── scripts/ # Operational Scripts
│ ├── database/
│ ├── maintenance/
│ ├── operations/
│ ├── testing/
│ └── utilities/
└── tests/ # Integration Tests
- Python 3.12+
- Poetry 2.0+
- Docker Desktop (for Redis, Neo4j, Postgres)
- PowerShell 7+
-
Install Dependencies:
poetry install
-
Start Infrastructure:
./scripts/operations/launch-unified.ps1
-
Verify Status:
python scripts/maintenance/verify-mcp-config.py
Primary documentation is centrally located in the Vault:
- Governance & Guidelines:
OmegaVault/ApexSigma/development/projects/OmegaKG/governance/ - Architecture:
OmegaVault/ApexSigma/development/projects/OmegaKG/docs/architecture/ - Operations:
OmegaVault/ApexSigma/development/projects/OmegaKG/docs/ops/ - Agent Guidelines:
OmegaVault/ApexSigma/development/projects/OmegaKG/guidelines/agents.md
- Script Reference:
scripts/SCRIPTS_REFERENCE.md - MCP Configuration:
OmegaVault/ApexSigma/development/projects/memos.MCP/docs/configuration.md - Data Flow:
OmegaVault/ApexSigma/development/projects/OmegaKG/docs/architecture/dataflow.md
We use a strict Poetry-based workflow.
- All Python commands must be run via
poetry run <command>. - Use
scripts/operations/launch-unified.ps1to start services. - Consult
agents.mdbefore starting new tasks.
Old documentation and reports are archived in:
OmegaVault/ApexSigma/development/projects/OmegaKG/archive/
Sanitized and Reorganized: 2026-01-15