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

SQLITE_ERROR: no such table: lance_db_cache #1232

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

SQLITE_ERROR: no such table: lance_db_cache #1232

majuansari opened this issue May 4, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

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 Something isn't working 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants