@devilsdev/rag-pipeline-utils
Version:
A modular toolkit for building RAG (Retrieval-Augmented Generation) pipelines in Node.js
17 lines (12 loc) • 402 B
Markdown
slug: prompt-engineering-best-practices
title: Prompt Engineering Best Practices
authors: [ali]
tags: [prompt-engineering, tutorials]
Design better prompts for your LLM-driven RAG workflows using templating, in-context examples, and task-specific embeddings.
<!-- truncate -->
## Tips
- Use instructions + context
- Dynamically inject retrieved passages
- Validate through CLI or dashboard