📄️ Introduction
Introduction to KubeAGI
📄️ Quick Start
How to quickly build a knowledge base application will be described here.
📄️ Create LLM Agent
通过平台的应用管理,可以通过可视化的方式快速创建 AI 智能体,并对自己的智能体进行编排和调试。通过智能体编排,有效地管理和协调智能体来完成复杂的任务或达成特定的目标。同时,智能体编排也是智能体构建过程中非常重要的一个步骤。
📄️ Tune your Prompt
In an AI agent, the importance of prompts can't be ignored. A prompt refers to the instructions or questions provided to an AI model to guide its response generation or task execution. The design and selection of prompts can significantly influence the output and behavior of an AI model.
📄️ GPTs
AgileGPT 是一个前台用户平台,您可在此与智能体进行对话、查看对话记录。同时,在 KubeAGI 开发的智能体可以直接发布至 AgileGPT 中。
📄️ Publish Agent
进入智能体页面,点击选择想要发布的智能体,进入智能体详情。在智能体详情的操作下拉列表中,点击选择【发布智能体】,选择发布平台(暂时只支持 AgileGPT 平台),即可将智能体发布至所选平台中,所选平台(如 AgileGPT)用户可看到该智能体,并与之进行对话。
📄️ Evaluation
什么是 RAG 评估?
📄️ Scenarios
文档摘要生成
📄️ Frequent Question
Q1: Why is data processing necessary?