Data Engineer | AI/ML | Cloud
This is a local text-to-SQL converter built using Streamlit and Ollama, powered by Llama3.2. It enables you to interact with your database schema using natural language prompts, generating accurate SQL queries in return.
Local Execution: No need to share proprietary or sensitive data with external LLMs.
Database-Aware: Pre-configured for BigQuery and Redshift schemas, following their specific SQL dialects.
Customizable: Easily extend the schema and model selection to match your environment.
This tool is particularly useful when working with confidential datasets or offline environments, where external LLM access is restricted.
This is a local, asynchronous chatbot designed to act as a data engineering assistant.
It's built using Panel for the user interface and powered by the Mistral language model via Ollama, ensuring all processing occurs locally.
This tool allows you to interact with a data engineering expert through natural language prompts, receiving code suggestions, explanations, and assistance directly within the chat interface.