Google Integrates OKF Bundles with Knowledge Catalog
Google has announced a new method for moving Open Knowledge Format (OKF) bundles out of git repositories and into its metadata service, Knowledge Catalog. According to the company's blog post, this allows each concept within an OKF bundle to become an indexed entry subject to identity and access management rules similar to those governing BigQuery tables.
The new documentation explains how an OKF bundle maps onto Knowledge Catalog's existing object model, allowing for better organization, security, and searchability. Google describes Knowledge Catalog as a 'context engine for agents,' which enables them to navigate complex data landscapes more efficiently.
The company has also released a command-line tool called kcmd, which reads an OKF bundle from git and creates each concept as an entry in the target EntryGroup. This tool is designed to handle the write operation and preserve the directory structure within the bundle.