Edit on github

Working with an LLM in Datacoves Copilot

Once you have configured your LLM , working with the AI chat is a breeze!

Pre-configured presets

While there are many use cases for AI in the development workflow there are a couple of tasks that come up regularly. To improve the user experience, we have created some presets that provide the LLM with specific instructions to get the best result. Use these or configure your own custom presets.

Current out of the box presents include:

  • Document dbt model: Will provide descriptions for yml file you have open and provided as context.
  • Explain dbt model: Will explain a dbt model file you have open and provided as context.
  • Explain dbt macro: Will explain a dbt macro file you have open and provided as context.
  • Add descriptions to CSV: Will provide descriptions for CSV files you have open and provided as context.

How to use the Chat/Presets

Extension UI/UX

To use your LLM head to the Datacoves Power User extension and open up Copilot .

LLM Menu

Provide files for context

The most important thing to remember is providing context to the LLM. In order to do this simply open up the file you wish to work with.

llm file open

Send specific lines of code for context

Highlight the lines of code you wish to send.

context lines

Don't provide context

In the case that you don't want to send an open file for context you can select the icon below.

llm context

Using LLM code

Datacoves Copilot makes copying AI generated code simple with 3 options.

Code Options

Replace

Replace the entire code file with the LLM code.

llm Replace

Insert

Insert LLM code into your file.

llm Insert

Copy

Traditional copy and paste.

llm Copy

New Chat

To start a new chat click on the New Chat button.

New Chat

Prefer a Video?