Prompting Ideas
There you go – how to write a good prompt to get result you imagined. AI is not creative. It hallucinates like us, but it use existing image chunks. So, if we want to be… Read More »Prompting Ideas
There you go – how to write a good prompt to get result you imagined. AI is not creative. It hallucinates like us, but it use existing image chunks. So, if we want to be… Read More »Prompting Ideas
So, we all know hard prompts. You ask LLM like llama or ChatGPT: what is a hard prompt? or you tell diffuser model like flux: generate a horse with big eyes and huge frog riding… Read More »What are Soft Prompts and how to Train them.
in my previous post we had some theory about Retrieval Augmented Generation. Let’s practice a bit. We will use ChatGPT to create RAG prompt and ask a few questions about the previous article: The chat… Read More »what is RAG part 2
in simple words, not from scientific article. RAG is a prompt. You just look for some content, anywhere around, and use it as prompt. That’s it. RAG. You must find content to improve your own… Read More »What is RAG