poc-v1/sample.env
william.dias c29590d636 feat: Implement SQL prompt generators for PostgreSQL, SQLite, and SQL Server
- Added PostgreSQLPromptGenerator for generating prompts optimized for PostgreSQL features.
- Introduced SQLitePromptGenerator to handle SQLite-specific optimizations and features.
- Created SQLServerPromptGenerator for Microsoft SQL Server, including detailed analysis and optimization requirements.
- Developed a template system for rendering SQL-to-natural language and natural-to-SQL prompts.
- Established core tools for SQL analysis, optimization, and comparison, including complexity assessment and comment stripping.
- Integrated a team application to manage SQL optimization tasks and agent interactions.
- Added utility functions for handling SQL files and ensuring valid SQL input.
2026-01-21 13:51:03 -03:00

17 lines
475 B
Bash

# LLM provider (defina apenas o que usar)
# OPENAI_API_KEY=
# OPENAI_MODEL_ID=gpt-4o-mini
# GEMINI_API_KEY=
# GEMINI_MODEL_ID=gemini-2.5-pro
# GOOGLE_GENAI_USE_VERTEXAI=true
# GOOGLE_CLOUD_PROJECT=
# GOOGLE_CLOUD_LOCATION=us-central1
# GROQ_API_KEY=
# GROQ_MODEL_ID=llama-3.3-70b-versatile
# MISTRAL_API_KEY=
# MISTRAL_MODEL_ID=mistral-large-latest
# OLLAMA_MODEL_ID=llama3.2
# SQL Optimizer Team
SQL_OPT_TEAM_DB_FILE=tmp/sql_optimizer_team.db
SQL_OPT_TEAM_DEBUG_MODE=false