mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
Replace Hawksight-AI/semantica, semantica-dev/semantica, and semantica/semantica URLs across all docs files (17 files, ~100 links).
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/semantica-agi/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