All Sorts of Prompts

Asking a chatbot a question is easy. It is like you asking me a question. Or it is like someone asking you a question. The question is, most likely, starting out to be simple. And so is, most likely, the answer. So, to get somewhere more meaningful, we typically chat about the issue, that is, (more…)

What is RAG

Simply put, RAG is the technique to put additional context for our LLMs to generate better and more specific responses. LLMs are trained on publicly available data; they are really intelligent systems independently, yet they can’t answer specific questions because they lack the context to answer those queries. With RAG, we provide the necessary context (more…)