Posts

Showing posts from May, 2026

Oracle APEX 26.1 and local AI Model

Image
With the recent release of APEX 26.1 using AI is easier on APEX. I wanted to try it but I stil don't want to spend money on that, Im just learning to configure it so I don't want to spend money just by making a "Hello world!" test, if that's your case or you are worried about your privacy and want to run only local models this post is for you, we'll set up a local AI model, enable external access and configure it on APEX. Computer Specs The AI model you can run on your PC will depend on your hardware, these are my PC Specs so you can compare, maybe you can run a better model. Processor: Intel Core Ultra 5 245K RAM: 32 GB Graphic Card: GTX 1050 Ti (4 GB VRAM) Operative system: Windows 11 Home single language As you can see, my graphic card is not the best but it works. Installing Ollama We'll use Ollama as our tool for AI, you can install it from here:  https://ollama.com/download After installing Ollama you need to downl...