Description
Add a cookbook example under examples/cookbook/firecrawl/ that combines Firecrawl's web scraping with Moss's semantic search. The pattern: crawl one or more URLs with Firecrawl to get clean markdown content, index the results into Moss, then query the knowledge base semantically all in a few lines of code.
Use case
Firecrawl turns any website into clean, structured markdown eliminating the hardest part of building a web-sourced knowledge base. Paired with Moss, the full pipeline from URL to queryable semantic index takes under 20 lines of code, with no separate vector DB or search infrastructure.
Description
Add a cookbook example under examples/cookbook/firecrawl/ that combines Firecrawl's web scraping with Moss's semantic search. The pattern: crawl one or more URLs with Firecrawl to get clean markdown content, index the results into Moss, then query the knowledge base semantically all in a few lines of code.
Use case
Firecrawl turns any website into clean, structured markdown eliminating the hardest part of building a web-sourced knowledge base. Paired with Moss, the full pipeline from URL to queryable semantic index takes under 20 lines of code, with no separate vector DB or search infrastructure.