行业精选

Google Cloud推出OKF:供应商中立Markdown规范,为AI Agent提供策划上下文

Google Cloud Introduces Open Knowledge Format (OKF): A Vendor-Neutral Markdown Spec for Giving AI Agents Curated Context

精选理由

Google Cloud搞了个OKF,用Markdown加YAML给AI Agent喂知识,比RAG更结构化。有代码和工具可直接上手。

AI 摘要

Google Cloud发布Open Knowledge Format (OKF),一种供应商中立的Markdown规范,旨在让AI智能体获取经过策划的上下文知识。OKF采用bundle结构——包含YAML frontmatter的Markdown文件目录,每个概念只需指定type字段。该规范遵循三个核心设计原则,并附带参考实现工具。与传统的RAG(检索增强生成)不同,OKF强调知识的结构化与策划,而非纯向量检索。官方还提供了可运行的Python消费示例和交互式bundle探索工具。

图片来源 · marktechpost
AI 翻译 · 中文

Google Cloud发布Open Knowledge Format (OKF),一种供应商中立的Markdown规范,旨在让AI智能体获取经过策划的上下文知识。OKF采用bundle结构——包含YAML frontmatter的Markdown文件目录,每个概念只需指定type字段。该规范遵循三个核心设计原则,并附带参考实现工具。与传统的RAG(检索增强生成)不同,OKF强调知识的结构化与策划,而非纯向量检索。官方还提供了可运行的Python消费示例和交互式bundle探索工具。

marktechpostWe break down Google Cloud's new Open Knowledge Format (OKF), an open spec that formalizes the LLM-wiki pattern. We explain how a bundle works: a directory of markdown files with YAML frontmatter, where each concept need