Commit Graph

969 Commits (98c50f805048aa6edd428b1eb89f0e52dfd06d7b)

Author SHA1 Message Date
Meng Zhang 8fca850037
feat(eval): add debug_options.raw_prompt to tabby api for evaluation purpose (#605)
* update eval

* feat: re-purpose  as raw input to LLM

* move prompt to Debug options

* Update crates/tabby/src/serve/completions.rs
2023-10-21 20:47:44 +00:00
Meng Zhang 049ebdf9a9 fix: use ruby tree sitter tag query 2023-10-21 13:01:18 -07:00
Meng Zhang 3087f38bb4
docs: Update CHANGELOG.md 2023-10-21 12:36:48 -07:00
Meng Zhang 12686f9d6c
Update CHANGELOG.md 2023-10-21 12:35:12 -07:00
Meng Zhang 933506d2ce
docs: Update CHANGELOG.md 2023-10-21 12:33:05 -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
Lucy Gao a0a703899a
docs: Update what's new. (#602) 2023-10-20 08:34:19 -07:00
Meng Zhang 5a822c03b6
fix: cap parallelisim to 4 for cuda to avoid oom (#601) 2023-10-20 07:54:53 +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 257dba64a5
feat(experimental): use modal for easier evaluation. (#594) 2023-10-18 23:33:27 -07:00
Zhiming Ma 0dc7e98232
fix: update notification for response time issues not to show some su… (#588)
* fix: update notification for response time issues not to show some suggestions when using local port.

* fix: update notification messages for completion response time issues.

* fix: lint.
2023-10-18 21:33:56 -07:00
Meng Zhang aacfd35464 feat: update tabby-python-client 2023-10-18 20:51:17 -07:00
Zhiming Ma 5cd32eb7c0
refactor(agent): remove deprecated agent options. (#585)
* refactor(agent): remove deprecated agent options.

* fix: overwrite old template if user has not modified it.

* fix: also remove debounce options.
2023-10-18 20:12:14 -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
Meng Zhang fc63dd7458
chore: set health heartbit to every 30 minutes (#591) 2023-10-18 15:59:16 -07:00
Meng Zhang 34a9de22cd
docs: Update README.md 2023-10-18 11:54:23 -07:00
Zhiming Ma 85109daea8
feat(agent): add count_select in AgentStats event. (#583)
* feat(agent): add count_select in AgentStats event.

* fix: also count view events in agent stats.
2023-10-18 09:08:14 -07:00
Zhiming Ma 4a87bcf431
fix(agent): fix postprocess indentation filter to check if the block closing line is duplicated. (#586) 2023-10-18 03:11:55 -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 f9eb052659
feat: dedup against existing snippets for retrieval augmented code (#582)
completion.
2023-10-17 23:10:01 +00:00
Meng Zhang 99d1bf34bb
fix: add flag to disable retrieval augmented code completion and set … (#580)
* fix: add flag to disable retrieval augmented code completion and set it in golden test

* update
2023-10-17 22:26:23 +00:00
Meng Zhang 981133d6c8
fix: remove empty tokens for similarity calculation (#581) 2023-10-17 22:25:38 +00: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
Zhiming Ma be5e76650f
refactor(agent): refactor completion postprocess and caching. (#576) 2023-10-17 09:04:04 -07:00
Meng Zhang 2060d47a95
fix: trim the sanitized text to skip empty queries. (#573) 2023-10-16 17:45:49 -07:00
Meng Zhang 98761c2a79
chore: adjust loadtest value based on release v0.3.0 (#572)
* chore: adjust loadtest value based on release v0.3.0

* Update default.loadtest.js
2023-10-16 15:13:26 -07:00
Meng Zhang 28b5ea3c09
fix: set safe.directory in Dockerfile (#571)
to avoid dubious ownership warning for git
2023-10-16 14:21:09 -07:00
sensinsane a8e2aaf7d1
docs: combine docker run command into a single line for ease of running in non-linux shell (e.g windows powershell) (#563)
* chore: Added Powershell compat

* fix: docker.mdx

Fix of my previous approach

* fix: docker.mdx

this time, i swear

* Fixed Powershell instruction (again), added
command to non-cuda tab

* Update docker.mdx

* Update docker.mdx

* Update docker.mdx

---------

Co-authored-by: Meng Zhang <meng@tabbyml.com>
2023-10-16 01:30:15 -07:00
Meng Zhang 1503ef6aba
test: add golden test for tabby server (#566)
* test: add golden test for tabby server

* fix
2023-10-16 08:06:37 +00:00
Meng Zhang 99a7053b6f
refactor: extract language configuration into individual toml file (#564)
* refactor: extract language configuration into individual toml file

* feat: add golang language configuration (#565)
2023-10-16 00:24:44 +00:00
Meng Zhang 9d6a9a6fa5
docs: use absolute links in getting-start.md to avoid certain wrong redirection 2023-10-14 12:27:10 -07:00
Meng Zhang c27b9e9a33
docs: fix the wrong link for golang 2023-10-14 12:13:42 -07:00
Meng Zhang 2e8b12951d
fix(prompt): revert back the behavior, enabling fill-in-the-middle if suffix is empty (use an linebreak as suffix) (#560) 2023-10-14 11:42:18 -07:00
Meng Zhang d27c09d75d
fix: ignore NotReady error for IndexServer (#559) 2023-10-14 02:21:17 -07:00
Meng Zhang b3c119d6f3
docs: update openapi.json to v0.3.0 (#558) 2023-10-14 01:31:32 -07:00
Meng Zhang 7ae1a97d57
docs: update changelog and documentation to indicate golang support (#557)
* docs: update changelog and documentation to indicate golang support

* Update programming-languages.md
2023-10-14 00:59:07 -07:00
Meng Zhang b9df0eb260
feat: add golang repository context support (#555) 2023-10-14 07:57:54 +00:00
Meng Zhang 9dc5acb62e
feat: add golang's top-level keywords to golang's stop words. (#554) 2023-10-14 07:42:26 +00:00
Meng Zhang d22f51cc16
docs: add instruction on adding new programming language support. (#556)
* temp commit

* docs: add instruction on adding new programming language support.
2023-10-14 00:37:05 -07:00
Meng Zhang 8390fff423
docs: add instruction on creating a Tabby instance with repository context (#552) 2023-10-13 23:05:50 -07:00
Zhiming Ma 5f67abb553
fix(agent): improve postprocess to trim whitespace. (#550)
* fix(agent): improve postprocess to trim white space.

* fix: lint.
2023-10-13 21:57:55 -07:00
Meng Zhang 3dd4233dd7 chore: add free-disk step for docker build 2023-10-13 19:01:51 -07:00
Meng Zhang 82e893d569 Release 0.4.0-dev
ctranslate2-bindings@0.4.0-dev
http-api-bindings@0.4.0-dev
llama-cpp-bindings@0.4.0-dev
rust-cxx-cmake-bridge@0.4.0-dev
tabby@0.4.0-dev
tabby-common@0.4.0-dev
tabby-download@0.4.0-dev
tabby-inference@0.4.0-dev
tabby-scheduler@0.4.0-dev

Generated by cargo-workspaces
2023-10-13 17:54:14 -07:00
Meng Zhang c5b2d8a074 chore: update bump-version for main branch 2023-10-13 17:53:06 -07:00
Meng Zhang 4dbaf4f312 Release 0.3.0
ctranslate2-bindings@0.3.0
http-api-bindings@0.3.0
llama-cpp-bindings@0.3.0
rust-cxx-cmake-bridge@0.3.0
tabby@0.3.0
tabby-common@0.3.0
tabby-download@0.3.0
tabby-inference@0.3.0
tabby-scheduler@0.3.0

Generated by cargo-workspaces
2023-10-13 17:45:07 -07:00
Meng Zhang d45d22e159 docs: update CHANGELOG for v0.3.0 2023-10-13 17:44:19 -07:00
Meng Zhang f9b5c44087 fix: completion.py for visualizing output of /v1/completion 2023-10-13 17:36:48 -07:00
Meng Zhang dfa6ed76b1 docs: update changelog for v0.3.0 2023-10-13 17:34:19 -07:00