Files
semantica/docs/cookbook.md
T
KaifAhmad1 c469f5455b feat(graph_store): Add Graph Store module to cookbook and examples
- Add new Graph_Store.ipynb introduction notebook
- Update Advanced_Graph_Analytics.ipynb with graph store persistence
- Update Fraud_Detection.ipynb with graph database storage
- Update Transaction_Network_Analysis.ipynb with blockchain graph storage
- Update Criminal_Network_Analysis.ipynb with criminal network persistence
- Update Welcome_to_Semantica.ipynb with Graph Store module documentation
- Update docs/cookbook.md, docs/examples.md, docs/CodeExamples.md
- Sync all notebooks to docs/cookbook directory
2025-11-26 16:55:55 +05:30

10 KiB

🍳 Semantica Cookbook

Welcome to the Semantica Cookbook!

This collection of Jupyter notebooks is designed to take you from a beginner to an expert in building semantic AI applications. Whether you're looking for quick recipes or deep-dive tutorials, you'll find it here.


🏁 Introduction

Start here if you are new to the framework. These notebooks cover the essentials.


🧠 Advanced Concepts

Deep dive into advanced features and customization.


💡 Use Cases

Real-world examples and applications across various industries.

Advanced RAG

  • GraphRAG Complete: End-to-end implementation of Graph Retrieval Augmented Generation.

Biomedical

Blockchain

Cybersecurity

Finance

Healthcare

Intelligence

  • Network Analysis Intelligence Reports: Analyzing intelligence reports for network insights.
  • Criminal Network Analysis: Analyze criminal networks with graph analytics, key player detection, and intelligence reporting using agent-based workflows and MCP integration.
  • Law Enforcement and Forensics: Process forensic evidence, analyze case files, build temporal case timelines, and generate forensic analysis reports with agent-based workflows.
  • Intelligence Analysis: Comprehensive intelligence analysis using Orchestrator-Worker pattern with complete graph analytics, hybrid RAG, ontology building, threat assessment, and geospatial intelligence.

Renewable Energy

Supply Chain

Trading


🛠️ How to Run

To run these notebooks locally:

  1. Clone the repository:

    git clone https://github.com/Hawksight-AI/semantica.git
    cd semantica
    
  2. Install dependencies:

    pip install -e .[all]
    pip install jupyter
    
  3. Launch Jupyter:

    jupyter notebook