Langflow 1.10 just released!
gradient
  1. Home  /

  2. Blog  /

  3. Langflow Micro Tutorials — Multiple Sources

Langflow Micro Tutorials — Multiple Sources

Rodrigo Nader

Written by Rodrigo Nader

September 12, 2023

I’m launching a new series centered on super simple (micro) tutorials using Langflow. The goal is to quickly equip you with practical knowledge, inspiring the community to design their own use cases for Langflow and custom components.

What is it about:

  • Practical Uses: The series will try to offer ideas on different ways to use Langflow and LLM pipelines in general.
  • Emphasis on Custom Components: A major part of these flows revolves around custom components. You’ll learn how to design and integrate them into your flows.
  • Resources: Each article provides a link to download the respective project. Use it to explore, modify, and understand the flow in-depth.

I hope the series is helpful and encourages you to discover creative ways to dive into the LLM landscape.

The first flow we will cover is a basic website reading flow that uses the prompt template to open space for multiple sources. Have fun!

Multiple Sources

Main Features

  • Prompt Template: The project revolves around the use of a prompt template. This template serves as a blueprint for generating LLM prompts and creates input variables to be introduced from other components.

Objective

For small amounts of text, the prompt template is enough to enable users to retrieve data from various sources without relying on a vector store. In this project, input data comes from WebBaseLoader components, but you can imagine different loader types as well, with templates serving a diversity of purposes.


Download Flow (gist)


Similar Posts

Langflow 1.10 Desktop is now available

Langflow 1.10 Desktop is now available

Langflow Dev Team

Written by Langflow Dev Team

June 18, 2026

Langflow 1.10 Desktop is now available. For the full list of new features and platform updates in 1.10, see the OSS release announcement.

Langflow 1.10 released: Assistant flow building, Memory bases, DB Providers, internationalization, and more

Langflow 1.10 released: Assistant flow building, Memory bases, DB Providers, internationalization, and more

Langflow Dev Team

Written by Langflow Dev Team

June 9, 2026

Langflow 1.10 expands Langflow Assistant to build entire flows, introduces Memory bases for long-term semantic memory, adds configurable vector database backends, brings the interface to seven languages, and more.

Scaling Langflow: Unlocking Massive Memory Savings and Bulletproof Reliability

Scaling Langflow: Unlocking Massive Memory Savings and Bulletproof Reliability

Langflow Dev Team

Written by Langflow Dev Team

June 9, 2026

The Langflow engineering team breaks down a comprehensive package of memory and stability enhancements spanning v1.9.0 through v1.10.0—achieving an ~89% reduction in memory consumption through dependency pruning, worker lifecycle management, and advanced Linux Copy-on-Write techniques.

Langflow Policies: Turning Natural-Language Rules into Guarded Tools

Langflow Policies: Turning Natural-Language Rules into Guarded Tools

Langflow Dev Team

Written by Langflow Dev Team

May 20, 2026

Langflow's new Policies feature compiles natural-language business rules into deterministic guards around agent tools—so policy violations are caught before they happen, not after.