📄️ Introduction to agents
Key concepts, basic operations, a quick view of the agent editor.
📄️ Create a general-purpose chatbot
Chatbot is one of the most common AI scenarios. However, effectively understanding user queries and responding appropriately remains a challenge. RAGFlow's general-purpose chatbot agent is our attempt to tackle this longstanding issue.
📄️ Embed agent into a webpage
You can use iframe to embed an agent into a third-party webpage.
📄️ Create a Text2SQL agent
Build a Text2SQL agent leverging RAGFlow's RAG capabilities. Contributed by @TeslaZY.