Commit Graph

151 Commits (add-signin-page)

Author SHA1 Message Date
Meng Zhang b1481b0e2e
chore: release 0.6.0 (#882)
* add loadtest

* release 0.6.0

* Release 0.6.0-rc.0

http-api-bindings@0.6.0-rc.0
juniper-axum@0.6.0-rc.0
llama-cpp-bindings@0.6.0-rc.0
tabby@0.6.0-rc.0
tabby-common@0.6.0-rc.0
tabby-download@0.6.0-rc.0
tabby-inference@0.6.0-rc.0
tabby-scheduler@0.6.0-rc.0
tabby-webserver@0.6.0-rc.0

Generated by cargo-workspaces

* Release 0.6.0-rc.1

http-api-bindings@0.6.0-rc.1
juniper-axum@0.6.0-rc.1
llama-cpp-bindings@0.6.0-rc.1
tabby@0.6.0-rc.1
tabby-common@0.6.0-rc.1
tabby-download@0.6.0-rc.1
tabby-inference@0.6.0-rc.1
tabby-scheduler@0.6.0-rc.1
tabby-webserver@0.6.0-rc.1

Generated by cargo-workspaces

* Release 0.6.0-rc.2

http-api-bindings@0.6.0-rc.2
juniper-axum@0.6.0-rc.2
llama-cpp-bindings@0.6.0-rc.2
tabby@0.6.0-rc.2
tabby-common@0.6.0-rc.2
tabby-download@0.6.0-rc.2
tabby-inference@0.6.0-rc.2
tabby-scheduler@0.6.0-rc.2
tabby-webserver@0.6.0-rc.2

Generated by cargo-workspaces

* Release 0.6.0

http-api-bindings@0.6.0
juniper-axum@0.6.0
llama-cpp-bindings@0.6.0
tabby@0.6.0
tabby-common@0.6.0
tabby-download@0.6.0
tabby-inference@0.6.0
tabby-scheduler@0.6.0
tabby-webserver@0.6.0

Generated by cargo-workspaces
2023-11-27 14:57:45 +08:00
Meng Zhang 00cfbfa097
docs: Update configurations.md title to be Advanced Configuration 2023-11-26 23:03:41 +08:00
Lucy Gao ed6826408d
docs: add Loom video demo (#884)
* docs: add loom video demo

* docs: update wording

* update

---------

Co-authored-by: Meng Zhang <meng@tabbyml.com>
2023-11-24 16:33:25 +08:00
Meng Zhang 9746865b8f fix: bad link in blog 2023-11-23 21:32:38 +08:00
Meng Zhang 048d02a609
docs: add coding llm leaderboard blog (#869)
* docs: add coding llm leaderboard blog

* accept suggestions

* update
2023-11-23 21:24:15 +08:00
sonique6784 b9cb5a025e
feat: add support for Kotlin language (#813)
* feat: add support for Kotlin

* Update programming-languages.md

* Update Cargo.toml

* fix: kotlin missing TAGGING_QUERY

* docs: remove 0.5.0 warning as tabby adapt same format for remote / local storage

* feat: make --model optional, so user can start a chat only instance (#817)

* fix: mark tabby-ui as yarn managed

* fix: rust build caused by 1.74.0 release (#819)

* chore: exclude experimental directory for language stats

* chore: exclude ee/tabby-webserver/ui to language stats

* fix: move db path, fix compile error (#820)

* feat(vscode): Add dont-show-again for warnings.  Add online help links. (#821)

* refactor: delete contrib/jetson/Dockerfile as it's no longer compatible post 0.5

feel free to sending pr of adding it back if you get it work with llama.cpp based docker image

* feat(vim): update tabby-agent. (#824)

* feat(intellij): Add dont-show-again for warnings. Add more online help links. (#823)

* feat: implement basic dependency detection for python / rust (#825)

* refactor: extract tags mod for dataset.rs

* feat: implement basic dependency detection for python / rust

* fix: keep only direct dependency, clean up path (#827)

* feat: add support for Kotlin

* Update Cargo.toml

* fix: adjustment post rebase

* fix: added kotlin.scm to cover query tags

* fix: updated kotlin.scm

* remove definition import

Co-authored-by: Meng Zhang <meng@tabbyml.com>

* remove typealias

Co-authored-by: Meng Zhang <meng@tabbyml.com>

---------

Co-authored-by: Meng Zhang <meng@tabbyml.com>
Co-authored-by: Eric <illuminating.me@gmail.com>
Co-authored-by: Zhiming Ma <codes.icy@gmail.com>
2023-11-23 09:31:23 +08:00
Meng Zhang b8325bd8ab docs: polish faq part for custom model 2023-11-15 15:00:42 -08:00
Meng Zhang c0a4309061
docs: add custom registry information to faq (#799) 2023-11-15 14:34:25 -08:00
Lucy Gao 510eddca89
docs: change blogpost date, fix typos, and add twitter image. (#777) 2023-11-13 12:05:20 -08:00
Bryan 71815bef8f
docs: fix and add additional information in the Modal installation page (#748)
* Add additional information in modal installation docs

* docs: update tabby version to 0.5.5

update Modal installation script
2023-11-10 17:45:26 -08:00
Lucy Gao bf2c1e6a79
docs: blogpost for code model evals (#705)
* docs: blogpost for code model evals

* docs: add research paper reviews

* docs: revert irrelevant files
2023-11-10 17:00:18 -08:00
Meng Zhang aa61f0549f docs: update openapi.json 2023-11-10 12:09:07 -08:00
Zhiming Ma ff03e2a34e
feat(agent): add back agent timeout config. (#739)
* feat(agent): add back agent timeout config, add option to disable warning for slow response time.

* feat(agent): Update completion timeout to single number. Add config type validation.
2023-11-09 22:39:22 -08:00
leiwen83 3fb8445747
feat: supports java (#715)
* feat: add java language configuration

* feat: add java repository context support

* Update programming-languages.md

* added rev to tree-sitter-java

Signed-off-by: Lei Wen <wenlei03@qiyi.com>
Co-authored-by: Lei Wen <wenlei03@qiyi.com>
2023-11-07 23:59:00 -08:00
Zhiming Ma 424626cf5f
feat(clients): add information about anonymous data tracking. (#704)
* feat(clients): add information about anonymous data tracking.

* fix: update docs for anonymous usage data.

* Update website/docs/extensions/configurations.md

Co-authored-by: Meng Zhang <meng@tabbyml.com>

* Update website/docs/extensions/configurations.md

Co-authored-by: Meng Zhang <meng@tabbyml.com>

---------

Co-authored-by: Meng Zhang <meng@tabbyml.com>
2023-11-05 22:59:28 -08:00
Meng Zhang ec8d88de0d
chore: release 0.5.0 (#697)
* Release 0.5.0-rc.0

http-api-bindings@0.5.0-rc.0
llama-cpp-bindings@0.5.0-rc.0
tabby@0.5.0-rc.0
tabby-common@0.5.0-rc.0
tabby-download@0.5.0-rc.0
tabby-inference@0.5.0-rc.0
tabby-scheduler@0.5.0-rc.0

Generated by cargo-workspaces

* fix: docker branch tag should only generate when not empty

* Release 0.5.0-rc.1

http-api-bindings@0.5.0-rc.1
llama-cpp-bindings@0.5.0-rc.1
tabby@0.5.0-rc.1
tabby-common@0.5.0-rc.1
tabby-download@0.5.0-rc.1
tabby-inference@0.5.0-rc.1
tabby-scheduler@0.5.0-rc.1

Generated by cargo-workspaces

* fix: handlebar syntax in meta action

* Release 0.5.0-rc.2

http-api-bindings@0.5.0-rc.2
llama-cpp-bindings@0.5.0-rc.2
tabby@0.5.0-rc.2
tabby-common@0.5.0-rc.2
tabby-download@0.5.0-rc.2
tabby-inference@0.5.0-rc.2
tabby-scheduler@0.5.0-rc.2

Generated by cargo-workspaces

* fix: handlebar syntax in meta action

* Release 0.5.0-rc.3

http-api-bindings@0.5.0-rc.3
llama-cpp-bindings@0.5.0-rc.3
tabby@0.5.0-rc.3
tabby-common@0.5.0-rc.3
tabby-download@0.5.0-rc.3
tabby-inference@0.5.0-rc.3
tabby-scheduler@0.5.0-rc.3

Generated by cargo-workspaces

* docs: update change log and docs

* fix: collect_snippet should handle NotReady error

* Release 0.5.0-rc.4

http-api-bindings@0.5.0-rc.4
llama-cpp-bindings@0.5.0-rc.4
tabby@0.5.0-rc.4
tabby-common@0.5.0-rc.4
tabby-download@0.5.0-rc.4
tabby-inference@0.5.0-rc.4
tabby-scheduler@0.5.0-rc.4

Generated by cargo-workspaces

* Release 0.5.0

http-api-bindings@0.5.0
llama-cpp-bindings@0.5.0
tabby@0.5.0
tabby-common@0.5.0
tabby-download@0.5.0
tabby-inference@0.5.0
tabby-scheduler@0.5.0

Generated by cargo-workspaces
2023-11-03 18:02:03 -07:00
Meng Zhang 2ee5dbfd4f
chore: move tabby-ui under ee license. (#667)
* chore: introduce tabby-ui EE license.

* update
2023-10-29 15:56:57 -07:00
Ajay Gonepuri (GONAPCORP) 2833ccfe75
fix(docs): correct typos (#662)
* docs: fix typos

* Update CHANGELOG.md

* Update README.md

* Update README.md

* Update index.md
2023-10-29 02:41:38 -07:00
Meng Zhang 68a7b3628c
docs: Update faq.mdx on multiple GPU utilization 2023-10-29 01:22:13 -07:00
Meng Zhang 8dc5526091 Revert "feat: supports PHP (#634)"
This reverts commit 688e7d75b5.
2023-10-28 23:02:10 -07:00
Meng Zhang dadd58573d docs: update logo font weight 2023-10-27 23:56:57 -07:00
Meng Zhang f37cdfef6d docs: update website openapi.json 2023-10-27 12:41:02 -07:00
Meng Zhang ab2297b15c docs: add link to media kit 2023-10-27 12:31:28 -07:00
Meng Zhang 38402cec56 docs: fix logo 2023-10-27 12:08:55 -07:00
Meng Zhang 170b7384bf docs: update website logo 2023-10-27 12:07:58 -07:00
Meng Zhang 39879ab500
docs(models): remove mac m1/m2 columns as all models supports mac m1/m2 (#646) 2023-10-26 16:39:42 -07:00
Oleksandr 688e7d75b5
feat: supports PHP (#634)
* feat: add php language configuration

* feat: add php repository context support

* docs: update documentation to indicate php support

* Update programming-languages.md

* added rev to tree-sitter-php

---------

Co-authored-by: Aleksandr Tarabaka <aleksandr.tarabaka@privatbank.ua>
Co-authored-by: Meng Zhang <meng@tabbyml.com>
2023-10-26 19:27:57 +00:00
Meng Zhang 6e59aa8d81
docs: fix title for the decoding blog 2023-10-26 06:02:30 -07:00
Lucy Gao 3f272d867a
docs: blog and README updates. (#643)
* docs: blog and README updates.

1. update NEW
2. fix formatting in archive
3. add twitter image to decoding blog

* docs: update images and related links in new.
2023-10-26 04:04:35 -07:00
Meng Zhang 1a4c2aa71f
feat: swtich cpu backend to llama.cpp (#638)
* feat: swtich Cpu backend to llama.cpp

* feat: switch cpu serving to ggml

* fix cargo.toml

* use optional dependency

* fix compliation

* update ci target
2023-10-25 15:40:11 -07:00
Meng Zhang cd14ad723b
docs: update changelog for 0.4.0 (#629) 2023-10-24 16:26:23 -07:00
Lucy Gao dcf82d45b5
docs: add incremental decoding blog. (#612)
* docs: add incremental decoding blog.

* docs: update community info on getting-started page.

* Revert "docs: update community info on getting-started page."

This reverts commit 7c5f6abfae72f56e80b2e8356b93e2de6fee7f79.

* docs: editorial changes in incremental decoding blog.

* docs: fix mistake 👽

* Update website/blog/2023-10-21-incremental-decoding/index.md

Co-authored-by: Meng Zhang <meng@tabbyml.com>

* Update website/blog/2023-10-21-incremental-decoding/index.md

Co-authored-by: Meng Zhang <meng@tabbyml.com>

* docs: comments addressed for blogpost.

---------

Co-authored-by: Meng Zhang <meng@tabbyml.com>
2023-10-24 12:57:07 -07:00
Lucy Gao 8ea15ceb0e
docs: update community info on getting-started page. (#614) 2023-10-22 20:21:50 -07:00
Meng Zhang a1d55ab3f4
docs(huggingface): tweak the layout 2023-10-22 16:32:51 -07:00
Meng Zhang e46b46a1c1
docs(modal): tweak app.py 2023-10-22 15:05:15 -07:00
Meng Zhang 487f5a6976
docs(modal): tweak installation doc 2023-10-22 00:02:08 -07:00
Meng Zhang 0fcb04e370 docs(modal): add app running image 2023-10-21 23:05:11 -07:00
Meng Zhang 1fa84b719f
docs(hugging-face): tweak the documentation 2023-10-21 22:53:37 -07:00
Meng Zhang 86dfbe975d
docs(modal): tweak the documentation 2023-10-21 22:53:16 -07:00
Meng Zhang e3821df03f
fix(modal docs): bad link to app.py 2023-10-21 22:52:24 -07:00
Meng Zhang 912f8aab3d
fix(docs): add installation guide on modal (#608)
* fix(docs): add installation guide on modal

* remove modal-deploy
2023-10-21 22:47:48 -07:00
Meng Zhang 8a5be05253 chore: remove deprecated field in api doc 2023-10-21 15:40:38 -07:00
Meng Zhang 3f0342ccdf chore: add update-openapi-doc to Makefile 2023-10-21 15:33:37 -07:00
Chromium da6109c5af
feat: Add Ruby Language Support (#597)
* feat: add Ruby Support

* fix: address the comments

* Update dataset.rs

---------

Co-authored-by: Meng Zhang <meng@tabbyml.com>
2023-10-20 18:48:37 +00:00
Meng Zhang 7877d300ab
docs: add example to having two repositories in config.toml (#599)
* docs: add example to having two repositories in config.toml

#596

* Update configuration.md
2023-10-19 15:14:02 -07:00
Meng Zhang 7818f640e9
docs: add faq on how to convert own model for tabby (#592) 2023-10-18 16:18:24 -07:00
Lucy Gao e0f16ff5d6
docs: blog about fundraising and v0.3.0 release (#577)
* docs: blog about fundraising and v0.3.0 release

1. add blog
2. add a "release" tag

* docs: correct file name

* docs: tweaks on blog

1. update blog name to an earlier date
2. editorial changes
2023-10-17 19:46:32 -07:00
Meng Zhang 23a105e4cb
docs: tweak blog post 2023-10-17 11:13:52 -07:00
Meng Zhang a627b80586
docs: fix title for repository context blog 2023-10-17 11:13:01 -07:00
Meng Zhang 7b7c9c2577
docs(blog): add repository context for code completion blog (#574)
* docs(blog): add repository context for code completion blog

* add topic image

* add cover image

* fix

* tweak

* fix title for tree sitter query

* tweak

* tweak
2023-10-17 11:07:11 -07:00