AI产品精选

开源DeepSeek Harness插件:DeepSeek Harness for Milvus

We just open-sourced 𝗠𝗶𝗹𝘃𝘂𝘀 𝗳𝗼𝗿 𝗗𝗲𝗲𝗽𝗦𝗲𝗲𝗸 𝗛𝗮𝗿𝗻𝗲𝘀𝘀: DeepSeek Harness(DSH) plug...

精选理由

Milvus开源了DeepSeek Harness插件,支持插件化接入,方便模型与Milvus交互,值得一试。

AI 摘要

Milvus开源DeepSeek Harness插件,支持模型、工具、技能等插件化接入。插件控制工具表面,实现模型与Milvus的交互。目前仅支持只读操作,无删除工具。

原文 · Milvus

We just open-sourced 𝗠𝗶𝗹𝘃𝘂𝘀 𝗳𝗼𝗿 𝗗𝗲𝗲𝗽𝗦𝗲𝗲𝗸 𝗛𝗮𝗿𝗻𝗲𝘀𝘀: DeepSeek Harness(DSH) plug...

We just open-sourced 𝗠𝗶𝗹𝘃𝘂𝘀 𝗳𝗼𝗿 𝗗𝗲𝗲𝗽𝗦𝗲𝗲𝗸 𝗛𝗮𝗿𝗻𝗲𝘀𝘀: DeepSeek Harness(DSH) plugin for Milvus DeepSeek Harness is already at 192K+ GitHub stars. One of its core design ideas is “Everything is a Plugin”: models, tools, skills, file systems, and even the Agent Loop can all be plugged into the runtime. 𝗠𝗶𝗹𝘃𝘂𝘀 𝗻𝗼𝘄 𝗽𝗹𝘂𝗴𝘀 𝗶𝗻𝘁𝗼 𝗗𝗦𝗛 𝘁𝗼𝗼. Install the plugin, connect Milvus or Zilliz Cloud, and a DSH agent can list collections, inspect schemas, run scalar queries, semantic search, BM25 search, and hybrid search. Why make this a Plugin instead of only a Skill? A Skill can tell the model: “Inspect the schema before querying.” “Keep the result set small.” “Don’t delete production data.” But these are still instructions given to the model. The model still has to understand and follow them, and that is not the same as controlling what it can execute. The plugin controls the tool surface itself. The first release only exposes read-only Milvus operations. There is no Delete tool. Insert, Upsert, schema changes, and admin operations aren’t exposed either. If an operation isn’t exposed by the Plugin, the agent can’t call it through the Plugin. So the split is pretty straightforward: 𝗦𝗸𝗶𝗹𝗹: tells the model how to work with Milvus. 𝗣𝗹𝘂𝗴𝗶𝗻: define github.com/zilliztech/dsh… s are available to the agent. Repo: https://t.co/hxA0tSFDA0 💬 0 🔄 0 ❤️ 1 👀 84 ⚡