AIAny
AI Agent2024
Icon for item

Oracle AI Developer Hub

Curated developer resources that demonstrate building RAG systems, multi-agent workflows, and memory-augmented AI using Oracle AI Database and OCI — includes end-to-end reference apps, notebooks, guides, and workshops for hands-on prototyping.

Introduction

Most AI tutorials show isolated examples (a vector DB here, a retriever there). This hub's core insight is to demonstrate how a converged database (Oracle AI Database) can act as the single memory backbone for retrieval, vectors, relational facts, and graph queries — and how that simplifies building production-grade RAG and agentic systems.

What Sets It Apart
  • Converged-memory demos: multiple notebooks and apps show vector, keyword, spatial, graph and relational queries served from one Oracle 26ai database, so teams can prototype architectures that avoid stitching multiple stores.
  • End-to-end reference apps: complete example apps (FitTracker, agentic_rag, finance-ai-agent-demo, OCI JET UI) include source, infra (Kubernetes/Terraform) and deployment notes — so you can run a working stack, not only snippets.
  • Focused agent & memory tooling: a dedicated "Agent Memory" folder demonstrates the oracleagentmemory (OAMP) patterns and benchmarks, making it easier to compare persistent-memory approaches and evaluate token/latency tradeoffs.
  • Workshop-first pedagogy: guided workshops and student/reference notebooks let teams go from IR → RAG → agents with reproducible exercises and sparse-checkout instructions to fetch only what you need.
Who It's For & Tradeoffs

Great fit if you are building enterprise RAG or multi-agent prototypes that will integrate with Oracle stack or need a single converged memory layer; if you want runnable examples (apps + infra + notebooks) to learn architecture and operational patterns. The repo is practical and example-driven (900+ stars), with multiple notebooks showing hybrid search, CoT/ToT reasoning, and evaluations.

Look elsewhere if you need purely vendor-agnostic, minimal-dependency examples — many demos assume Oracle AI Database/OCI concepts (Oracle 26ai features, oracleagentmemory) and some workshops reference OCI or vendor-specific tooling. It's also not a substitute for product docs when you need deep API reference or production hardening checklists.

Where It Fits

Think of this hub as the Oracle-flavored complement to LangChain/LlamaIndex cookbooks: same learning arc (retrieval → RAG → agents → memory) but centred on using a converged DB as the memory core and with ready-made infra and evaluation notebooks to accelerate team adoption.

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 Agent2025

Autonomous Red Team agent that plans and executes realistic attack chains (reconnaissance, exploitation, pivoting, C2) while producing Rules of Engagement and an OPPLAN and running actions inside a hardened sandbox; intended for authorized red-team engagements and defensive verification.