Skip to main content

Guides

Step-by-step walkthroughs for building real applications with SynapseKit. Every guide is fully self-contained, includes a Google Colab notebook, and follows a consistent structure: setup → steps → complete working example → troubleshooting → next steps.

Categories

CategoryGuidesWhat you'll build
RAG Fundamentals8PDF knowledge bases, streaming RAG, hybrid search, memory-augmented pipelines
Advanced Retrieval7RAG Fusion, Self-RAG, GraphRAG, parent-document retriever, cross-encoder reranking
Agents & Tools10Research assistants, SQL agents, code execution, structured outputs, streaming
Multi-Agent Systems5Crew pipelines, supervisor routing, handoff chains, A2A communication
Graph Workflows8Linear pipelines, conditional routing, fan-out/fan-in, human-in-the-loop, checkpointing
LLM Providers & Optimization5Provider comparison, cost routing, fallback chains, semantic caching, structured outputs
Real-World Integrations7GitHub PR review, Slack bots, SQL analytics, email triage, YouTube summarizer

Prerequisites: Python 3.10+, pip install synapsekit

Looking for quick copy-paste snippets? See Patterns.