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
AI Infra2025

Measures generative AI inference performance with token-level metrics (TTFT, inter-token latency), latency, and throughput under realistic traffic patterns. Provides a multiprocess engine, real-time TUI dashboard, extensible plugins, and integrations for telemetry and result uploads, aimed at inference benchmarking and capacity planning.

GitHub
AI Train2019

Train and experiment with multi-billion to trillion-parameter transformer models on large GPU clusters using GPU-optimized building blocks and reference training scripts; offers advanced parallelism and mixed-precision support for research teams and ML engineers.

GitHub

Indexes full text of visited web pages and local files on a self‑hosted server so you can search your personal knowledge from a web UI, terminal, CLI, or an AI assistant. Runs without mandatory telemetry, offers a browser extension for automatic capture, and supports optional semantic search via a configurable embeddings endpoint.