Hello dear readers, If you've been here before, you'll remember a time when this space was filled with insights and tutorials on Oracle Application Express (Apex). It's been over a decade since my last post, and the tech landscape has shifted remarkably since then. Today, I'm excited to delve into a topic that has piqued my interest in recent years: Generative AI, specifically focusing on prompt engineering for models like GPT and platforms such as Midjourney. Why the shift? In the past, I explored the intricacies of Apex, offering a helping hand to many as they navigated that ecosystem. But as I evolved in my tech journey, I became fascinated by how AI can generate content, assist in decision-making, and even partake in creative processes. What is Generative AI? Generative AI models, like GPT by OpenAI, are designed to produce content. By feeding them prompts, these models can write essays, poems, code, and even music. But the true art lies in "prompt engineering&
Comments
I missed this earlier. This is a strange problem that I don't think should be happening. I made a plug-in to Load CLOB values but it only uses a single Ajax request which makes it limited to the max size post allowed by the listener - usually around 2MB.
I was thinking about working around that limitation by splitting things up into multiple async requests. Sounds like I'm going to hit on this issue and attempt to come up with another solution as I can't depend on queues.
Thanks for the heads up!
Regards,
Dan
I will post about my current solution... :)