Fine-tune vs Embedding

Yes, you can see sample requests here: https://platform.openai.com/docs/guides/fine-tuning/use-a-fine-tuned-model

I recommend this notebook: Question answering using embeddings-based search | OpenAI Cookbook. It perfectly describes why Embeddings are useful and what an example implementation looks like.

1 Like