Skip to content

Commit

Permalink
Update retrieval.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Erichsen committed Oct 29, 2024
1 parent 154343c commit 501848b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/context/retrieval/retrieval.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export async function retrieveContextItemsFromEmbeddings(
void extras.ide.showToast(
"warning",
"Codebase retrieval is limited when `embeddingsProvider` is empty or set to `transformers.js` in JetBrains. " +
"You can use Ollama to set up local embeddings, or use our 'free-trial' " +
"embeddings provider. See here to learn more: " +
"You can use Ollama to set up local embeddings, use our 'free-trial', " +
"or configure your own. See here to learn more: " +
"https://docs.continue.dev/customize/model-types/embeddings",
);
}
Expand Down

0 comments on commit 501848b

Please sign in to comment.