Back to Prompt Library
implementation
Implement LlamaIndex for Advanced RAG
Inspect the original prompt language first, then copy or adapt it once you know how it fits your workflow.
Linked challenge: Graph-Based Strategic Market Intelligence with Gemini 2.5 Pro & LangGraph
Format
Text-first
Lines
1
Sections
1
Linked challenge
Graph-Based Strategic Market Intelligence with Gemini 2.5 Pro & LangGraph
Prompt source
Original prompt text with formatting preserved for inspection.
1 lines
1 sections
No variables
0 checklist items
Develop the LlamaIndex module to perform advanced RAG. This should include indexing diverse simulated data sources (e.g., market reports, patent filings, news articles) and a robust retrieval strategy. Agents within your LangGraph workflow will use this module to gather information.
Adaptation plan
Keep the source stable, then change the prompt in a predictable order so the next run is easier to evaluate.
Keep stable
Hold the task contract and output shape stable so generated implementations remain comparable.
Tune next
Update libraries, interfaces, and environment assumptions to match the stack you actually run.
Verify after
Test failure handling, edge cases, and any code paths that depend on hidden context or secrets.