Hacker News new | ask | show | jobs
by pantulis 1078 days ago
You would need to have a local copy of the GPT model, which are not exactly OpenAI's plans.
1 comments

For embeddings, you can use smaller transformers/llms or sentence2vec and often get good enough results.

You don't need very large models to generate usable embeddings.

You are correct, I assumed parent was referring to specific embeddings generated by OpenAI LLMs.