doc: update docs

This commit is contained in:
Michael Yang 2024-05-09 10:06:14 +08:00
parent 0571ed57bc
commit 73cec79657
3 changed files with 27 additions and 8 deletions

View File

@ -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:"章节"
},

View File

@ -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

View File

@ -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 自行判断路由规则)
## 简单对话