You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to run/test tabby, but I have problems with the embedding instance
Using version 0.27, NixOS unstable server.
Ai completion and Ai chat seem to work, but I can not add a git context provider of a public repo, it seems to clone successfully but can't parse a single file.
Additional tabby logging even when running with RUST_LOG=debug are all like:
WARN tabby_index::indexer: crates/tabby-index/src/indexer.rs:90: Failed to build chunk for document 'git:R1AWw5:::{"path":"/var/lib/tabby/repositories/[redacted]/src/connection/handshake/dirsync/req.rs","language":"rust","git_hash":"906b1491a1a0ecb98781568b24d8ba781d6765e2"}': Failed to embed chunk text: error decoding response body
what can I try/what I am doing wrong?
The text was updated successfully, but these errors were encountered:
Hello, I'm trying to run/test tabby, but I have problems with the embedding instance
Using version 0.27, NixOS unstable server.
Ai completion and Ai chat seem to work, but I can not add a
git
context provider of a public repo, it seems to clone successfully but can't parse a single file.config.toml:
running with:
testing on
AMD Ryzen 7 8845HS w/ Radeon 780M Graphics
on the tabby web interface, on the systems page I see "Unreachable" only under "Enbedding", with error "error decoding response body"
The llama instance seems to be UP and by dumping the local traffic I see the following req/responses:
Additional tabby logging even when running with
RUST_LOG=debug
are all like:what can I try/what I am doing wrong?
The text was updated successfully, but these errors were encountered: