travel_recommnedtionchatbot / destinations.json
simran40's picture
Create destinations.json
6e29806 verified
[
{
"name": "Goa",
"summary": "Famous for beaches, nightlife, seafood, and Portuguese heritage.",
"top_attractions": ["Baga Beach", "Anjuna Market", "Old Goa Church"],
"best_months": "November to February",
"tags": ["beach", "india", "party"]
},
{
"name": "Manali",
"summary": "A Himalayan hill station known for snow, mountains, and adventure sports.",
"top_attractions": ["Solang Valley", "Rohtang Pass", "Hadimba Temple"],
"best_months": "October to February",
"tags": ["snow", "mountain", "india"]
},
{
"name": "Bali",
"summary": "Indonesian island with beaches, surfing spots, and cultural temples.",
"top_attractions": ["Ubud", "Tanah Lot", "Uluwatu Temple"],
"best_months": "April to October",
"tags": ["beach", "island", "surf"]
},
{
"name": "Dubai",
"summary": "Modern city famous for luxury shopping, theme parks, and desert adventures.",
"top_attractions": ["Burj Khalifa", "Dubai Mall", "Desert Safari"],
"best_months": "November to March",
"tags": ["luxury", "shopping", "adventure"]
}
]