mirror of
https://gitee.com/agents-flex/agents-flex.git
synced 2024-11-29 18:38:17 +08:00
doc: update docs
This commit is contained in:
parent
0571ed57bc
commit
73cec79657
@ -12,7 +12,7 @@ export default defineConfig({
|
||||
// logo: '/assets/images/logo02.png',
|
||||
|
||||
themeConfig: {
|
||||
logo: '/assets/images/logo.png',
|
||||
// logo: '/assets/images/logo.png',
|
||||
outline:{
|
||||
label:"章节"
|
||||
},
|
||||
|
17
readme.md
17
readme.md
@ -12,11 +12,11 @@
|
||||
## Features
|
||||
|
||||
- LLM Visit
|
||||
- Prompt、Prompt Template Loader
|
||||
- Prompt、Prompt Template
|
||||
- Function Calling Definer, Invoker、Running
|
||||
- Memory
|
||||
- Embedding
|
||||
- Vector Storage
|
||||
- Vector Store
|
||||
- Resource Loaders
|
||||
- Document
|
||||
- Splitter
|
||||
@ -24,8 +24,17 @@
|
||||
- Parser
|
||||
- PoiParser
|
||||
- PdfBoxParser
|
||||
- LLMs Chain
|
||||
- Agents Chain
|
||||
- Agent
|
||||
- LLM Agent
|
||||
- Chain
|
||||
- SequentialChain
|
||||
- ParallelChain
|
||||
- LoopChain
|
||||
- ChainNode
|
||||
- AgentNode
|
||||
- RouterNode
|
||||
- ELRouterNode
|
||||
- LLMRouterNode
|
||||
|
||||
## Simple Chat
|
||||
|
||||
|
16
readme_zh.md
16
readme_zh.md
@ -17,7 +17,7 @@
|
||||
- Function Calling 定义、调用和执行等能力
|
||||
- 记忆的能力(Memory)
|
||||
- Embedding
|
||||
- Vector Storage
|
||||
- Vector Store
|
||||
- 文档处理
|
||||
- 加载器(Loader)
|
||||
- Http
|
||||
@ -26,8 +26,18 @@
|
||||
- 解析器(Parser)
|
||||
- PoiParser
|
||||
- PdfBoxParser
|
||||
- LLM Chain
|
||||
- Agents Chain
|
||||
- Agent
|
||||
- LLM Agent
|
||||
- IOAgent
|
||||
- Chain 执行链
|
||||
- SequentialChain 顺序执行链
|
||||
- ParallelChain 并发(并行)执行链
|
||||
- LoopChain 循环执行连
|
||||
- ChainNode
|
||||
- AgentNode Agent 执行节点
|
||||
- RouterNode 路由节点
|
||||
- ELRouterNode 规则路由
|
||||
- LLMRouterNode LLM路由(由 AI 自行判断路由规则)
|
||||
|
||||
## 简单对话
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user