OCI GenAI Python Starters: a few small demos to get started
In brief OCI GenAI Python Starters is a collection of small runnable Python demos for Oracle Cloud Infrastructure Generative AI. It helps developers move from credentials to a working example using the OCI SDK, LangChain, LlamaIndex, LangGraph, or OpenAI-compatible API flows. Every time I want to try something new on OCI Generative AI, I end up needing the same thing: one tiny Python example that actually works. Not a full framework. Not a polished app. Just a small script with the right config, the right endpoint, and one clear path from “I have credentials” to “okay, it runs.” ...