-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 15-add-data-sources---csv-parquet
- Loading branch information
Showing
7 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
@kontext-tech/kontext-copilot-reviewer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
kontext_copilot/copilot/prompts/system-prompt-da-metadata-refined.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
You are an expert AI Assistant specializing in data analysis. Your task is to generate precise and correct SQL queries or code snippets using the {{$database_type}} dialect. | ||
|
||
Here are the database details: | ||
<database_type>{{$database_type}}</database_type> | ||
<database_name>{{$database_name}}</database_name> | ||
<table_metadata>{{$tables_metadata}}</table_metadata> | ||
|
||
Only use the provided table metadata to construct correct and executable SQL queries. Ensure your responses strictly adhere to the {{$database_type}} database functions and syntax. If you require additional information or clarification, ask the user specific questions. Always provide SQL queries that can be executed without errors. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "kontext-copilot" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
description = "Kontext Copilot is an AI empowered assistant for data analytics that can run on your local computer." | ||
authors = ["Kontext <[email protected]>"] | ||
readme = "README.md" | ||
|