PulseAugur
实时 17:29:10
English(EN) I built a local-first alternative to LangSmith – 3.7K downloads, zero marketing

OpenSmith 发布本地 LLM 追踪重大更新

OpenSmith,作为 LangSmith 的本地优先替代品,现已发布其 LLM 管道追踪功能的重大更新。新版本拥有重新设计的仪表板,支持实时更新,增强了搜索和过滤功能,并提供了将追踪导出为 JSON、CSV 或 OpenTelemetry 后端选项。它还引入了可选的 PostgreSQL 后端和用于成本管理的 token 预算警报。OpenSmith 旨在提供一个零配置、纯本地的追踪解决方案,已有超过 3.7K 的下载量且未投入营销费用,这表明用户对注重隐私的 LLM 可观测性有强烈需求。 AI

影响 通过提供强大、注重隐私的追踪功能,增强了本地 LLM 开发,可能减少对云端可观测性工具的依赖。

排序理由 这是对现有 LLM 可观测性开源工具的更新,并非前沿模型发布或重大行业事件。

在 dev.to — LLM tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

OpenSmith 发布本地 LLM 追踪重大更新

报道来源 [1]

  1. dev.to — LLM tag TIER_1 English(EN) · Shivnath Tathe ·

    I built a local-first alternative to LangSmith – 3.7K downloads, zero marketing

    <p>I was debugging a RAG pipeline at work, and I needed traces.</p> <p>LangSmith was the obvious choice. Except it requires a cloud account, and I was running the model locally on Ollama. It felt wrong to send traces to a third-party server when the model itself never left my mac…