Prompt Templates — Topic Summaries
AI-powered summaries of 13 videos about Prompt Templates.
13 summaries
Prompts in LangChain | Generative AI using LangChain | Video 4 | CampusX
LangChain prompts are the control layer that determines what an LLM produces, and the practical way to make that control reliable is to stop asking...
How I'm Using AI *WITH* My Obsidian Vault
The core breakthrough here is using OpenAI’s GPT 3.5 turbo inside an Obsidian vault through the Text Generator plugin—so AI output can draw from...
LangChain Basics Tutorial #1 - LLMs & PromptTemplates with Colab
Large language models are powerful at generating text, but they don’t plug cleanly into the rest of software—especially when apps need state,...
What are Runnables in LangChain | Generative AI using LangChain | Video 8 | CampusX
LangChain’s “runnables” are the missing abstraction that turns a pile of LLM-related components into a composable system. Instead of manually wiring...
Anthropic's Meta Prompt: A Must-try!
Anthropic’s “Metaprompt” tool turns weak, one-off prompts into a structured, model-ready instruction set—by using Claude itself to generate the final...
ChatGPT: Master Reverse Prompt Engineering
Reverse prompt engineering turns any favorite piece of text or code into a reusable “template prompt” that can regenerate similar outputs on demand....
LangChain + Retrieval Local LLMs for Retrieval QA - No OpenAI!!!
Getting rid of OpenAI entirely for Retrieval QA with LangChain is feasible, but the quality hinges on the local LLM’s context limits, prompt format...
Talking to Alpaca with LangChain - Creating an Alpaca Chatbot
Hooking Alpaca to LangChain is straightforward: build a local Hugging Face text-generation pipeline around the Alpaca/LLaMA-compatible model, wrap it...
LangChain Beginner's Tutorial for Typescript/Javascript
LangChain is positioned as a practical framework for building JavaScript/TypeScript applications on top of large language models—especially when...
How to use Custom Prompts for RetrievalQA on LLaMA-2 7B
RetrievalQA with LLaMA-2 can produce “correct-but-then-junk” outputs—answers that start right and then trail off into unhelpful or incorrect text....
Fabric: The Best AI Prompts for Obsidian
Fabric AI patterns are pre-made prompt templates—about 140 of them—that can be applied inside Obsidian to turn raw notes into structured outputs like...
This New Notion Hack Will Change How You Work In Notion
Notion AI can be turned from a generic chatbot into a tailored “work assistant” by wiring it into repeatable Notion workflows that separate what...
LangChain Models: ChatGPT, Flan Alpaca, OpenAI Embeddings, Prompt Templates & Streaming
LangChain can unify three major building blocks—text generation models, embeddings, and chat interfaces—so the same workflow (prompting, formatting,...