Building Semantic Search for a Laravel Markdown Blog with Embeddings
A practical guide to building semantic search for a Laravel Markdown blog with embeddings, chunking, metadata, ranking signals, indexing flow, and search-quality evaluation.
4 articles
A practical guide to building semantic search for a Laravel Markdown blog with embeddings, chunking, metadata, ranking signals, indexing flow, and search-quality evaluation.
Deep dive into League/CommonMark extensions. Create custom renderers for alerts, custom blocks, and integrate Shiki for syntax highlighting.
Rendering user-generated (or even admin-generated) content requires strict security practices. Learn how to configure league/commonmark to prevent XSS attacks.
Learn how this markdown-based blog works and how to create your first post.