AI

Oracle APEX and OpenAI Walk Into a Bar… And Build an Assistant – Part 2

Building on our previous discussion about integrating OpenAI Assistants with Oracle APEX, this article focuses on structuring and displaying user interactions efficiently. Instead of frequent database queries, APEX collections provide session-based storage for optimized performance. The PR_LOAD_MESSAGES procedure initializes the conversation by retrieving system messages, structuring collections, and handling errors. Messages are displayed dynamically using [...]

2025-04-22T11:24:13+02:00April 24th, 2025|AI, APEX, blog, Oracle|0 Comments

Oracle APEX and OpenAI Walk Into a Bar… And Build an Assistant – Part 1

Previously, we explored the OpenAI API's completion models, which enabled text generation and language-based automation. Now, we are shifting our focus to OpenAI's new Assistant API, a more structured approach that enhances interactions by integrating memory, function calling, and multi-step reasoning. This new paradigm allows for more sophisticated and context-aware AI-driven assistants that can work [...]

2025-04-22T11:23:51+02:00April 22nd, 2025|AI, APEX, blog, Oracle|0 Comments
Go to Top