Skip to content

[BUG] Workspace not getting indexed #196

Description

@Zaccheuss

I imagine this could be related to the fact the everything is running in WSL.

Describe the bug
When I open the chat window via :TabnineChat I get the message: Workspace indexing: Not yet started that infinitely loads.

Image

To Reproduce
Steps to reproduce the behavior:

  1. Open a project in nvim
  2. Run :TabnineChat
  3. Observe infinite loading of workspace indexing

Expected behavior
I would expect the workspace files to be indexed so I can use the context of the codebase when interacting with the AI models.

Version Info:

Running Ubuntu in WSL (version 2)

cat /etc/os-release

PRETTY_NAME="Ubuntu 22.04.5 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.5 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy

nvim -v

NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1713484068

I am using vim-plug
ls -A ~/.local/share/nvim/plugged/tabnine-nvim/binaries

4.234.0

cat /path/to/plugin/binaries/.active
I don't have this file


ls -A -- "$(nvim --headless -c 'lua io.stdout:write(vim.fn.stdpath("data"))' -c qa)"/*/tabnine-nvim/binaries/

4.234.0

cat -- "$(nvim --headless -c 'lua io.stdout:write(vim.fn.stdpath("data"))' -c qa)"/*/tabnine-nvim/binaries/.active
No matches found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions