diff --git a/docs/getting-started/Admin/README.mdx b/docs/getting-started/Admin/README.mdx index 3f5d968..924d1d5 100644 --- a/docs/getting-started/Admin/README.mdx +++ b/docs/getting-started/Admin/README.mdx @@ -1,6 +1,6 @@ --- title: Administrator -sidebar_position: 1 +sidebar_position: 2 --- # Datacoves Getting Started Guides - Admin diff --git a/docs/getting-started/developer/README.md b/docs/getting-started/developer/README.md index 7c2a893..2d4db33 100644 --- a/docs/getting-started/developer/README.md +++ b/docs/getting-started/developer/README.md @@ -1,6 +1,6 @@ --- title: Developer -sidebar_position: 9 +sidebar_position: 3 --- # Datacoves Getting Started Guides - Developer diff --git a/docs/how-tos/vscode/datacoves-copilot/llm.mdx b/docs/how-tos/vscode/datacoves-copilot/llm.mdx deleted file mode 100644 index 5637077..0000000 --- a/docs/how-tos/vscode/datacoves-copilot/llm.mdx +++ /dev/null @@ -1,78 +0,0 @@ ---- -sidebar_position: 1 ---- -# Working with an LLM in Datacoves Copilot - -Once you have [configured your LLM](./v2-llm-config.md), 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](assets/llm_file_open.png) - -### Send specific lines of code for context -Highlight the lines of code you wish to send. - -![context lines](assets/llm_line_context.png) - -### 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](assets/llm_context.gif) - -## Using LLM code -Datacoves Copilot makes copying AI generated code simple with 3 options. - -![Code Options](assets/llm_code_options.png) - -### Replace -Replace the entire code file with the LLM code. - -![llm Replace](assets/llm_replace.gif) - -### Insert -Insert LLM code into your file. - -![llm Insert](assets/llm_insert.gif) - -### Copy -Traditional copy and paste. - -![llm Copy](assets/llm_copy.gif) - -### New Chat -To start a new chat click on the `New Chat` button. - -![New Chat](assets/llm_new_chat.png) - -## Prefer a Video? - -
-