docs: update index of guidebook

This commit is contained in:
Jerry Z H
2024-06-28 22:57:09 +08:00
parent 870b192c74
commit a665f8db4d
6 changed files with 18 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ Note - Additional remarks regarding the version.
### Note
- Added use cases.
- Supplemented documentation with a financial event analysis case study using PEER collaborative mode.
- Added several new documents for LLM components, tool components, and the Monitor module.
- Updated the new README.
- Some code optimizations and documentation updates.

View File

@@ -36,6 +36,7 @@ Note - 对于版本的额外说明。
### Note
- 新增使用案例
- PEER协同模式的金融事件分析案例文档补充
- 新增若干LLM组件、工具组件、Monitor模块文档
- 新版README更新
- 部分代码优化与文档更新

View File

@@ -42,6 +42,7 @@
* 2.4.4 Logging
* 2.4.4.1 [Logging Component](2_6_Logging_Utils.md)
* 2.4.5 Data Collection
* 2.4.5.1 [Monitor Module](2_5_1_Monitor_Module.md)
**3. Component Reference Manual**
* 3.1 Domain Components
@@ -54,7 +55,11 @@
* 3.1.2.5 [BaiChuan Usage Instructions](3_1_2_BaiChuan_LLM_Use.md)
* 3.1.2.6 [Claude Usage Instructions](3_1_2_Claude_LLM_Use.md)
* 3.1.2.7 [Ollama Usage Instructions](3_1_2_Ollama_LLM_Use.md)
* 3.1.2.8 [DeepSeek Usage Instructions](3_1_2_DeepSeek_LLM_Use.md)
* 3.1.2.9 [General OpenAI Protocol Style Wrapper](3_1_2_OpenAIStyleLLM_Use.md)
* 3.1.3 List of Tools
* 3.1.3.1 [Integration Tool Details](2_2_3_Integrated_Tools.md)
* 3.1.3.2 [LangChain Tool Wrapper](2_2_3_Integrated_LangChain_Tools.md)
* 3.1.4 List of Knowledge
* 3.1.5 List of Memories
* 3.1.6 List of Planners

View File

@@ -10,6 +10,9 @@ The platform has currently integrated the following list of models; please refer
| [BaiChuan](3_1_2_BaiChuan_LLM_Use.md) |
| [Claude](3_1_2_Claude_LLM_Use.md) |
| [ollama](3_1_2_Ollama_LLM_Use.md) |
| [DeepSeek](3_1_2_DeepSeek_LLM_Use.md) |
To facilitate the integration of models with OpenAI-style protocols, we offer a wrapper object based on the OpenAI general protocol. See [OpenAIStyleLLM](3_1_2_OpenAIStyleLLM_Use.md).
For LLM not included in the list, you can customize the integration of any LLM according to the steps provided in the [LLM definition](2_2_3_Tool_Create_And_Use.md).

View File

@@ -46,6 +46,7 @@
* 2.4.4 日志体系
* 2.4.4.1 [日志组件](2_4_4_日志组件.md)
* 2.4.5 数据采集
* 2.4.5.1 [monitor模块](2_5_1_监控模块.md)
**3.组件参考手册**
* 3.1 领域组件
@@ -58,7 +59,11 @@
* 3.1.2.5 [百川使用说明](3_1_2_百川使用.md)
* 3.1.2.6 [Claude使用说明](3_1_2_Claude使用.md)
* 3.1.2.7 [Ollama使用说明](3_1_2_Ollama使用.md)
* 3.1.2.8 [DeepSeek使用说明](3_1_2_DeepSeek使用.md)
* 3.1.2.9 [通用OpenAI协议风格包装类型](3_1_2_OpenAIStyleLLM使用.md)
* 3.1.3 工具列表(Tool)
* 3.1.3.1 [集成工具列表](2_2_3_集成的工具.md)
* 3.1.3.2 [LangChain工具包装类型](2_2_3_集成LangChain工具.md)
* 3.1.4 知识列表(Knowledge)
* 3.1.5 记忆列表(Memory)
* 3.1.6 计划列表(Planner)

View File

@@ -10,6 +10,9 @@
| [百川](3_1_2_百川使用.md) |
| [Claude](3_1_2_Claude使用.md) |
| [ollama](3_1_2_Ollama使用.md) |
| [DeepSeek](3_1_2_DeepSeek使用.md) |
为方便用户接入OpenAI风格协议的模型提供基于OpenAI通用协议接入包装对象 [OpenAIStyleLLM](3_1_2_OpenAIStyleLLM使用.md)。
未在列表中的模型您可以根据[模型定义](2_2_2_模型定义与使用.md)中的步骤自定义接入任何模型。