Team Edition Documentation
- Introduction to Team Edition
- Web client
- Desktop client
- Architecture
Deployment
Configuration
- Server configuration
- Initial server configuration
- How to migrate to Team edition
- Domain manager
- Server administration
- Server management
- Pre configured permissions for connections
- Query manager database configuration
Administration
- Access Management
- Authentication methods
Admin preferences and tools
Web user guide
Configure connection
- Create Connection
- Network configuration settings
- Connection Templates Management
- Drivers Management
- Cloud databases configuration
- User creation
- User credentials storage
Editors
- Data editor
- SQL Editor
- Data import and export
- Datasets in Team Edition
- Resource Manager
- Entity Diagrams
User interface
Integrated tools
Desktop user guide
Configure connection
- Guide to creating database connections
- Disconnecting from database
- Editing database connection
- Invalidating and reconnecting to database
- Local client configuration
- Connection types
- Multiple datasource connections
- Configure connection initialization settings
- Network configuration settings
- Databases authentication models
- Cloud databases configuration
- Driver settings
Databases support
- Classic
- Cloud
- Embedded
- File drivers
- Database Navigator panel
- Editors
- Editors overview
- Data Editor tools
- SQL Editor tools
- Entity Relation Diagrams
- Properties Editor
- SQL Code Editor
- Dashboards
- Work with transactions
- Query Manager
- Data import/export and operations
- Schema compare
- Search
- Tasks
- Integrated tools
- User interface
- Keyboard shortcuts
- Certificate management
- Configuration files
Disable AI assistance
Table of contents
Temporary disable
To hide the AI smart completion and AI Chat, and disable AI commands in the SQL Editor:
- Navigate to Window -> Preferences -> General -> AI.
- Deselect Enable smart completion.
Permanent disable
To turn off AI assistant permanently:
- Use the system variable by setting
DBEAVER_AI_DISABLED
totrue
. - Or, add
Dai.disabled=true
to thedbeaver.ini
file.
Tip: Detailed instructions on finding
dbeaver.ini
are available in our article.
Once this feature is permanently disabled, it cannot be re-enabled via Preferences.