-
Notifications
You must be signed in to change notification settings - Fork 5k
doc: update gpt doc. #30428
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
Merged
Merged
doc: update gpt doc. #30428
Conversation
This file contains hidden or 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
guanshengliang
approved these changes
Mar 25, 2025
guanshengliang
added a commit
that referenced
this pull request
Mar 25, 2025
* ci: add 3.3.6 branch * fix: delete taos-tools repo in Jenkinsfile2 * ci:add 3.3.6 branch to taosd-ci.yml * fix(stream): support packaging enterprise edition. * fix: [TD-34074] compile error (#30220) * feat(gpt): support lstm and do some internal refactor, add sample autoencoder model. * feat(gpt): support lstm and do some internal refactor, add sample autoencoder model. * test(gpt): disable model case. * test(gpt): disable model case. * doc: fix title error in doc. * doc: add mlp doc. * fix(gpt): add gpt * fix(gpt): update the test cases. * fix(gpt): update the test cases. * test(gpt): disable gpt test in github action. * fix(gpt): check the grant, check the rsp code. * fix(gpt): limit the forecast rows. * fix(gpt): use default gpt service * fix(gpt): update error code. * fix: [TD-34074] Forbid virtual table in tq and stmt and forbid supertable query's origin table from different databases. fix: [TD-34074] Forbid virtual table in tq and stmt and forbid supertable query's origin table from different databases. * fix(gpt): update the version. * fix(sml): process space in the end if writing raw data in sml & change some log level #30306 fix(sml): process space in the end if writing raw data in sml & change some log level * fix(gpt): 1. fix error in anomalywindow count; 2. update gpt model name; 3. update the expired test case. 4. support the user specified valid_code * fix(gpt): not draw results. * fix: taosadapter version 3.3.6 (#30324) * docs(stream): document streaming computation support for virtual tables in user manual (#30319) * docs(stream): document streaming computation support for virtual tables in user manual - Added section to user manual describing streaming computation support for virtual tables - Listed known limitations and behavior when using virtual tables in streaming mode * Update 14-stream.md --------- Co-authored-by: Pan Wei <[email protected]> * fix(gpt): fix error. * ci: add tdgpt .c file into TDengine and TDgpt workflow * ci: add tdgpt .c file into TDengine and TDgpt workflow * fix(stream): log level (#30331) * Update README.md * Update README-CN.md * Update README.md * Update README.md * Update README.md * fix(gpt): update the error info. * ci: add release build Signed-off-by: WANG Xu <[email protected]> * fix: add requests pkg in tdgpt install.sh * fix(stmt2):stmt2 get fields return wrong when tag is value(3.3.6) (#30308) * fix: add case * fix: stmt2 get fields return wrong when tag is value * enh: replace preCtb bool to flag,handle more situation * fix: some unit test error * diff: add case and fix some problem * fix: remove async test, handle in TD-34077 * fix: review --------- Co-authored-by: Simon Guan <[email protected]> * docs: format doc (#30335) * fix(gpt): fix the bug for algo name case sensitive (#30362) * Update 02-management.md * fix: insert into ntb get fields problem (#30370) * fix(gpt): fix the bug for algo name case sensitive (#30369) * fix(gpt): fix the bug for algo name case sensitive * refactor: format * refactor(stream): fix error. * fix: [TS-4897] Fix create child table after modify super virtual table failed (#30317) * merge: from 3.0 to 3.3.6 (#30373) * Update 09-error-code.md * Update 03-preprocess.md * Update index.md * Update index.md * Update index.md * doc: update docs. * Update index.md * Update index.md * Update index.md * Update index.md * Update 03-preprocess.md * Update index.md * Update index.md * Update index.md * Update 03-preprocess.md * Update index.md * Update index.md * doc(gpt): update the figures. * doc(gpt): update figure size * doc(gpt): add new pages. * Update 01-model.md * Update 02-insert.md * Update 01-model.md * Update 02-management.md (#30371) * fix: [TS-4897] Fix create child table after modify super virtual table failed (#30316) --------- Co-authored-by: Haojun Liao <[email protected]> Co-authored-by: Haojun Liao <[email protected]> Co-authored-by: Linhe Huo <[email protected]> Co-authored-by: Jeff Tao <[email protected]> Co-authored-by: Jing Sima <[email protected]> * docs: format (#30374) * Update 02-management.md * fix(gpt): add some sql scripts. (#30375) * fix(gpt): fix the bug for algo name case sensitive * refactor: format * refactor(stream): fix error. * refactor(gpt): add sample sql to prepare the data. * doc: update the png * Update index.md * fix(gpt): update the script (#30377) * fix(gpt): fix the bug for algo name case sensitive * refactor: format * refactor(stream): fix error. * refactor(gpt): add sample sql to prepare the data. * fix(stream): update the install/release script. * Update index.md * Merge pull request #30380 from taosdata/fix/mergegpt fix(gpt): install taospy by default. * doc(gpt): add tutorial page. * Update 09-tutorial.md * Update 09-tutorial.md * Update 09-tutorial.md * Update 09-tutorial.md * Update 02-management.md * Update index.md * fix(stream): update the update node info. (#30364) * fix: add ahandle release log (#30395) * docs: minor changes * fix(stmt2):sort stmt2 bind rowkey (#30309) * docs: rename "Security Configuration" to "Security Suggestions" (#30406) * fix: interlace=0 with fixed tags memory bad access (#30392) * fix(gpt): support timemoe (#30410) * fix(gpt): add timemoe (#30417) * fix(stream): add start/stop message. (#30400) * test: add python script for windows cases to replace the bat (#30386) * test: add python scripts for test windows cases replace the old bat scripts * refactor: update color_echo function to use log_file instead of error_file * ci: update workflow to use fixed branch for Windows test runs * chore: add empty line for better readability in tdengine-test.yml * test:fix from branch fix/xftan/taos-shell-configdir * fix: replace global variant configDir with local variant on taos * fix: remove check cfgdir exist * fix: restore no input msg * fix: move dumpConfig after taos_options * fix: dump Config on windows failed * fix: move configDirShell variant to shellArgument.c * fix: get last char pos is -1 * ci: update Windows test workflow to use main branch and enhance test output * ci: remove unnecessary line from tdengine-test workflow --------- Co-authored-by: Alex Duan <[email protected]> * fix: [TS-5926] change wal read file log (#30416) * docs: [TS-4897] Add en docs for virtual table. (#30404) * fix(stream): ignore still reachable error in case checkError1 (#30394) * chore: fix taos_data_type/errno/errstr() error before taos_init() call (#30414) * docs: en doc for tdgpt * merge: set tags * Update 01-introduction.md * docs: update installation instructions for Anode * docs: add import statement for PkgListV3 in management documentation * fix:remove stmt2_get_fields binfo cache (#30420) * merge: git set tags * test:alter cover name * fix: branch * doc: update gpt doc. (#30428) * fix: coverage scripts * fix: coverage scripts (#30438) --------- Signed-off-by: WANG Xu <[email protected]> Co-authored-by: WANG Xu <[email protected]> Co-authored-by: haoranchen <[email protected]> Co-authored-by: Haojun Liao <[email protected]> Co-authored-by: Feng Chao <[email protected]> Co-authored-by: facetosea <[email protected]> Co-authored-by: Jing Sima <[email protected]> Co-authored-by: Jinqing Kuang <[email protected]> Co-authored-by: dapan1121 <[email protected]> Co-authored-by: Pan Wei <[email protected]> Co-authored-by: Haojun Liao <[email protected]> Co-authored-by: huohong <[email protected]> Co-authored-by: Minglei Jin <[email protected]> Co-authored-by: freemine <[email protected]> Co-authored-by: Yihao Deng <[email protected]> Co-authored-by: 54liuyao <[email protected]> Co-authored-by: Bomin Zhang <[email protected]> Co-authored-by: 蟑螂·魂 <[email protected]> Co-authored-by: wangjiaming <[email protected]> Co-authored-by: dongming chen <[email protected]> Co-authored-by: Zhiyu Yang <[email protected]> Co-authored-by: Nie Minhui <[email protected]> Co-authored-by: Zhixiao Bao <[email protected]> Co-authored-by: Kaili Xu <[email protected]> Co-authored-by: Linhe Huo <[email protected]> Co-authored-by: tjuzyp <[email protected]> Co-authored-by: yanyuxing <[email protected]> Co-authored-by: WANG MINGMING <[email protected]> Co-authored-by: yihaoDeng <[email protected]> Co-authored-by: Mario Peng <[email protected]> Co-authored-by: facetosea <[email protected]> Co-authored-by: Minglei Jin <[email protected]> Co-authored-by: She Yanjie <[email protected]> Co-authored-by: jiajingbin <[email protected]> Co-authored-by: Alex Duan <[email protected]> Co-authored-by: kevin men <[email protected]> Co-authored-by: Hongze Cheng <[email protected]> Co-authored-by: [email protected] <[email protected]> Co-authored-by: Yaming Pei <[email protected]> Co-authored-by: Xuefeng Tan <[email protected]> Co-authored-by: Jeff Tao <[email protected]> Co-authored-by: Ya Qiang Li <[email protected]> Co-authored-by: Alex Duan <[email protected]> Co-authored-by: danielclow <[email protected]> Co-authored-by: happyguoxy <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
doc: update gpt doc.
Checklist
Please check the items in the checklist if applicable.