Y
Hacker News
new
|
ask
|
show
|
jobs
by
yewenjie
1286 days ago
Can one generate the answers using text-embedding-ada-002 as well?
1 comments
jamesbriggs
1286 days ago
you can return the chunks of text containing the answers, but not generate answers as that isn't what text-embedding-ada-002 is for. For that you need generation model (davinci in this case)
link