NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
Evaluating Code Embedding Models (blog.voyageai.com)
thawab 11 hours 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 11 hours ago [-]
I work at Voyage -- thanks for the kind words!

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.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 09:19:16 GMT+0000 (Coordinated Universal Time) with Vercel.