Continue 0.8.xContext / Index
Continue: RAG indexing error (embeddings provider)
Error: embeddings provider returned 401 during @codebase indexing
- Affected versions
- 0.8.x
- Fixed in
- —
- Last verified
- Continue 0.8.52
Root cause
The embeddings model in config.json has a missing or wrong API key, so codebase (@codebase) indexing fails partway.
How to reproduce
Enable @codebase with a remote embeddings provider lacking a valid key; indexing errors out.
Solutions (1)
Ordered by community votes. Always check the verified version before applying.
24
#1Applies to 0.8.x
Set a valid `apiKey` for the embeddings provider in config.json, or switch to a local embeddings model (e.g. nomic-embed-text via Ollama) to avoid keys entirely.
Last verified: Continue 0.8.52 · community