Files
semantica/docs/cookbook.md
T
KaifAhmad1 89a64a483b docs: enhance documentation structure and notebook formatting
- Update mkdocs.yml navigation to use new cookbook index
- Create comprehensive docs/cookbook.md index
- Refactor Welcome_to_Semantica.ipynb to use Markdown cells
- Enhance markdown formatting in Your_First_Knowledge_Graph.ipynb and Financial_Data_Integration.ipynb
- Update custom.css and version-selector.js for better styling
- Populate modules.md, concepts.md, and getting-started.md with detailed content
2025-11-23 14:17:36 +05:30

9.5 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

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