Frontier Engineering
← All workflows

RAG & Data Analysis · Advanced

Website Scraper to Vector Store

Scrapes a web page, strips HTML to extract clean text, chunks and embeds the content, and stores it in an in-memory vector store for later querying.

WebhookHTTP RequestOpenAIVector Store

What's inside · 7 nodes

  • webhook
  • httpRequest
  • code
  • textSplitterRecursiveCharacterTextSplitter
  • embeddingsOpenAi
  • vectorStoreInMemory
  • set