As we go further into the art of prompting there are some major techniques that can assist you as a prompt engineer. The four major ones are:
- Zero-shot prompting
- Few-shot prompting
- Fine-tuning
- Embedded Vector Search aka Embedding
The following graphic briefly summarises these approaches and when some you may need to explore them.

Zero-Shot Prompting
Language models, especially large-scale ones like GPT-4, have revolutionized the way we approach natural language processing tasks. One of the most remarkable features of these models is their ability to perform zero-shot learning.
This


