These are the public projects I maintain or use as companion material for posts on this site.
OCI GenAI Python Starters
A small collection of runnable Python examples for OCI Generative AI. The examples cover direct SDK usage, LangChain, LlamaIndex, LangGraph, and OpenAI-compatible API flows.
- Repository: github.com/enricopesce/oci-genai-python-starters
- Related post: OCI GenAI Python Starters: a few small demos to get started
OCI GenAI Catalog
A model reference and selection guide for Generative AI models available on Oracle Cloud Infrastructure.
- Project: enricopesce.github.io/oci-genai-catalog
- Related post: OCI GenAI Catalog: Pick the Right Model
OKED
Oracle Kubernetes Engine Deploy is an automation project for deploying OKE clusters with Pulumi and practical defaults.
- Repository: github.com/enricopesce/oracle-kubernetes-engine-deploy
- Related post: Deploy Oracle Kubernetes Engine Clusters in Minutes
OCI Function Examples
Examples used across the OCI Functions series, covering Python functions, custom images, Object Storage events, Autonomous Database integration, and Terraform automation.