mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
Removes all notebooks, data files, and exports under cookbook/use_cases/ (advanced_rag, biomedical, blockchain, capability_gap_defense, cybersecurity, finance, intelligence, renewable_energy, supply_chain) and the corresponding docs/use-cases.md page. Cleans up all references in docs/cookbook.md, docs/docs.json, docs/concepts.md, docs/modules.md, and docs/learning-more.md.
8.0 KiB
8.0 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
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
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