Get AI summaries of any video or article — Sign up free

Prompt Templates — Topic Summaries

AI-powered summaries of 13 videos about Prompt Templates.

13 summaries

No matches found.

Prompts in LangChain | Generative AI using LangChain | Video 4 | CampusX

CampusX · 2 min read

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...

LangChain PromptsPrompt TemplatesStatic vs Dynamic Prompts

How I'm Using AI *WITH* My Obsidian Vault

FromSergio · 3 min read

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...

Obsidian AIText Generator PluginGPT 3.5 turbo

LangChain Basics Tutorial #1 - LLMs & PromptTemplates with Colab

Sam Witteveen · 3 min read

Large language models are powerful at generating text, but they don’t plug cleanly into the rest of software—especially when apps need state,...

LangChain BasicsPrompt TemplatesFew-Shot Prompting

What are Runnables in LangChain | Generative AI using LangChain | Video 8 | CampusX

CampusX · 3 min read

LangChain’s “runnables” are the missing abstraction that turns a pile of LLM-related components into a composable system. Instead of manually wiring...

LangChain RunnablesLLM ChainsRetrieval QA

Anthropic's Meta Prompt: A Must-try!

Sam Witteveen · 2 min read

Anthropic’s “Metaprompt” tool turns weak, one-off prompts into a structured, model-ready instruction set—by using Claude itself to generate the final...

MetapromptPrompt EngineeringClaude 3

ChatGPT: Master Reverse Prompt Engineering

All About AI · 3 min read

Reverse prompt engineering turns any favorite piece of text or code into a reusable “template prompt” that can regenerate similar outputs on demand....

Reverse Prompt EngineeringPrompt TemplatesTone And Style Extraction

LangChain + Retrieval Local LLMs for Retrieval QA - No OpenAI!!!

Sam Witteveen · 2 min read

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...

Retrieval QALangChainLocal LLMs

Talking to Alpaca with LangChain - Creating an Alpaca Chatbot

Sam Witteveen · 3 min read

Hooking Alpaca to LangChain is straightforward: build a local Hugging Face text-generation pipeline around the Alpaca/LLaMA-compatible model, wrap it...

Alpaca ChatbotLangChain MemoryHugging Face Pipeline

LangChain Beginner's Tutorial for Typescript/Javascript

Chat with data · 3 min read

LangChain is positioned as a practical framework for building JavaScript/TypeScript applications on top of large language models—especially when...

LangChain OverviewPrompt TemplatesFew-Shot Prompting

How to use Custom Prompts for RetrievalQA on LLaMA-2 7B

Sam Witteveen · 2 min read

RetrievalQA with LLaMA-2 can produce “correct-but-then-junk” outputs—answers that start right and then trail off into unhelpful or incorrect text....

RetrievalQALLaMA-2 PromptingRAG Reliability

Fabric: The Best AI Prompts for Obsidian

Note Companion · 2 min read

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...

Fabric AI PatternsObsidian IntegrationFonzer 2000

This New Notion Hack Will Change How You Work In Notion

Landmark Labs · 2 min read

Notion AI can be turned from a generic chatbot into a tailored “work assistant” by wiring it into repeatable Notion workflows that separate what...

Notion AI WorkflowsCustomer Support AutomationSEO Content Automation

LangChain Models: ChatGPT, Flan Alpaca, OpenAI Embeddings, Prompt Templates & Streaming

Venelin Valkov · 2 min read

LangChain can unify three major building blocks—text generation models, embeddings, and chat interfaces—so the same workflow (prompting, formatting,...

LangChain Model ComparisonPrompt TemplatesEmbeddings