Flowise is an open-source LLM application builder that enables users to create sophisticated LLM applications using an intuitive drag-and-drop visual interface. It simplifies the process of building complex AI workflows, chatbots, and applications without requiring extensive coding knowledge.
Visual Flow Builder: Create complex AI applications using drag-and-drop nodes and visual connections, making LLM application development accessible to both technical and non-technical users
Chatflow Templates: Pre-built templates and components for common use cases like RAG, conversational AI, and document processing to accelerate development
Node-Based Architecture: Modular system with specialized nodes for different functions including LLMs, vector databases, document loaders, and memory management
API Integration: Seamless integration capabilities with REST APIs, webhooks, and various data sources for building production-ready applications
Now you’ll create an agent that uses TrueFoundry’s Gateway for LLM calls:
Navigate to AgentFlow: In the left sidebar, click on “AgentFlow” to access the workflow builder
Add a New Node: Click the “Add Node” button to start building your workflow
Connect Start Node: Make sure to create a connection from the Start node to your AgentFlow node. This is crucial for the workflow to function properly.