389 Commits

Author SHA1 Message Date
8d02dba90e chore: update readme 2023-12-17 21:25:06 +08:00
42bad976a4 chore: improve onboarding experience 2023-12-17 20:50:11 +08:00
af03b3c922 chore: fix log message 2023-12-17 20:12:26 +08:00
b5c017461f feat: pass model to calculate usage 2023-12-17 19:49:10 +08:00
319c12a4c6 chore: fix model cost 2023-12-17 02:57:47 +08:00
92b567104f chore: tweak warning message when exceeding quota 2023-12-01 10:06:58 +08:00
1088b9e3c6 chore: change 1 month price from $5 to $10 2023-10-19 00:40:33 +08:00
1737a7a96e chore: update 1 year subscription price id 2023-09-01 19:26:38 +08:00
ebc487466e chore: update annual pricing to $30 2023-09-01 19:17:33 +08:00
7ad1160111 feat: add NEXT_PUBLIC_ALLOW_SELF_OPENAI_KEY 2023-09-01 19:07:32 +08:00
4948f8130b feat: remove gpt4 restriction 2023-08-07 00:00:09 +08:00
c83937738b chore: add NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY 2023-07-27 02:06:25 +08:00
c3a0c37d1d chore: add dockerfile for sqlchat.ai 2023-07-27 01:58:36 +08:00
f8abe4e21f chore: add a log to printout NEXT_PUBLIC env 2023-07-27 01:34:39 +08:00
076a4a8b78 fix: revert last dockerfile change, need more thing to support NEXT_PUBLIC in docker 2023-07-27 01:27:14 +08:00
6066a84341 chore: use next bin to start in dockerfile 2023-07-27 00:59:40 +08:00
6e3269646e chore: add link to find open ai key 2023-07-06 20:32:08 +08:00
1b85bb9f3c chore: more sql button explicit 2023-06-28 13:30:32 +08:00
b5c164512d chore: more doc update 2023-06-25 11:59:19 +08:00
bb34e29f33 chore: fix doc and add more error FAQ 2023-06-25 11:47:46 +08:00
0c5d07b0d7 feat: relax sqlchat bot to be a general bot if no engine specified 2023-06-20 09:48:43 +08:00
eba28dd903 docs: update readme for all locales 2023-06-17 18:26:40 +08:00
d78a2ead53 docs: update docker command 2023-06-17 18:17:24 +08:00
718b75baff fix: fix docker image by generating prisma client 2023-06-17 18:03:54 +08:00
e99bf0deb9 chore: update screenshot 2023-06-16 19:45:17 +08:00
4efdbc1df9 chore: enlarge QueryDrawer 2023-06-16 19:41:23 +08:00
63b1cd272f feat: update latest image on push to main branch
No need to have separate release channel for SQL Chat
2023-06-16 15:51:35 +08:00
1b6afeffa3 refactor: rename method 2023-06-09 09:01:30 +08:00
8f3efcac09 chore: add missing locale file 2023-06-09 09:01:19 +08:00
bbb90c949a feat: add a manual refresh schema button 2023-06-09 08:58:45 +08:00
4c3e4f52d5 feat: enable prompt drawer in prod 2023-06-08 01:24:45 +08:00
88f80aaefe feat: select as many tables up to the maximum token by default 2023-06-08 01:23:34 +08:00
e774078613 refactor: rename selectedTablesName to selectedTableNameList 2023-06-08 01:06:22 +08:00
7edf20a82a chore: change tidbserverless engine type to TiDB
engine type should not be specific to product line
2023-06-08 01:04:11 +08:00
5664a9bb3f chore: pass engine to prompt 2023-06-08 00:59:06 +08:00
149106497e chore: better formating 2023-06-08 00:40:24 +08:00
7c6129e9ff chore: better formatting schema 2023-06-08 00:36:18 +08:00
3f31392dc1 feat: improve prompt 2023-06-08 00:23:41 +08:00
a62b5d803a chore: display token in the prompt drawer 2023-06-07 23:56:19 +08:00
3b276ce9a6 fix: display default prompt in the schema drawer if general bot is selected 2023-06-07 23:44:42 +08:00
8434d83133 feat: improve prompt drawer 2023-06-07 23:29:01 +08:00
a7a72de5bb feat: make view prompt button more explicit 2023-06-07 23:21:05 +08:00
cf1b5e0cd0 Updates on es_ES translations (#128)
* Translated using Weblate (Spanish)

Currently translated at 96.5% (85 of 88 strings)

Translation: sqlchat/sqlchat
Translate-URL: http://192.168.1.4:8070/projects/sqlchat/sqlchat/es/

* Translated using Weblate (Spanish)

Currently translated at 100.0% (88 of 88 strings)

Translation: sqlchat/sqlchat

* feat: add README in Spanish language
This commit adds a new file, README.es-ES.md, which contains the README in Spanish language. This is done to make the project more accessible to Spanish-speaking users. The README now also includes a link to the Spanish version.

* Translated using Weblate (Spanish)

Currently translated at 100.0% (88 of 88 strings)

Translation: sqlchat/sqlchat

---------

Co-authored-by: Anonymous <noreply@weblate.org>
2023-06-07 02:23:29 +08:00
930279b2bd fix: unwanted rerender when connect a new database (#127)
* deleted unused code

* fix: error when connect a new database

* Update pnpm-lock.yaml

* Update pnpm-lock.yaml
2023-06-06 17:38:56 +08:00
13606ab9df chore: delete unnecessary console.log (#126)
* deleted unused code

* Update index.tsx
2023-06-06 17:09:37 +08:00
5d69a0fdaa fix: use string comparison for checking database_less 2023-06-05 23:57:43 +08:00
f3943183ab fix: no select first schema when create a new conversation (#123) 2023-06-04 16:04:32 +08:00
f7eabe9c9a feat: show read-only prompt (#121)
* stash

* feat: show prompt and move setting pos

* feat:wrap long line

* refactor generate prompt

* fix typo

* eslint
2023-06-04 15:47:37 +08:00
e376e7be81 chore: add missing doc for setting DATABASE_DIRECT_URL 2023-06-02 15:16:33 +08:00
53ff2a0026 fix: typo 2023-06-01 23:19:27 +08:00