From 4316f9b2fe49985e487fdf060af9b24b7887fd53 Mon Sep 17 00:00:00 2001 From: Mohd Kaif <98801504+KaifAhmad1@users.noreply.github.com> Date: Thu, 9 Jul 2026 11:50:39 +0530 Subject: [PATCH] docs: drop CLI demo badge and ASCII mockups in favor of full reference link (#730) Condense the CLI section to the essential install/usage snippet and command groups, pointing to docs.getsemantica.ai for the full reference instead of maintaining static terminal mockups in the README. --- README.md | 64 +------------------------------------------------------ 1 file changed, 1 insertion(+), 63 deletions(-) diff --git a/README.md b/README.md index 3cbee7b4..bbfa8a55 100644 --- a/README.md +++ b/README.md @@ -980,74 +980,12 @@ Every capability is available from the terminal. The CLI ships with the package, ```bash pip install semantica semantica # startup dashboard +semantica doctor # health check semantica --help # full grouped command reference ``` -
- -Semantica CLI startup dashboard, health checks, graph build, shell, and grouped commands - -
- Start with `semantica`, verify with `doctor`, build a graph, and explore the command groups from one terminal. -### Startup Dashboard - -``` -$ semantica - - ███████╗███████╗███╗ ███╗ █████╗ ███╗ ██╗████████╗██╗ ██████╗ █████╗ - ██╔════╝██╔════╝████╗ ████║██╔══██╗████╗ ██║╚══██╔══╝██║██╔════╝ ██╔══██╗ - ███████╗█████╗ ██╔████╔██║███████║██╔██╗ ██║ ██║ ██║██║ ███████║ - ╚════██║██╔══╝ ██║╚██╔╝██║██╔══██║██║╚██╗██║ ██║ ██║██║ ██╔══██║ - ███████║███████╗██║ ╚═╝ ██║██║ ██║██║ ╚████║ ██║ ██║╚██████╗ ██║ ██║ - ╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ - -╭─────────────────────────────────────────────────────────────────────────────╮ -│ │ -│ Knowledge Intelligence Platform • v0.5.1 │ -│ │ -│ 🕸️ Context Graphs ⚡ Decision Intelligence 🔍 Provenance │ -│ 🧩 Knowledge Fusion 🧠 Reasoning Engine 📊 Explainability │ -│ │ -╰─────────────────────────────────────────────────────────────────────────────╯ - - Graph Store neo4j - Vector Store faiss - Profile default - Config ~/.semantica/config.yaml - - Run semantica --help for all commands • semantica shell for interactive mode -``` - -### Knowledge Graph Build - -``` -$ semantica kg build -s ./contracts/ -s ./reports/ --store neo4j - - contracts/ ████████████████████ 12/12 4.2s - reports/ ████████████████████ 8/8 2.9s - - Knowledge graph built 1,847 nodes 4,203 edges 7.1s -``` - -### `semantica doctor`: Health Check - -``` -$ semantica doctor - - Python 3.11.9 pass - semantica 0.5.1 pass - neo4j backend pass neo4j://localhost:7687 - faiss vector store pass - LLM provider warn OPENAI_API_KEY not set - Config file pass ~/.semantica/config.yaml -``` - **Command groups:** `ingest` · `parse` · `extract` · `kg` · `reason` · `decision` · `temporal` · `provenance` · `ontology` · `embed` · `deduplicate` · `validate` · `export` · `visualize` · `pipeline` · `server` · `explorer` · `mcp` · `doctor` · `shell` · `init` · `watch` → [Full CLI reference](https://docs.getsemantica.ai/)