(no title)
thawab | 1 year ago
"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.
fzliu|1 year ago
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.
thawab|1 year ago