Low-code workflow platforms cannot deliver RFQ precision

Low-code workflow platforms cannot deliver RFQ precision

Ashley Scillitoe
Ashley Scillitoe
October 29, 2025

Responding to Requests for Quotation (RFQs) and building accurate proposals is a time-consuming, complex workflow. It involves rapidly finding the right items in often large product catalogs, proposing substitutes or recommending complementary products, and taking customer specific contract terms into account. The speed and accuracy of this process determine whether you win the deal.

Many automation tools, such as n8n, try to solve the core data retrieval challenge using traditional Retrieval-Augmented Generation (RAG). As we mentioned in our last article, this approach is fundamentally insufficient for high-stakes tasks like RFQ automation.

Now we'll use a practical example to demonstrate where traditional RAG falls short and why a production-ready search system powered by agentic search is required to guarantee RFQ accuracy.

Setting the stage: IT provider RFQ

To demonstrate the critical difference between simple RAG and a production-ready search system, we'll walk through a common scenario for an IT provider. The task begins with an incoming RFQ from a client (significantly simplified for the purposes of demonstration):

A customer email requesting three options for label printers
The customer request for quotes.

To fulfil this request, the automation system must search through the the company's product catalog to find three suitable products. While our illustration shows a catalog of around 6,000 products, in a real enterprise setting, this catalog could easily contain tens or even many hundreds of thousands of items, each with detailed descriptions, pricing, and stock status.

The system must perform an intelligent search across this combination of structured and unstructured data:

A product catalog containing 6000 rows and a mix of structued and unstructured data
The product catalog containg over 6000 products.

Where traditional RAG falls short: an example with n8n

To demonstrate the precision gap, we examine a typical RAG implementation in a low-code tool (n8n).

The workflow relies on a Load Data Flow where the large product catalog must be chunked and embedded. Even for our 6,000-product example, this quickly strains their cloud plans, forcing enterprises into complex external vector store setups (like Qdrant)—which defeats the promise of low-code simplicity.

A RAG workflow in n8n
n8n
A typical RAG workflow in n8n.

The system then uses the semantic search in the Retriever Flow to process the RFQ. It looks for conceptually similar items in the catalog based on the text query "desktop thermal label printers under 200 euro plus vat”.

When the RAG system executes the query, it retrieves products that are conceptually similar but ignores the critical budget limit.

n8n's Embedding OpenAI node running a semantic search over the embedded product catalog
n8n
n8n's "Embeddings OpenAI" node running a semantic search over the embedded product catalog.

The products retrieved are all models of the Brother TD-4550DNWB printer, with prices starting at €619.99, well outside the €100 to €200 budget!

The final response from n8n's RAG workflow, containing three product recommendations that are well over the customers budget
n8n
The final recommended products from the n8n workflow are well over the customer's budget.

The RAG system fails because it treats the rich, filterable data (price, stock, EOL date) as flat text. Semantic search prioritizes conceptual similarity (e.g., "desktop thermal label printer") over the precise filtering constraints (e.g., price range). The fundamental flaw results in an inaccurate retrieval. The deal is already lost at the first hurdle, finding the right products.

Guaranteed precision: the power of agentic search

Decision computing eliminates the need for manual RAG pipeline construction, external vector stores, and brittle database connections. Instead, the process is consolidated into a simple workflow:

Decision Computing's agentic workflow, with an Agent node directly orchestrating the customer's request and data access.
Decision Computing
In our streamlined workflow, the Agent directly processes the customer request and orchestrates data access.

The Agent acts as a sophisticated query orchestrator. It intelligently separates the core search intent from precise filtering requirements (like budget), using powerful hybrid search to guarantee retrieval precision across all enterprise data types. This hybrid approach leverages semantic, full-text, and advanced SQL queries across structured catalogs, unstructured documents, images, audio, and video - handling the messy reality of enterprise knowledge.

The result is a prompt and accurate response:

The generated response, containing product recommendations that precisely match the customer's request.
Decision Computing
The product recommendations from our workflow precisely match the customer's request.

Creating a winning quote 🥇

Our demonstration proves that a basic RAG setup is insufficient for high-stakes workflows like RFQ automation, whilst our agentic search platform orchestrates and completes the full, multi-stage workflow. After finding the requested items, the workflow also applies further steps to ensure:

  • Contract Compliance: Searches unstructured documents for customer-specific contract terms.
  • Dynamic Discounting: Applies real-time, customer-specific discounts and special agreements.
  • Cross-Selling: Intelligently finds substitutes or complementary products.
  • Finalization: Assembles all data and generates the final quote response using a bespoke template.

Our platform handles this in one simple, continuous workflow, giving winning quotes in record time.

Screenshot of a professional quote document generated by the system, featuring the selected product, terms, conditions, and VAT calculation.
Decision Computing
The final formatted quote from our workflow, ready to be sent to the customer in record time!

Want to handle RFQs at enterprise scale in seconds?

Deploy a production-ready search system to free your team to deliver value, not chase data.

Decision Computing

Workflow automation to scale productivity 1000x

Get a demo

Get the latest product news and updates.