tabby/crates
Meng Zhang a3864a3280
fix(core): canonicalize git_url before performing code search (#2612)
* fix(core): canonicalize git_url before performing code search

Previously, the git_url used in the index was not properly canonicalized, leading to inconsistencies when performing queries. This commit updates the code to ensure that the git_url is canonicalized before performing the code search.

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2024-07-10 23:38:16 +09:00
..
aim-downloader chore(download): enable sha256 checksum, remove partition urls support (#2514) 2024-06-26 12:23:43 +00:00
http-api-bindings feat: add support for OpenAI completion API (#2604) 2024-07-10 18:40:51 +09:00
llama-cpp-server fix(llama): fill model name when starting local llama.cpp server (#2610) 2024-07-10 04:32:05 +00:00
ollama-api-bindings refactor(webserver): switch to openai chat interface (#2564) 2024-07-03 15:44:34 +09:00
tabby fix(core): canonicalize git_url before performing code search (#2612) 2024-07-10 23:38:16 +09:00
tabby-common feat: add collect_relevant_code_using_user_message to support collect relevant code snippet with user query (#2602) 2024-07-10 15:07:05 +09:00
tabby-crawler refactor(scheduler): extract tabby-crawler crate (#2603) 2024-07-10 08:50:26 +09:00
tabby-download feat: add TABBY_HUGGINGFACE_HOST_OVERRIDE to override huggingface.co to compatible mirrors (e.g hf-mirror.com) (#2515) 2024-06-26 23:51:24 +08:00
tabby-git chore: when repositoryGrep matched a file (without content), display … (#2605) 2024-07-10 09:29:45 +09:00
tabby-index refactor: rename tabby-scheduler to tabby-index (#2606) 2024-07-10 00:27:19 +00:00
tabby-inference feat: add mistral/chat support to talk to mistral api platform through chat api (#2568) 2024-07-09 05:11:23 +00:00