Prompt-Engineering-Guide

dair-ai / Prompt-Engineering-Guide

一个关于提示工程、上下文工程、RAG和AI Agent的综合性指南资源库,收录指南、论文、课程和实战笔记本。

MDX LLM 应用 RAG AI Agent 提示工程 上下文工程 AI智能体 学习资源

为什么值得看

编辑点评

这是目前最系统的提示工程学习资源之一,从基础概念到高级技术,覆盖大量论文与案例。适合希望深入了解大模型交互方式的开发者、研究者和教学场景。内容全面但信息密度高,建议结合自身需求有选择地学习,并关注仓库的持续更新。

Star 趋势

近 7 日
  • Star 总数78,381
  • 今日新增+22
  • 7 日增速+10%
  • Fork8,618

同类项目

同场景 · LLM 应用 / RAG / AI Agent

项目文档

来自 GitHub README · main 分支

Prompt Engineering Guide

Sponsored by    

Prompt engineering is a relatively new discipline for developing and optimizing prompts to efficiently use language models (LMs) for a wide variety of applications and research topics. Prompt engineering skills help to better understand the capabilities and limitations of large language models (LLMs). Researchers use prompt engineering to improve the capacity of LLMs on a wide range of common and complex tasks such as question answering and arithmetic reasoning. Developers use prompt engineering to design robust and effective prompting techniques that interface with LLMs and other tools.

Motivated by the high interest in developing with LLMs, we have created this new prompt engineering guide that contains all the latest papers, learning guides, lectures, references, and tools related to prompt engineering for LLMs.

🌐 Prompt Engineering Guide (Web Version)

🎉 We are excited to launch our new prompt engineering, RAG, and AI Agents courses under the DAIR.AI Academy. Join Now!

The courses are meant to compliment this guide and provide a more hands-on approach to learning about prompt engineering, context engineering, and AI Agents.

Use code PROMPTING20 to get an extra 20% off.

Happy Prompting!


Announcements / Updates

  • 🎓 We now offer self-paced prompt engineering courses under our DAIR.AI Academy. Join Now!
  • 🎓 New course on Prompt Engineering for LLMs announced! Enroll here!
  • 💼 We now offer several services like corporate training, consulting, and talks.
  • 🌐 We now support 13 languages! Welcoming more translations.
  • 👩‍🎓 We crossed 3 million learners in January 2024!
  • 🎉 We have launched a new web version of the guide here
  • 🔥 We reached #1 on Hacker News on 21 Feb 2023
  • 🎉 The First Prompt Engineering Lecture went live here

Join our Discord

Follow us on Twitter

Subscribe to our YouTube

Subscribe to our Newsletter


Guides

You can also find the most up-to-date guides on our new website https://www.promptingguide.ai/.


Lecture

We have published a 1 hour lecture that provides a comprehensive overview of prompting techniques, applications, and tools. - Video Lecture - Notebook with code - Slides


Running the guide locally

To run the guide locally, for example to check the correct implementation of a new translation, you will need to:

  1. Install Node >=18.0.0
  2. Install pnpm if not present in your system. Check here for detailed instructions.
  3. Install the dependencies: pnpm i next react react-dom nextra nextra-theme-docs
  4. Boot the guide with pnpm dev
  5. Browse the guide at http://localhost:3000/

Appearances

Some places where we have been featured: - Wall Street Journal - ChatGPT Can Give Great Answers. But Only If You Know How to Ask the Right Question - Forbes - Mom, Dad, I Want To Be A Prompt Engineer - Markettechpost - Best Free Prompt Engineering Resources (2023)


If you are using the guide for your work or research, please cite us as follows:

@article{Saravia_Prompt_Engineering_Guide_2022,
author = {Saravia, Elvis},
journal = {https://github.com/dair-ai/Prompt-Engineering-Guide},
month = {12},
title = {{Prompt Engineering Guide}},
year = {2022}
}

License

MIT License

Feel free to open a PR if you think something is missing here. Always welcome feedback and suggestions. Just open an issue!

文档抓取自 GitHub 仓库 README,版权归原作者所有;已过滤徽章等噪音并经安全消毒后展示。