Skip to content

Commit

Permalink
docs: add docs for sql complete
Browse files Browse the repository at this point in the history
  • Loading branch information
jczhong84 committed Nov 16, 2024
1 parent 94d4702 commit 27beae2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs_website/docs/integrations/add_ai_assistant.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ The AI assistant plugin is powered by LLM(Large Language Model), like ChatGPT fr

## AI Assistant Plugin

The AI Assistant plugin will allow users to do title generation, text to sql and query auto fix.
The AI Assistant plugin will allow users to do

- title generation
- text to sql
- query auto fix
- sql completion

Please follow below steps to enable AI assistant plugin:

Expand Down
7 changes: 7 additions & 0 deletions docs_website/docs/user_guide/ai_assistant.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ If your query failed, you will see ‘Auto fix’ button on the right corner of

![](/img/user_guide/sql_fix.gif)

## SQL Completion

SQL completion offers SQL code suggestions similar to GitHub Copilot while you write queries.
This feature is disabled by default. You can enable it in the Editor tab of user settings.

![](/img/user_guide/sql_complete.png)

## Search Table by Natural Language

If [vector store](../integrations/add_ai_assistant.mdx#vector-store) of the AI assistant plugin is also enabled, you'll be able to search the tables by natual language as well as keyword based search.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 27beae2

Please sign in to comment.