-
Notifications
You must be signed in to change notification settings - Fork 4.3k
codebase error :Error getting context items from codebase: Error: Warning: No results found for @codebase context provider. #1026
Copy link
Copy link
Closed
Labels
area:context-providersRelates to context providersRelates to context providersarea:slash-commandsRelates to the slash commands featureRelates to the slash commands featurekind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Description
Before submitting your bug report
- I believe this is a bug. I'll try to join the Continue Discord for questions
- I'm not able to find an open issue that reports the same bug
- I've seen the troubleshooting guide on the Continue Docs
Relevant environment info
- OS: macOS
- Continue: v0.8.22
- IDE:Version: 1.87.2 (Universal)Description
I encountered the following error after changing the embedding model as title.
{
"slashCommands":[
{
"name": "edit",
"description": "Edit highlighted code"
},
{
"name": "comment",
"description": "Write comments for the highlighted code"
},
{
"name": "share",
"description": "Download and share this session"
},
{
"name": "cmd",
"description": "Generate a shell command"
},
{
"name": "commit",
"description": "Generate a commit message for the current changes"
},
{
"name": "so",
"description": "Reference StackOverflow to answer the question"
}
],
"contextProviders":[
{ "name": "code" },
{ "name": "open", "params": { "onlyPinned": true } },
{
"name": "codebase",
"params": {
"nRetrieve": 25,
"nFinal": 5,
"useReranking": true
}
},
{ "name": "folder" },
{ "name": "search" },
{ "name": "tree" },
{ "name": "outline" },
{ "name": "highlights" },
{ "name": "docs" },
{ "name": "terminal" },
{ "name": "diff" }
],
"embeddingsProvider": {
"provider": "ollama",
"model": "nomic-embed-text",
"apiBase": "http://100.122.227.134:11434"
},
"models": [
{
"title": "DeepSeek-33b",
"provider": "ollama",
"model": "deepseek-coder:33b",
"apiBase": "http://100.122.227.134:11434"
}
],
"tabAutocompleteModel": {
"title": "Tab Autocomplete Model",
"provider": "ollama",
"model": "deepseek-coder:33b-base-q4_K_S",
"apiBase": "http://100.122.227.134:11434"
}
}
To reproduce
No response
Log output
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:context-providersRelates to context providersRelates to context providersarea:slash-commandsRelates to the slash commands featureRelates to the slash commands featurekind:bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior