Frontier Engineering
← All workflows

RAG & Data Analysis · Advanced

Multi-Source RAG Ingestion Pipeline

Fetches documents from an HTTP source, splits and embeds them, and stores the vectors so answers can be grounded in the combined corpus.

WebhookHTTP RequestOpenAIVector Store

What's inside · 6 nodes

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