docs: 添加 Eino 框架参考文档
This commit is contained in:
33
docs/Eino/docs/ecosystem_integration/chat_model/_index.md
Normal file
33
docs/Eino/docs/ecosystem_integration/chat_model/_index.md
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
Description: ""
|
||||
date: "2026-03-02"
|
||||
lastmod: ""
|
||||
tags: []
|
||||
title: ChatModel
|
||||
weight: 1
|
||||
---
|
||||
|
||||
# ChatModel 组件列表
|
||||
|
||||
本分类的各组件详细文档请参考 GitHub README:
|
||||
|
||||
<table>
|
||||
<tr><td>组件名称</td><td>中文文档</td><td>English Docs</td></tr>
|
||||
<tr><td>ARK</td><td><a href="https://github.com/cloudwego/eino-ext/blob/main/components/model/ark/README_zh.md">README_zh.md</a></td><td><a href="https://github.com/cloudwego/eino-ext/blob/main/components/model/ark/README.md">README.md</a></td></tr>
|
||||
<tr><td>ARKBot</td><td><a href="https://github.com/cloudwego/eino-ext/blob/main/components/model/arkbot/README_zh.md">README_zh.md</a></td><td><a href="https://github.com/cloudwego/eino-ext/blob/main/components/model/arkbot/README.md">README.md</a></td></tr>
|
||||
<tr><td>Claude</td><td><a href="https://github.com/cloudwego/eino-ext/blob/main/components/model/claude/README_zh.md">README_zh.md</a></td><td><a href="https://github.com/cloudwego/eino-ext/blob/main/components/model/claude/README.md">README.md</a></td></tr>
|
||||
<tr><td>DeepSeek</td><td><a href="https://github.com/cloudwego/eino-ext/blob/main/components/model/deepseek/README_zh.md">README_zh.md</a></td><td><a href="https://github.com/cloudwego/eino-ext/blob/main/components/model/deepseek/README.md">README.md</a></td></tr>
|
||||
<tr><td>Gemini</td><td><a href="https://github.com/cloudwego/eino-ext/blob/main/components/model/gemini/README_zh.md">README_zh.md</a></td><td><a href="https://github.com/cloudwego/eino-ext/blob/main/components/model/gemini/README.md">README.md</a></td></tr>
|
||||
<tr><td>Ollama</td><td><a href="https://github.com/cloudwego/eino-ext/blob/main/components/model/ollama/README_zh.md">README_zh.md</a></td><td><a href="https://github.com/cloudwego/eino-ext/blob/main/components/model/ollama/README.md">README.md</a></td></tr>
|
||||
<tr><td>OpenAI</td><td><a href="https://github.com/cloudwego/eino-ext/blob/main/components/model/openai/README_zh.md">README_zh.md</a></td><td><a href="https://github.com/cloudwego/eino-ext/blob/main/components/model/openai/README.md">README.md</a></td></tr>
|
||||
<tr><td>Qianfan</td><td><a href="https://github.com/cloudwego/eino-ext/blob/main/components/model/qianfan/README_zh.md">README_zh.md</a></td><td><a href="https://github.com/cloudwego/eino-ext/blob/main/components/model/qianfan/README.md">README.md</a></td></tr>
|
||||
<tr><td>Qwen</td><td><a href="https://github.com/cloudwego/eino-ext/blob/main/components/model/qwen/README_zh.md">README_zh.md</a></td><td><a href="https://github.com/cloudwego/eino-ext/blob/main/components/model/qwen/README.md">README.md</a></td></tr>
|
||||
</table>
|
||||
|
||||
---
|
||||
|
||||
**说明**:
|
||||
|
||||
- 上述链接直接指向 GitHub 仓库的最新文档
|
||||
- 中文文档和英文文档内容同步更新
|
||||
- 如需查看历史版本或提交文档修改建议,请访问 GitHub 仓库
|
||||
Reference in New Issue
Block a user