Setting Up Semantic Search
This tutorial is a placeholder. Content will be added in a future release.
What you will build: A fully indexed project with semantic search, hybrid BM25+vector search, and code graph queries working end-to-end.
Prerequisites:
synwire-mcp-serverinstalled- A project of at least 1 000 lines of code to make search interesting
See these existing resources:
- How-To: Semantic Search — task-focused recipes
- Semantic Search Architecture — design rationale
- Tutorial 09: Semantic Search — existing walkthrough using the Rust API directly