Henry Aduhenryadu.hashnode.dev·Dec 16, 2024Step-by-Step Guide to Local RAG with Ollama's Gemma 2, and LangChain.dartIntroduction to Local RAG What is Retrieval-Augmented Generation (RAG)? The core idea is to enhance the generative capabilities of language models by incorporating external knowledge retrieved from a document store or database. This approach is very ...131 readsLangChainRAG
Sam Schneiderblog.samschneider.me·Jul 31, 2024Prompt Engineering FrisbeeLet's play a game of prompt engineering frisbee. Rules: Each person takes a turn creating a prompt template and tries to get the LLM to respond in a believable way based on the template. The first person whose prompt fails to sound convincing loses t...#PromptEngineering
Tinz Twinstinztwins.hashnode.dev·Jul 17, 2023Build a GPT-Powered Translator with LangChainEveryone is talking about prompt engineering and how to write efficient prompts. A prompt refers to the input of the model. Many people think of this as the input line of ChatGPT, but prompt engineering is so much more. In general, specificity and si...10 likes·66 readsPrompt template