Skip to main content

LlamaIndex

Use Firecrawl with LlamaIndex for RAG applications
1 min read

Integrate Firecrawl with LlamaIndex to build AI applications with vector search and embeddings powered by web content.

Setup#

Create .env file:

Note: If using Node < 20, install dotenv and add import 'dotenv/config' to your code.

This example demonstrates how to use LlamaIndex with Firecrawl to crawl a website, create embeddings, and query the content using RAG.

For more examples, check the LlamaIndex documentation.