|
|
|
|
|
by thawab
495 days ago
|
|
The work by voyage team are admirable. If you want to test it, the only editor is continue, add it as an embeddings provider: "embeddingsProviders": { "provider": "openai",
"model": "voyage-code-3",
"apiBase": "https://api.voyageai.com/v1/",
"apiKey": ""
},
Aider, clien and roo code does not use embedding. Cursor and windsurf has their own setup. |
|
To add a bit for readers who may be unaware, https://www.continue.dev/ uses embeddings as a strategy for indexing codebases. When used together with keyword search, I find that it performs quite well, especially when used together with the reranking functionality.