8 ms·
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": { "prov
by thawab 2y 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.
- fzliu 2y agoI work at Voyage -- thanks for the kind words! To add a bit for readers who may be unaware, https://www.continue.dev/ 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 2y agoHello Frank, thanks a lot for the awesome work. I like continue a lot and they have an amazing team. I keep checking their repo, once in a while to see when they will release their ai agent.