Family Tree App with AI Agent and Natural Speech for IR
I showcased my family tree app during the ACE Master Series. There was some interest in this app, so I decided to upgrade this app to Oracle APEX 26.1 and enhance it to leverage 26.1 features like AI Agents and Natural Speech for IR. Installation Instructions You can download the packaged app here: download . To install, just import the app in the APEX Builder. If you don't have an APEX environment, get yourself a free APEX workspace on apex.oracle.com. It only takes a few minutes and an e-mail address to get you started with Oracle APEX. During the import, you will be asked to enter the credentials for OpenAI. These are only required when using the chatbot on the startpage or when using natural speech on the address book page. By default, the app will use gpt5.4-mini as LLM, but feel free to change this. If you have an API key for ChatGPT available, enter the key here in this way: Client ID: Authorization Client Secret: Bearer <OpenAI key> If the credential already exists, y...