2 results for "RAG"
Research
Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks
Lewis et al., Facebook AI
This paper introduces Retrieval-Augmented Generation (RAG), combining parametric memory of pre-trained models with non-parametric memory thr...
Read Paper
Prompts
Full-Stack Code Review Assistant
Coding
Review the following code and provide:
1. Security vulnerabilities (rate severity: Critical/High/Medium/Low)
2. Performance bottlenecks
3. Code smell & anti-patterns
4. Missing err...