mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
- Migrate from mint.json to docs.json (Mintlify v4) - Theme: maple, emerald green + near-black dark / cream light palette (#059669 primary, #0A0A0A dark bg, #FAF7F0 light bg) - Typography: Lexend headings, Inter body - 5-tab navigation: Documentation, Quick Start, API Reference, Cookbook, FAQ - Homepage: removed badge stickers, redundant h2, added blockquote tagline, full 27-module reference table with semantica.mcp_server added - quickstart.md: CodeGroup per pipeline step, pattern vs LLM options, AccordionGroup for patterns and troubleshooting - faq.md: full AccordionGroup structure across 5 sections - reference/explorer.md: NEW — FastAPI explorer, Ontology Hub, Distance Intelligence, CLI reference, REST API endpoints - reference/mcp_server.md: NEW — MCP stdio server, 12 tools with I/O examples, 3 resources, Claude Desktop/VS Code/Windsurf/Cline config - docs.json: explorer added to Output group, mcp_server to Utilities group - Chat, feedback (thumbs/suggest/raise), OG/Twitter metadata, search topbar - All reference pages reformatted with Mintlify JSX components Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 KiB
14 KiB
title, description, icon
| title | description | icon |
|---|---|---|
| Cookbook | Interactive Jupyter notebooks covering everything from your first knowledge graph to production GraphRAG systems. | flask |
Featured Recipes
Go from raw text to a queryable knowledge graph in 20 minutes.**Topics:** Extraction, Graph Construction, Visualization · **Difficulty:** Beginner
**Topics:** RAG, LLMs, Vector Search, Graph Traversal · **Difficulty:** Advanced
**Topics:** RAG, GraphRAG, Benchmarking · **Difficulty:** Intermediate
**Topics:** Streaming, Security, Dynamic Graphs · **Difficulty:** Advanced
Core Tutorials
Essential guides to master the Semantica framework.
An interactive introduction to the framework's core philosophy and all modules.**Topics:** Framework Overview, Architecture · **Difficulty:** Beginner
**Topics:** FileIngestor, WebIngestor, DBIngestor, Streams · **Difficulty:** Beginner
**Topics:** OCR, PDF Parsing, Text Extraction · **Difficulty:** Beginner
**Topics:** Text Cleaning, Unicode, Formatting · **Difficulty:** Beginner
**Topics:** NER, spaCy, LLM Extraction · **Difficulty:** Beginner
**Topics:** Relation Classification, Dependency Parsing · **Difficulty:** Beginner
**Topics:** Embeddings, OpenAI, HuggingFace · **Difficulty:** Intermediate
**Difficulty:** Intermediate
**Topics:** Neo4j, Cypher, Persistence · **Difficulty:** Intermediate
**Topics:** OWL, RDF, Schema Design · **Difficulty:** Intermediate
Advanced Concepts
Deep dive into advanced features, customization, and complex workflows.
Custom extractors, LLM-based extraction, and complex pattern matching.**Topics:** Custom Models, Regex, LLMs · **Difficulty:** Advanced
**Topics:** PageRank, Louvain, Shortest Path · **Difficulty:** Advanced
**Topics:** Agent Memory, GraphRAG, Entity Injection · **Difficulty:** Advanced
**Topics:** PyVis, NetworkX, D3.js · **Difficulty:** Intermediate
**Topics:** Truth Discovery, Voting, Confidence · **Difficulty:** Advanced
**Topics:** Serialization, Interoperability · **Difficulty:** Intermediate
**Topics:** Entity Resolution, Merging, Fusion · **Difficulty:** Advanced
**Topics:** Workflows, Automation, Error Handling · **Difficulty:** Advanced
**Topics:** Logic Rules, Inference Engines · **Difficulty:** Advanced
**Topics:** Time Series, Temporal Logic, Allen Algebra · **Difficulty:** Advanced
Industry Use Cases
Biomedical
Accelerating drug discovery by connecting genes, proteins, and drugs using PubMed RSS feeds, entity-aware chunking, GraphRAG, and vector similarity search.**Topics:** Bioinformatics, KG Construction, GraphRAG · **Difficulty:** Advanced
**Topics:** Genomics, Temporal KGs, Graph Analytics · **Difficulty:** Advanced
Finance
Merging financial data from Alpha Vantage API, MCP servers, RSS feeds, and market feeds.**Topics:** Finance, Data Fusion, MCP Integration · **Difficulty:** Intermediate
**Topics:** Anomaly Detection, Graph Mining, Temporal Analysis · **Difficulty:** Advanced
Blockchain
Analyzing decentralized finance protocols and transaction flows using CoinDesk RSS feeds, ontology-aware chunking, and conflict detection.**Topics:** Blockchain, DeFi, Smart Contracts, Ontology · **Difficulty:** Advanced
**Topics:** Blockchain Analytics, Network Analysis · **Difficulty:** Advanced
Cybersecurity
Detecting anomalies in real-time network traffic streams using CVE RSS feeds, Kafka streams, and temporal KGs.**Topics:** Network Security, Streaming, Temporal KGs · **Difficulty:** Advanced
**Topics:** Threat Intelligence, GraphRAG, Hybrid Retrieval · **Difficulty:** Advanced
Intelligence
Analyze criminal networks with graph analytics and key player detection using OSINT RSS feeds and network centrality analysis.**Topics:** Forensics, Social Network Analysis · **Difficulty:** Advanced
**Topics:** Intelligence Analysis, Pipeline Orchestration · **Difficulty:** Advanced
Renewable Energy & Supply Chain
Analyzing trends and pricing in the renewable energy market using EIA API, temporal KGs, and TemporalPatternDetector.**Topics:** Energy, Time Series, Temporal Analysis · **Difficulty:** Intermediate
**Topics:** Logistics, Risk Management, Deduplication · **Difficulty:** Advanced
How to Run
```bash pip install semantica[all] pip install jupyter ``` ```bash git clone https://github.com/Hawksight-AI/semantica.git cd semantica pip install -e ".[all]" pip install jupyter ``` ```bash jupyter notebook ``` You can also run the cookbook using Docker:docker run -p 8888:8888 hawksight/semantica-cookbook