Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running JetBrains Intellij Idea remote wsl2 issues with indexing #4492

Open
3 tasks done
garrmark opened this issue Mar 5, 2025 · 3 comments
Open
3 tasks done

Running JetBrains Intellij Idea remote wsl2 issues with indexing #4492

garrmark opened this issue Mar 5, 2025 · 3 comments
Assignees
Labels
area:indexing Relates to embedding and indexing ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior priority:high Indicates high priority

Comments

@garrmark
Copy link

garrmark commented Mar 5, 2025

Before submitting your bug report

Relevant environment info

- OS: wsl2 Ubuntu 22.04.5 LTS on Windows 11 
- Continue version: 1.0.2
- IDE version: IntelliJ IDEA 2024.2 RC
- Model: voyage-code-3
- config:
  
{
  "experimental": {
    "modelContextProtocolServers": [
      {
        "transport": {
          "type": "stdio",
          "command": "uv",
          "args": [
            "--directory",
            "C:/Users/MarkGarrison/PycharmProjects/codelogic-mcp-server",
            "run",
            "codelogic-mcp-server"
          ]
        }
      }
    ]
  },
  "models": [
    {
      "title": "Llama 3.1 8B",
      "provider": "ollama",
      "model": "llama3.1:8b"
    }
  ],
  "contextProviders": [
    {
      "name": "code",
      "params": {}
    },
    {
      "name": "docs",
      "params": {}
    },
    {
      "name": "diff",
      "params": {}
    },
    {
      "name": "terminal",
      "params": {}
    },
    {
      "name": "problems",
      "params": {}
    },
    {
      "name": "folder",
      "params": {}
    },
    {
      "name": "codebase",
      "params": {}
    }
  ],
  "slashCommands": [
    {
      "name": "share",
      "description": "Export the current chat session to markdown"
    },
    {
      "name": "cmd",
      "description": "Generate a shell command"
    },
    {
      "name": "commit",
      "description": "Generate a git commit message"
    }
  ],
  "data": [],
  "tabAutocompleteModel": {
    "title": "Qwen2.5-Coder 1.5B",
    "provider": "ollama",
    "model": "qwen2.5-coder:1.5b-base"
  },
  "embeddingsProvider": {
    "provider": "voyage",
    "model": "voyage-code-3",
    "apiKey": "pa-eDviaSBmVvakDT_5Ct-c-urSYS5x9Xw_NIBtJpfu5FZ"
  },
  "reranker": {
    "name": "voyage",
    "params": {
      "model": "rerank-2",
      "apiKey": "pa-eDviaSBmVvakDT_5Ct-c-urSYS5x9Xw_NIBtJpfu5FZ"
    }
  }
}
  
  OR link to assistant in Continue hub:

Description

I can't use the @codebase at all because indexing fails

To reproduce

write a prompt using @codebase, see error in log

Log output

[2025-03-04T13:55:44] [info] Starting Continue core... 
[2025-03-04T13:55:44] Setup 
[2025-03-04T13:55:44] [binary] Core started 
[2025-03-04T13:55:50] (node:2556) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
(Use `continue-binary --trace-warnings ...` to show where the warning was created) 
[2025-03-04T13:59:26] Error retrieving from FTS: Error: SQLITE_ERROR: no such table: fts
[2025-03-04T13:59:26] Table not found in LanceDB fileCUsersMarkGarrisonAppDataLocalJetBrainsIntelliJIdea2024.2frontendper_process_config_0thinProjectNONEvectordbkvAvoyage-code-3500
@dosubot dosubot bot added area:indexing Relates to embedding and indexing ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior labels Mar 5, 2025
@jose-cabral
Copy link

@garrmark
it might sound stupid, but have you tried to set this instead? 🤔

"C:\\Users\\MarkGarrison\\PycharmProjects\\codelogic-mcp-server"

@tomasz-stefaniak tomasz-stefaniak added priority:high Indicates high priority and removed "needs-triage" labels Mar 10, 2025
@garrmark
Copy link
Author

@jose-cabral yes, I tried with the double backslash as well as a double forward slash.

@jose-cabral
Copy link

@garrmark 🚩 fyi you shared the whole config.js with your voyage api key included

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:indexing Relates to embedding and indexing ide:jetbrains Relates specifically to JetBrains extension kind:bug Indicates an unexpected problem or unintended behavior priority:high Indicates high priority
Projects
None yet
Development

No branches or pull requests

3 participants