dair-ai--prompt-engineering-guide
36 行
1.2 KiB
Plaintext
36 行
1.2 KiB
Plaintext
# GraphPrompts
|
|
|
|
import { CoursePromo, CoursesSection, CourseCard } from '../../components/CourseCard'
|
|
|
|
[Liu et al., 2023](https://arxiv.org/abs/2302.08043) introduces GraphPrompt, a new prompting framework for graphs to improve performance on downstream tasks.
|
|
|
|
More coming soon!
|
|
|
|
<CoursesSection title="Related Learning">
|
|
<CourseCard
|
|
tag="Course"
|
|
tagColor="blue"
|
|
title="Prompt Engineering for LLMs"
|
|
description="Master graph prompting and advanced techniques for specialized domains."
|
|
href="https://academy.dair.ai/courses/introduction-prompt-engineering"
|
|
level="Beginner"
|
|
duration="2 hours"
|
|
/>
|
|
<CourseCard
|
|
tag="Course"
|
|
tagColor="purple"
|
|
title="Building Effective AI Agents"
|
|
description="Learn to build effective AI agents. Covers function calling, tool integration, and debugging agentic systems."
|
|
href="https://academy.dair.ai/courses/building-effective-ai-agents"
|
|
level="Intermediate"
|
|
duration="5 hours"
|
|
/>
|
|
</CoursesSection>
|
|
|
|
<CoursePromo
|
|
title="Explore All Courses"
|
|
description="Discover our full catalog of AI and prompt engineering courses. From beginners to advanced practitioners."
|
|
href="https://academy.dair.ai/"
|
|
buttonText="Browse Academy"
|
|
promoCode="PROMPTING20"
|
|
/> |