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

@codebase Error: LanceDB failed to load a native module #1232

Closed
3 tasks
majuansari opened this issue May 4, 2024 · 11 comments
Closed
3 tasks

@codebase Error: LanceDB failed to load a native module #1232

majuansari opened this issue May 4, 2024 · 11 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

Comments

@majuansari
Copy link

Before submitting your bug report

Relevant environment info

- OS: MACOSX
- Continue: v0.0.43-jetbrains
- IDE: jetbrains

Description

@codebase explain code is not working. Trying with ollama and codellama 7:b

To reproduce

@codebase explain code

and use ollama and codellama 7:b as embedding provider as per the configuration

"embeddingsProvider": {
	"provider": "ollama",
	"model": "codellama:7b",
	"apiBase": "http://localhost:11434"
},

Log output

[info] Starting Continue core...
Error retrieving from FTS: Error: SQLITE_ERROR: no such table: fts
(node:46925) 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)
Error running handler for "context/getContextItems":  Error: SQLITE_ERROR: no such table: lance_db_cache
Error: SQLITE_ERROR: no such table: lance_db_cache
@majuansari majuansari added the bug label May 4, 2024
@sestinj
Copy link
Contributor

sestinj commented May 6, 2024

@majuansari codebase retrieval isn't yet supported in JetBrains. I'll be releasing it this week. I'm going to close this issue and prefer this one, which is a duplicate, but has a more searchable title. I'll update there when it's released

@sestinj sestinj self-assigned this May 6, 2024
@sestinj sestinj closed this as completed May 6, 2024
@majuansari
Copy link
Author

@sestinj This already released ? I can see still 0.0.46 in the Jetbrains market place.

@sestinj
Copy link
Contributor

sestinj commented May 15, 2024

Not quite yet. Sorry it's taking longer than forecasted. Reason is that I tied it to a refactor, but finishing touches are going on the PR rn, so it won't be long

@majuansari
Copy link
Author

@sestinj Is this completed for Jetbrains ? I am still getting the error
Error getting context items from codebase: Error: LanceDB failed to load a native module

It's working perfectly fine on visual studio code though. I am using .49 version for Jetbrains

@Giattuck
Copy link

Giattuck commented Jun 3, 2024

Hello i have the same error on vscode, any help? tryed on the pre-release too.

@majuansari majuansari changed the title SQLITE_ERROR: no such table: lance_db_cache @codebase Error: LanceDB failed to load a native module Jun 4, 2024
@sestinj
Copy link
Contributor

sestinj commented Jun 5, 2024

@majuansari Version 0.0.50 was just released with the fix for this

@sestinj
Copy link
Contributor

sestinj commented Jun 5, 2024

@Giattuck Would you be able to share the full error that you are seeing?

@Giattuck
Copy link

Giattuck commented Jun 6, 2024

@sestinj how can i do please?

@sestinj
Copy link
Contributor

sestinj commented Jun 6, 2024

@Giattuck You can find the logs here: https://docs.continue.dev/troubleshooting#jetbrains

@Giattuck
Copy link

@sestinj sorry for the late reply, i think it was a permission problem on some files, now it is working thank you very much.

@dosubot dosubot bot added area:indexing Relates to embedding and indexing kind:bug Indicates an unexpected problem or unintended behavior ide:jetbrains Relates specifically to JetBrains extension labels Jul 8, 2024
@av
Copy link

av commented Aug 20, 2024

To whomever experiencing this in VS Code with a brand new installation of Continue.dev - ensure that you initiated the indexing via the extension UI.

When the extension is freshly installed, prior to configuration of the embeddings, etc - the indexing will be paused. It won't resume automatically when the configuration is performed, only when you click on the indexing status indicator
image

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
Projects
None yet
Development

No branches or pull requests

4 participants