Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #1546

Merged
merged 69 commits into from
Oct 28, 2024
Merged

Dev #1546

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
d9b8688
fix: 修复重复选中数据库的问题
1194570458 Nov 2, 2023
02c3078
fix: 修复重复选中数据库的问题
1194570458 Nov 2, 2023
e2cd110
fix: 修复重复选中数据库的问题 #650
1194570458 Nov 2, 2023
37b59f4
Merge remote-tracking branch 'ljc/dev' into dev
1194570458 Nov 2, 2023
a9ef4c0
修复自定义AI不能使用的问题
Nov 15, 2023
4494f95
refactor(Chat2dbAIClient): refactor Chat2dbAIClient class
evrentan Nov 21, 2023
20e810e
Fix HiveSqlBuilder build error
zhoutong-patsnap Apr 17, 2024
014a0e0
Changes for Issue 1360
arjun12102019 May 6, 2024
c60c24b
changes for issue 1362
arjun12102019 May 6, 2024
6e21f15
Update index.tsx
zhanghaozjk May 21, 2024
f6315af
Added API for supporting Group By functionality
arjun12102019 May 22, 2024
60f89dd
Handle format table name - 1402 changes
arjun12102019 May 24, 2024
a43eade
fix_issue:#1440
Erional Jul 4, 2024
052512e
unit test
miahemu Jul 24, 2024
ea2894a
Merge pull request #1478 from miahemu/dev
miahemu Jul 24, 2024
3a4cc4b
unit test
miahemu Jul 27, 2024
cc00466
Merge pull request #1483 from miahemu/dev
miahemu Jul 27, 2024
6081435
Refactored Identifiers
congyuluo Jul 29, 2024
052a36b
Update and delete operations of procedures
miahemu Jul 30, 2024
89e2eb3
Delete operations of functions
miahemu Aug 3, 2024
d1415f0
unit test
miahemu Aug 12, 2024
cc5668f
Merge pull request #1499 from miahemu/unit-test
miahemu Aug 12, 2024
d96bafb
Fix Issue:#1490
miahemu Aug 13, 2024
30d25c6
Fix Issue:#1490
miahemu Aug 13, 2024
b965b9d
Merge pull request #1500 from miahemu/unit-test
miahemu Aug 13, 2024
dc3905b
Merge branch 'chat2db:dev' into dev
miahemu Aug 13, 2024
115a6a6
zhipu updata api interface
shenbuxing Aug 13, 2024
63a8da6
unit test
miahemu Aug 14, 2024
0367aad
Merge pull request #1503 from miahemu/unit-test
miahemu Aug 14, 2024
8010dff
Merge branch 'chat2db:dev' into dev
miahemu Aug 14, 2024
3037bc1
unit test
miahemu Aug 15, 2024
0568a65
Merge pull request #1506 from miahemu/unit-test
miahemu Aug 15, 2024
ae199e4
export current page CSV
miahemu Aug 16, 2024
cf519e6
Merge pull request #1511 from miahemu/unit-test
miahemu Aug 16, 2024
c0eac9c
export insertSQL
miahemu Aug 17, 2024
31e9b0f
Merge pull request #1512 from miahemu/unit-test
miahemu Aug 17, 2024
97cf17f
修复PostgreSQL中DECIMAL、NUMERIC没有小数位问题。
tmlx1990 Sep 25, 2024
a446482
Merge pull request #1534 from tmlx1990/pg
Chat2DB-Pro Sep 25, 2024
7712d0d
Merge branch 'CodePhiliaX:dev' into dev
miahemu Oct 15, 2024
30a07b2
dbeaver的导入问题修复
Zhuoyuan1 Oct 17, 2024
ec8c8e6
refine wording for en-us locale
jovezhong Oct 23, 2024
778812e
initial version of timeplus plugin
jovezhong Oct 23, 2024
45e620b
add plugin to server-domain-core/pom.xml
jovezhong Oct 23, 2024
e3d9931
update udf origin name
jovezhong Oct 24, 2024
a17f69c
empty list for routes and triggers
jovezhong Oct 24, 2024
cf6b7a0
important fix: avoid duplicating the db name
jovezhong Oct 24, 2024
1f9e860
set supportDatabase to true and schema false
jovezhong Oct 24, 2024
fe01c13
always use default as database name
jovezhong Oct 24, 2024
7b31f3d
Update MetaData, timezone can be in the column type
jovezhong Oct 24, 2024
4490d2d
MetaData, return empty list for table index
jovezhong Oct 24, 2024
127638c
workaround for default.default.name
jovezhong Oct 25, 2024
f56f524
use 7587 not 8463 by default to skip streaming
jovezhong Oct 25, 2024
738f156
Update TimeplusEngineTypeEnum.java
jovezhong Oct 25, 2024
0604ed8
Merge branch 'dev' into timeplus-plugin
Chat2DB-Pro Oct 28, 2024
d8a4fdf
Merge pull request #1544 from jovezhong/timeplus-plugin
Chat2DB-Pro Oct 28, 2024
8277b8b
Merge pull request #1538 from Zhuoyuan1/main
Chat2DB-Pro Oct 28, 2024
23c9216
Merge pull request #1501 from shenbuxing/updata-api
Chat2DB-Pro Oct 28, 2024
857aa4c
Merge pull request #1543 from jovezhong/refine-i18n-en
Chat2DB-Pro Oct 28, 2024
7ff0f8c
Merge pull request #1485 from miahemu/dev
Chat2DB-Pro Oct 28, 2024
f30992c
Merge pull request #1458 from Erional/chat2DB#1440
Chat2DB-Pro Oct 28, 2024
a4f96cb
Merge pull request #1484 from congyuluo/identifier-refactorings
Chat2DB-Pro Oct 28, 2024
f28d169
Merge branch 'dev' into 1402_Changes
Chat2DB-Pro Oct 28, 2024
380829c
Merge pull request #1403 from arjun12102019/1402_Changes
Chat2DB-Pro Oct 28, 2024
d9b1df5
Merge pull request #1395 from zhanghaozjk/patch-1
Chat2DB-Pro Oct 28, 2024
1e172fc
Merge branch 'dev' into main-fix20240417
Chat2DB-Pro Oct 28, 2024
666c27a
Merge pull request #1325 from ToryZhou/main-fix20240417
Chat2DB-Pro Oct 28, 2024
c4ca7ff
Merge pull request #872 from evrentan/reafactor/refactor-Chat2dbAICli…
Chat2DB-Pro Oct 28, 2024
c5afdf1
Merge pull request #827 from wuchuanpeng/dev
Chat2DB-Pro Oct 28, 2024
38b03a7
Merge pull request #736 from 1194570458/dev
Chat2DB-Pro Oct 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Double click package to install
- modelscope:[Chat2DB-SQL-7B](https://modelscope.cn/models/Chat2DB/Chat2DB-SQL-7B/summary)

### Deploy the InternLM model on Chat2DB

Thanks to [InternLM](https://github.com/InternLM/InternLM) for the strong support for this project. In the custom models of this project, multiple model weights from InternLM can be integrated. For more details, please refer to [chat2db-internlm-deploy](https://github.com/chat2db/chat2db-internlm-deploy)

## Supported databases
Expand Down
1 change: 1 addition & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
- modelscope:[Chat2DB-SQL-7B](https://modelscope.cn/models/Chat2DB/Chat2DB-SQL-7B/summary)

### 在Chat2DB上即成InternLM模型

感谢InternLM对本项目的大力支持,在本项目中的自定义模型中,可以集成InternLM的多个模型权重,具体请参考[chat2db-internlm-deploy](https://github.com/chat2db/chat2db-internlm-deploy)

## 支持的数据库
Expand Down
4 changes: 2 additions & 2 deletions chat2db-client/src/blocks/Setting/AiSetting/aiTypeConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const AIFormConfig: Record<AIType, IAiConfigBooleans> = {
},
[AIType.ZHIPUAI]: {
apiKey: true,
apiHost: 'https://open.bigmodel.cn/api/paas/v3/model-api/',
model: 'chatglm_turbo',
apiHost: 'https://open.bigmodel.cn/api/paas/v4/chat/completions',
model: 'codegeex-4',
},
[AIType.BAICHUANAI]: {
apiKey: true,
Expand Down
Loading