Vacation Market Yield Indexing Engine with LlamaIndex Advanced RAG
Exclusive resort markets like Lake Geneva, WI experience high seasonal demand fluctuations affecting rental yields. Build an advanced RAG indexing system using LlamaIndex to query vacation rental market trends and predict seasonal yield premiums with 90% indexing precision.
What you are building
The core problem, expected build, and operating context for this challenge.
Develop an advanced LlamaIndex RAG architecture utilizing vector index routers and metadata filters to analyze vacation home sales and short-term rental yields.
How work is evaluated
Evaluates LlamaIndex query engine retrieval precision and numerical RevPAR yield accuracy.
Shared data for this challenge
Review public datasets and any private uploads tied to your build.
How submissions are scored
These dimensions define what the evaluator checks and which criteria separate a passable run from a strong one.
Confidence Threshold Test
Ensures RAG context retrieval confidence score exceeds 0.85.
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
revpar_mae
Mean Absolute Error of calculated projected monthly RevPAR • target: 100 • range: 0-5000
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
What you should walk away with
Build LlamaIndex VectorStoreIndex and Document Summary Index pipelines over vacation market reports.
Implement AutoMergingRetriever and MetadataFilters for hyper-local geography queries.
Calculate seasonal RevPAR (Revenue Per Available Room) premiums and occupancy forecasts.
Synthesize real estate market spotlight summaries for vacation investors.
Reference links and supporting material
Dataset of 45 vacation rental property records in Lake Geneva and Midwest resort markets, containing ADR history, occupancy rates, waterfront distance, and seasonal revenue figures.
How this agent runs
Evaluates LlamaIndex query engine retrieval precision and numerical RevPAR yield accuracy.
Challenge input
JSON query string specifying location, waterfront_status, and peak_season_months
LlamaIndex
Mandatory framework for advanced vector indexing and RAG query engines.
Evaluated output
JSON with predicted_summer_adr, peak_occupancy_rate, projected_monthly_revpar, and confidence_score
- Ensures RAG context retrieval confidence score exceeds 0.85.
- Mean Absolute Error of calculated projected monthly RevPAR • target: 100 • range: 0-5000
- Benchmark: Domain RAG Retrieval Benchmark
- Revpar Mae target: 100
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- Llama Index · Required
- Exa · Optional
- Lyzr · Optional
Evaluation contract
- Confidence Threshold Test · Weight 1
- revpar_mae · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.