Skip to content

GenAI Overview

Generative AI is at the heart of modern intelligent applications. Flow-Like provides everything you need to build sophisticated AI-powered workflows—from simple chatbots to complex multi-agent systems with knowledge retrieval.

With Flow-Like’s GenAI capabilities, you can create:

Application TypeDescription
Chatbots & AssistantsConversational AI with memory and context
Knowledge Bases (RAG)AI that answers questions from your documents
Data ExtractionAutomatically pull structured data from text
AI AgentsAutonomous assistants that use tools and make decisions
Content GeneratorsCreate text, summaries, and creative content

Before diving in, here are the key concepts you’ll work with:

AI models are the “brains” behind your GenAI applications. Flow-Like supports dozens of providers including OpenAI, Anthropic, Google, and local models via Ollama.

👉 Learn about AI Models & Setup

Build interactive chat experiences with full conversation history, streaming responses, and the Chat UI.

👉 Learn about Chat & Conversations

Give your AI access to your own documents using Retrieval-Augmented Generation (RAG). Upload files, create embeddings, and search semantically.

👉 Learn about RAG & Knowledge Bases

Create autonomous AI agents that can use tools, search databases, call APIs, and make multi-step decisions.

👉 Learn about AI Agents

Use AI to extract structured data from unstructured text—perfect for forms, document processing, and data pipelines.

👉 Learn about Extraction & Structured Output

Here’s a high-level view of what a basic chatbot looks like in Flow-Like:

┌─────────────────┐ ┌──────────────┐ ┌─────────────────┐
│ Chat Event │────▶│ Invoke LLM │────▶│ Push Response │
│ (receives msg) │ │ (generate) │ │ (send reply) │
└─────────────────┘ └──────────────┘ └─────────────────┘
  1. Chat Event – Receives the user’s message and chat history
  2. Invoke LLM – Sends the conversation to an AI model
  3. Push Response – Streams the AI’s response back to the user

You’ll learn how to build this and much more in the following guides!

If you want to…Start here
Build a conversational assistantChat & Conversations
Answer questions from your documentsRAG & Knowledge Bases
Extract data from PDFs or emailsExtraction & Structured Output
Create an autonomous agent with toolsAI Agents
Use a local/self-hosted modelAI Models & Setup

Before building GenAI apps, make sure you have:

  1. Flow-Like Desktop installed (Download)
  2. API keys for your chosen AI provider(s), or a local model running via Ollama
  3. Models configured in Flow-Like (AI Models Setup)

Ready to start building? Choose your path: