AIAny
AI Infra2026
Icon for item

Knowledge Catalog

Provides tools and samples to build context management, enrichment, and retrieval solutions on Google Cloud Knowledge Catalog — an AI-oriented data catalog that builds a dynamic knowledge graph for structured and unstructured data, suitable for RAG and agent workflows.

Introduction

Most LLM/RAG failures come from missing or inconsistent context rather than model capability. This repository collects tools, agents and samples that demonstrate how to use Google Cloud Knowledge Catalog to create, enrich, and retrieve contextual metadata so downstream LLMs and agents receive semantically organized data rather than raw blobs.

What Sets It Apart
  • Practical glue for GCP-based RAG and agent stacks: includes examples that show how to push metadata, build retrieval indices, and fetch contextual snippets for prompts — so you can prototype a retrieval layer on top of Knowledge Catalog without starting from scratch.
  • Focus on metadata-driven context management: emphasizes building a dynamic knowledge graph and semantic metadata rather than only file indexing — which means richer entity-aware retrieval and better prompt relevance for agents.
  • Samples + agent sketches, not a turnkey product: provides reference implementations and patterns (agents, enrichment pipelines, retrieval adapters) so teams can adapt them into production pipelines on Google Cloud.
Who It's For and Tradeoffs

Great fit if you run workloads on Google Cloud and need structured metadata, entity linking, or a managed knowledge-graph approach to improve LLM inputs. Useful for ML engineers building RAG, AI agents, or governance around data semantics. Look elsewhere if you require cloud-agnostic, production-grade managed services out of the box — the repo demonstrates patterns for Knowledge Catalog and depends on Google Cloud services and SDKs; it's a set of examples and tools under Apache-2.0 rather than a fully managed turnkey product.

Information

  • Websitegithub.com
  • OrganizationsGoogle Cloud (Google LLC), GoogleCloudPlatform (GitHub organization)
  • Published date2026/05/04

Categories

More Items

Enables RL post-training with million-token prompts under a fixed GPU budget by evaluating shared prompt state without autograd, retaining only minimal model state, and replaying short response branches; instantiated as GRPO and demonstrated on Qwen3.6-27B and GLM-5.2 up to multi-million token execution.

GitHub
AI Infra2026

Defines OpenTelemetry semantic conventions for generative AI telemetry — spans, metrics, and events for GenAI clients, the Model Context Protocol (MCP), and provider-specific integrations. Includes YAML models, human-readable docs, and reference implementations to standardize observability across GenAI deployments.

GitHub
AI Infra2024

Provides a lightweight build platform for HIP and ROCm that supports building ROCm, PyTorch, and JAX from source, multi-architecture nightly releases, and integrated CI/CD and developer tooling for Linux and Windows.