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

GitHub

Runs a self-hosted meeting bot and transcription API that joins Google Meet, Teams and Zoom and streams speaker-attributed transcripts in real time. Compiles meetings into a git-backed Markdown workspace and runs sandboxed agents on your infrastructure; Apache-2.0 and air-gap capable.

GitHub
MLOps2018

Orchestrates and schedules Python data pipelines and workflows with primitives for retries, caching, parameters, and deployments. Provides either a self-hosted server or managed Prefect Cloud for monitoring, observability, and integrations across common data tools.

GitHub
AI Infra2017

Manages polyglot monorepos by caching unchanged outputs and running only affected tasks. Built with Rust and extensible in TypeScript; includes integrated CI features (remote caching, task distribution) and AI-native tooling such as a CLI optimized for autonomous agents and self-healing CI.