tabby/crates/tabby-common/src
Meng Zhang 41f60d3204
refactor(code): extract `search_in_language` (#762)
* chore: init tabby-webserver

* add code search worker registry

* add webserver command

* add graphql

* extract schema

* refactor: extract registry.rs

* refactor

* update

* update

* update

* update

* update

* fix lint
2023-11-10 17:29:50 -08:00
..
api refactor(code): extract `search_in_language` (#762) 2023-11-10 17:29:50 -08:00
config.rs feat: add server.completion_timeout to control timeout of /v1/completion (#637) 2023-10-25 22:05:23 +00:00
events.rs fix: move events writer to individual thread (#669) 2023-10-30 01:31:41 +00:00
index.rs fix: clippy warnings in CodeSearchSchema 2023-11-10 11:48:52 -08:00
languages.rs fix: chat completions should use empty stop words (#626) 2023-10-24 15:49:11 +00:00
lib.rs refactor: extract tabby_common::api::code / tabby_common::index::CodeSearchSchema (#743) 2023-11-10 10:11:13 -08:00
path.rs feat: simplify download management, model file should be able to indi… (#690) 2023-11-02 16:01:04 -07:00
registry.rs feat: simplify download management, model file should be able to indi… (#690) 2023-11-02 16:01:04 -07:00
usage.rs docs: add telemetry information when creating usage id for tracking (#627) 2023-10-24 13:02:37 -07:00