Data Security and AI - Sharing Your PostgreSQL Database With Ollama AI

You probably saw the story about your public ChatGPT queries being indexed by Google and other search engines . Yikes! You may want AI with your data but do not wish your prompts to end up in a search engine, especially if you are working with sensitive data. Previously , we covered using some of DBeaver's Artificial Intelligence Assistant features with Ollama . Ollama is popular because it runs on your system, keeping your data from travelling over networks to an AI and back. What happens only on your system stays on your system, to paraphrase the Las Vegas motto. Paranoia in defense of your data is a good thing. Secure By Default We will start with an example of preference settings for DBeaver Enterprise Edition for Ollama. DBeaver has other security options I want to bring to your attention when working with an AI. Ollama differs from most other AIs because you do not have to obtain a key to work with it. AI Configuration - DBeaver Enterprise Edition The abili...