mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration.git
synced 2025-04-04 19:14:02 +00:00
Merge c5940983cd
into e2066d2da1
This commit is contained in:
commit
ca6e4f0893
6 changed files with 110 additions and 70 deletions
49
README.md
49
README.md
|
@ -15,26 +15,30 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati
|
|||
|
||||
## Table of Contents
|
||||
|
||||
* [Applications](#applications)
|
||||
* [AI Agent frameworks](#agent)
|
||||
* [Data AI Applications frameworks](#data)
|
||||
* [RAG frameworks](#rag)
|
||||
* [FHE (Fully Homomorphic Encryption) frameworks](#fhe)
|
||||
* [Solana frameworks](#solana)
|
||||
* [Synthetic data curation](#sythetic)
|
||||
* [IM Application Plugins](#im)
|
||||
* [Office Addin](#office)
|
||||
* [Browser Extensions](#browser)
|
||||
* [VS Code Extensions](#vscode)
|
||||
* [Visual Studio Extensions](#vs)
|
||||
* [neovim Extensions](#neovim)
|
||||
* [JetBrains Extensions](#jetbrains)
|
||||
* [Discord Bots](#discord)
|
||||
* [Native AI Code Editor](#codeeditor)
|
||||
* [Emacs](#emacs)
|
||||
* [Security](#security)
|
||||
* [Providers](#providers)
|
||||
* [Others](#others)
|
||||
- [Awesome DeepSeek Integrations ](#awesome-deepseek-integrations-)
|
||||
- [Table of Contents](#table-of-contents)
|
||||
- [Project List](#project-list)
|
||||
- [Applications](#applications)
|
||||
- [AI Agent frameworks](#ai-agent-frameworks)
|
||||
- [Data AI Applications frameworks](#data-ai-applications-frameworks)
|
||||
- [RAG frameworks](#rag-frameworks)
|
||||
- [FHE (Fully Homomorphic Encryption) frameworks](#fhe-fully-homomorphic-encryption-frameworks)
|
||||
- [Solana frameworks](#solana-frameworks)
|
||||
- [Synthetic data curation](#synthetic-data-curation)
|
||||
- [IM Application Plugins](#im-application-plugins)
|
||||
- [Office Addin](#office-addin)
|
||||
- [Browser Extensions](#browser-extensions)
|
||||
- [VS Code Extensions](#vs-code-extensions)
|
||||
- [Visual Studio Extensions](#visual-studio-extensions)
|
||||
- [neovim Extensions](#neovim-extensions)
|
||||
- [JetBrains Extensions](#jetbrains-extensions)
|
||||
- [Discord Bots](#discord-bots)
|
||||
- [Native AI Code Editor](#native-ai-code-editor)
|
||||
- [Emacs](#emacs)
|
||||
- [Security](#security)
|
||||
- [Providers](#providers)
|
||||
- [Others](#others)
|
||||
- [Star History](#star-history)
|
||||
|
||||
## Project List
|
||||
|
||||
|
@ -482,6 +486,11 @@ With these functionalities, the AI assistant can summarize key points within an
|
|||
<td> <a href="https://github.com/SciSharp/BotSharp"> BotSharp </a> </td>
|
||||
<td> BotSharp is an open-source multi-agent application development framework. From simple chatbots to multi-agent collaboration and complex tasks like the Text To SQL framework, it provides out-of-the-box solutions to quickly integrate large model capabilities into existing business systems. It also includes built-in knowledge base and session management features. The framework has been thoroughly tested with DeepSeek V3 models, and thanks to the performance of DeepSeek V3, the framework's performance is on par with other proprietary models. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width=80> <img src="docs/eino/assets/logo.png" alt="Icon" width="64" height="auto" /> </td>
|
||||
<td> <a href="https://github.com/cloudwego/eino"> Eino </a> </td>
|
||||
<td> Eino (pronounced like "I know") aims to be the best LLM application development framework in the Go language. It draws on the design concept of excellent LLM frameworks in open source communities such as LangChain and LlamaIndex, while absorbing cutting-edge research results and practical application experience, providing a LLM application development framework that is more in line with Go programming conventions, emphasizing simplicity, scalability, reliability and efficiency. </td>
|
||||
</tr>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
41
README_cn.md
41
README_cn.md
|
@ -16,22 +16,25 @@
|
|||
|
||||
## 目录
|
||||
|
||||
* [应用程序](#applications)
|
||||
* [AI Agent 框架](#agent)
|
||||
* [AI数据应用框架](#data)
|
||||
* [RAG 框架](#rag)
|
||||
* [FHE (全同态加密) frameworks](#fhe)
|
||||
* [Solana 框架](#solana)
|
||||
* [综合数据管理](#sythetic)
|
||||
* [即时通讯插件](#im)
|
||||
* [Office插件](#office)
|
||||
* [浏览器插件](#browser)
|
||||
* [VS Code 插件](#vscode)
|
||||
* [neovim 插件](#neovim)
|
||||
* [JetBrains 插件](#jetbrains)
|
||||
* [AI Code编辑器](#codeeditor)
|
||||
* [安全](#security)
|
||||
* [其它](#others)
|
||||
- [DeepSeek 实用集成 ](#deepseek-实用集成-)
|
||||
- [目录](#目录)
|
||||
- [项目列表](#项目列表)
|
||||
- [应用程序](#应用程序)
|
||||
- [AI Agent 框架](#ai-agent-框架)
|
||||
- [AI数据应用框架](#ai数据应用框架)
|
||||
- [RAG 框架](#rag-框架)
|
||||
- [FHE (全同态加密) frameworks](#fhe-全同态加密-frameworks)
|
||||
- [Solana 框架](#solana-框架)
|
||||
- [综合数据管理](#综合数据管理)
|
||||
- [即时通讯插件](#即时通讯插件)
|
||||
- [Office插件](#office插件)
|
||||
- [浏览器插件](#浏览器插件)
|
||||
- [VS Code 插件](#vs-code-插件)
|
||||
- [neovim 插件](#neovim-插件)
|
||||
- [JetBrains 插件](#jetbrains-插件)
|
||||
- [AI Code编辑器](#ai-code编辑器)
|
||||
- [安全](#安全)
|
||||
- [其它](#其它)
|
||||
|
||||
## 项目列表
|
||||
|
||||
|
@ -384,6 +387,12 @@
|
|||
<td> <a href="https://github.com/SciSharp/BotSharp"> BotSharp </a> </td>
|
||||
<td> BotSharp 是一个开源的多智能体应用开发框架,从简单的聊天机器人,再到多智能体协作,以及复杂的任务如【Text To Sql】框架都提供了开箱即用的使用方法,可以快速的将大模型的能力接入到现有的业务系统中,并且内置知识库和会话管理功能等,框架使用DeepSeek V3的模型进行了详细的测试,得益于DeepSeek V3的性能,框架的表现不输其他的闭源的模型。 </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width=80> <img src="docs/eino/assets/logo.png" alt="Icon" width="64" height="auto" /> </td>
|
||||
<td> <a href="https://github.com/cloudwego/eino"> Eino </a> </td>
|
||||
<td> Eino(发音类似"I know")旨在成为Go语言中最优秀的LLM应用开发框架。它借鉴了LangChain、LlamaIndex等开源社区优秀LLM框架的设计理念,同时吸收了前沿研究成果和实际应用经验,提供了一个更符合Go语言编程惯例的LLM应用开发框架,强调简洁性、可扩展性、可靠性和高效性。
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p style="text-align: right;"><a href="#目录">^ 返回目录 ^</a></p>
|
||||
|
|
45
README_es.md
45
README_es.md
|
@ -17,24 +17,28 @@ Integra la API de DeepSeek en softwares populares. Accede a la [Plataforma Abier
|
|||
|
||||
## Tabla de contenidos
|
||||
|
||||
* [Aplicaciones](#applications)
|
||||
* [Marcos de agentes de IA](#agent)
|
||||
* [Marcos de aplicaciones de datos de IA](#data)
|
||||
* [Marcos RAG](#rag)
|
||||
* [Marcos FHE (Cifrado Homomórfico Completo)](#fhe)
|
||||
* [Marcos Solana](#solana)
|
||||
* [Curación de datos sintéticos](#sythetic)
|
||||
* [Plugins de aplicaciones de mensajería instantánea](#im)
|
||||
* [Extensiones para Navegadores](#browser)
|
||||
* [Extensiones para VS Code](#vscode)
|
||||
* [Extensiones de Visual Studio](#vs)
|
||||
* [Extensiones de Neovim](#neovim)
|
||||
* [Extensiones de JetBrains](#jetbrains)
|
||||
* [Bots de Discord](#discord)
|
||||
* [Editor de Código Nativo con IA](#codeeditor)
|
||||
* [Emacs](#emacs)
|
||||
* [Seguridad](#security)
|
||||
* [Otros](#others)
|
||||
- [Integraciones Asombrosas de DeepSeek ](#integraciones-asombrosas-de-deepseek-)
|
||||
- [Tabla de contenidos](#tabla-de-contenidos)
|
||||
- [Lista de proyectos](#lista-de-proyectos)
|
||||
- [Aplicaciones](#aplicaciones)
|
||||
- [Marcos de agentes de IA](#marcos-de-agentes-de-ia)
|
||||
- [Marcos de aplicaciones de datos de IA](#marcos-de-aplicaciones-de-datos-de-ia)
|
||||
- [Marcos RAG](#marcos-rag)
|
||||
- [Marcos FHE (Cifrado Homomórfico Completo)](#marcos-fhe-cifrado-homomórfico-completo)
|
||||
- [Marcos Solana](#marcos-solana)
|
||||
- [Curación de datos sintéticos](#curación-de-datos-sintéticos)
|
||||
- [Plugins de aplicaciones de mensajería instantánea](#plugins-de-aplicaciones-de-mensajería-instantánea)
|
||||
- [Extensiones para Navegadores](#extensiones-para-navegadores)
|
||||
- [Extensiones para VS Code](#extensiones-para-vs-code)
|
||||
- [Extensiones de Visual Studio](#extensiones-de-visual-studio)
|
||||
- [Extensiones de Neovim](#extensiones-de-neovim)
|
||||
- [Extensiones de JetBrains](#extensiones-de-jetbrains)
|
||||
- [Bots de Discord](#bots-de-discord)
|
||||
- [Editor de Código Nativo con IA](#editor-de-código-nativo-con-ia)
|
||||
- [Emacs](#emacs)
|
||||
- [Seguridad](#seguridad)
|
||||
- [Otros](#otros)
|
||||
- [Historial de Estrellas](#historial-de-estrellas)
|
||||
|
||||
## Lista de proyectos
|
||||
|
||||
|
@ -456,6 +460,11 @@ Integra la API de DeepSeek en softwares populares. Accede a la [Plataforma Abier
|
|||
<td> <a href="https://github.com/SciSharp/BotSharp"> BotSharp </a> </td>
|
||||
<td> BotSharp es un marco de desarrollo de aplicaciones multiagente de código abierto. Desde simples chatbots hasta colaboración multiagente y tareas complejas como el marco "Text To SQL", ofrece métodos listos para usar. Permite integrar rápidamente las capacidades de grandes modelos en sistemas empresariales existentes, y cuenta con funciones integradas de gestión de conocimiento y gestión de conversaciones. El marco ha sido probado exhaustivamente con el modelo DeepSeek V3, y gracias al rendimiento de DeepSeek V3, el marco no tiene nada que envidiar a otros modelos propietarios. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width=80> <img src="docs/eino/assets/logo.png" alt="Icon" width="64" height="auto" /> </td>
|
||||
<td> <a href="https://github.com/cloudwego/eino"> Eino </a> </td>
|
||||
<td> Eino (pronounced like "I know") aims to be the best LLM application development framework in the Go language. It draws on the design concept of excellent LLM frameworks in open source communities such as LangChain and LlamaIndex, while absorbing cutting-edge research results and practical application experience, providing a LLM application development framework that is more in line with Go programming conventions, emphasizing simplicity, scalability, reliability and efficiency. </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p style="text-align: right;"><a href="#tabla-de-contenidos">^ Volver al índice ^</a></p>
|
||||
|
|
38
README_ja.md
38
README_ja.md
|
@ -16,21 +16,24 @@ DeepSeek API を人気のソフトウェアに統合します。API キーを取
|
|||
|
||||
## 目次
|
||||
|
||||
* [アプリケーション](#applications)
|
||||
* [AI エージェントフレームワーク](#agent)
|
||||
* [AIデータアプリケーション開発フレームワーク](#data)
|
||||
* [RAG フレームワーク](#rag)
|
||||
* [FHE フレームワーク](#fhe)
|
||||
* [Solana フレームワーク](#solana)
|
||||
* [合成データのカテゴリ化](#sythetic)
|
||||
* [IM アプリケーションプラグイン](#im)
|
||||
* [ブラウザ拡張機能](#browser)
|
||||
* [VS Code 拡張機能](#vscode)
|
||||
* [neovim 拡張機能](#neovim)
|
||||
* [JetBrains 拡張機能](#jetbrains)
|
||||
* [AI コードエディタ](#codeeditor)
|
||||
* [Emacs](#emacs)
|
||||
* [その他](#others)
|
||||
- [Awesome DeepSeek Integrations ](#awesome-deepseek-integrations-)
|
||||
- [目次](#目次)
|
||||
- [プロジェクト一覧](#プロジェクト一覧)
|
||||
- [アプリケーション](#アプリケーション)
|
||||
- [AI エージェントフレームワーク](#ai-エージェントフレームワーク)
|
||||
- [AIデータアプリケーション開発フレームワーク](#aiデータアプリケーション開発フレームワーク)
|
||||
- [RAG フレームワーク](#rag-フレームワーク)
|
||||
- [FHE フレームワーク](#fhe-フレームワーク)
|
||||
- [Solana フレームワーク](#solana-フレームワーク)
|
||||
- [合成データのカテゴリ化](#合成データのカテゴリ化)
|
||||
- [IM アプリケーションプラグイン](#im-アプリケーションプラグイン)
|
||||
- [ブラウザ拡張機能](#ブラウザ拡張機能)
|
||||
- [VS Code 拡張機能](#vs-code-拡張機能)
|
||||
- [neovim 拡張機能](#neovim-拡張機能)
|
||||
- [JetBrains 拡張機能](#jetbrains-拡張機能)
|
||||
- [AI コードエディタ](#ai-コードエディタ)
|
||||
- [Emacs](#emacs)
|
||||
- [その他](#その他)
|
||||
|
||||
## プロジェクト一覧
|
||||
|
||||
|
@ -348,6 +351,11 @@ DeepSeek API を人気のソフトウェアに統合します。API キーを取
|
|||
<td> <a href="https://github.com/SciSharp/BotSharp"> BotSharp </a> </td>
|
||||
<td> BotSharpは、オープンソースのマルチエージェントアプリケーション開発フレームワークです。シンプルなチャットボットからマルチエージェントの協調、複雑なタスク(例:Text To SQL)まで、すぐに使える方法を提供し、大規模モデルの能力を既存のビジネスシステムに迅速に統合できます。さらに、ナレッジベースや会話管理機能も内蔵しています。このフレームワークはDeepSeek V3モデルで詳細にテストされており、DeepSeek V3の性能のおかげで、他のクローズドソースモデルに劣らないパフォーマンスを発揮します。</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width=80> <img src="docs/eino/assets/logo.png" alt="Icon" width="64" height="auto" /> </td>
|
||||
<td> <a href="https://github.com/cloudwego/eino"> Eino </a> </td>
|
||||
<td> Eino (I knowと発音が似ている)は、Go言語で最も優れたLLMアプリケーション開発フレームワークとなることを目指しています。LangChain、LlamaIndexなどのオープンソースコミュニティの優れたLLMフレームワークの設計理念を参考にしながら、最先端の研究成果と実用的な経験を取り入れ、シンプルさ、スケーラビリティ、信頼性、効率性を強調したGo言語プログラミング慣行に準拠したLLMアプリケーション開発フレームワークを提供しています。 </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p style="text-align: right;"><a href="#目次">^ 目次に戻る ^</a></p>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
* [Emacs](#emacs)
|
||||
* [安全性](#security)
|
||||
* [供應商](#providers)
|
||||
* [其他](#others)
|
||||
* [其他](#others)
|
||||
|
||||
## 項目列表
|
||||
|
||||
|
@ -485,6 +485,11 @@
|
|||
<td> <a href="https://github.com/SciSharp/BotSharp"> BotSharp </a> </td>
|
||||
<td> BotSharp 是一個開源的多智慧體應用開發框架,從簡單的聊天機器人,到多智慧體協作,以及複雜的任務如【Text To Sql】框架都提供了開箱即用的使用方法,可以快速地將大模型的能力接入到現有的業務系統中,並且內建知識庫和會話管理功能等,框架使用 DeepSeek V3 的模型進行了詳細的測試,得益於 DeepSeek V3 的性能,框架的表現不輸其他的閉源模型。 </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width=80> <img src="docs/eino/assets/logo.png" alt="Icon" width="64" height="auto" /> </td>
|
||||
<td> <a href="https://github.com/cloudwego/eino"> Eino </a> </td>
|
||||
<td> Eino(發音類似"I know")旨在成為Go語言中最優秀的LLM應用開發框架。它借鑒了LangChain、LlamaIndex等開源社區優秀LLM框架的設計理念,同時吸收了前沿研究成果和實際應用經驗,提供了一個更符合Go語言編程慣例的LLM應用開發框架,強調簡潔性、可擴展性、可靠性和高效性。 </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p style="text-align: right;"><a href="#目錄">^ 返回目錄 ^</a></p>
|
||||
|
|
BIN
docs/eino/assets/logo.png
Normal file
BIN
docs/eino/assets/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Loading…
Add table
Reference in a new issue