首页 时政热点 科技头条 智能AI 安全攻防 数码硬件 开发者生态 汽车 游戏 社会热点 开源推荐 医疗健康 归档 标签 关于

GitHub 热门项目:cohere-toolkit

摘要

GitHub项目:cohere-toolkit 仓库地址:https://github。

docs How cohere setup toolkit
2026-05-19 1 阅读 约7分钟阅读 GitHub Trending
GitHub 项目:cohere-toolkit 仓库地址:https://github.com/cohere-ai/cohere-toolkit 星级:3173 | 作者:cohere-ai 项目描述:Cohere Toolkit 是预构建组件的集合,使用户能够快速构建和部署 RAG 应用程序。 =================================================== 自述文件内容: ![](/docs/assets/banner.png) # 连贯工具包 Toolkit 是一款可部署的一体化 RAG 应用程序,使用户能够快速构建基于 LLM 的产品。 - [试用工具包](#try-now) - [关于工具包](#about-toolkit) - [工具包设置](/docs/setup.md) - [疑难解答](/docs/troubleshooting.md) - [如何指南](/docs/how_to_guides.md) - [如何设置命令模型提供程序](/docs/command_model_providers.md) - [如何添加工具](/docs/custom_tool_guides/tool_guide.md) - [如何为您的工具添加身份验证](/docs/custom_tool_guides/tool_auth_guide.md) - [如何设置 Google 云端硬盘](/docs/custom_tool_guides/google_drive.md) - [如何设置 Gmail](/docs/custom_tool_guides/gmail.md) - [如何设置 Slack Tool](/docs/custom_tool_guides/slack.md) - [如何设置 Github 工具](/docs/custom_tool_guides/github.md) - [如何设置Sharepoint](/docs/custom_tool_guides/sharepoint.md) - [如何设置 Google 文本转语音](/docs/text_to_speech.md) - [如何添加认证](/docs/auth_guide.md) - [如何部署工具包服务](/docs/service_deployments.md) - [如何使用 VSCode/PyCharm 调试 dockerized Toolkit API](/docs/debugging.md) - [如何设置 Github Actions 以实现自动数据库迁移](/docs/github_migrations_action.md) - [如何自定义主题](/docs/theming.md) - [如何贡献](#contributing) - [尝试 Cohere 的命令展示](https://coral.cohere.com/) ![](/docs/assets/toolkit.gif) ## 立即尝试: 快速运行Toolkit主要有两种方式:本地和云端。请参阅下面给出的具体说明。 ### 本地 _您需要安装 [Docker](https://www.docker.com/products/docker-desktop/)、[Docker-compose >= 2.22](https://docs.docker.com/compose/install/) 和 [Poetry](https://python-poetry.org/docs/#installation)。 [前往此处了解更详细的设置。](/docs/setup.md)_ 注意:要在本地构建时包含社区工具,请将“docker-compose.yml”中的“INSTALL_COMMUNITY_DEPS”构建参数设置为“true”。 这两个选项都将在 http://localhost:4000 上为前端提供服务。 #### 使用`make` 使用提供的 Makefile 通过 Cohere Toolkit 简化和自动化您的开发工作流程,包括 Docker Compose 管理、测试、linting 和环境设置。 ````bash git 克隆 https://github.com/cohere-ai/cohere-toolkit.git cd cohere-工具包 进行首轮运行 ```` #### 仅适用于 Docker Compose 如果您想快速启动和管理容器环境,而不需要 Makefile 提供的额外自动化,请直接使用 Docker Compose。 ````bash git 克隆 https://github.com/cohere-ai/cohere-toolkit.git cd cohere-工具包 码头工人组成 docker compose run --build backend alembic -c src/backend/alembic.ini 升级头 ```` ### 云 #### GitHub 代码空间 要使用 GitHub Codespaces 运行此项目,请参阅我们的 [Codespaces 设置指南](/docs/github_codespaces.md)。 ## 关于工具包 ![](/docs/assets/toolkit_graphic.png) - **接口** - 当前任何客户端 UI