Retrieval-augmented, cited, free
Ask for a wine in plain English and get real recommendations, cited to professional reviews — drawn from a local index of ~130,000 Wine Enthusiast tastings. No invented bottles, no made-up scores.
Wine search is either rigid keyword filters — useless for "something like a Rhône but cheaper" — or a chatbot that confidently invents vintages, scores and prices. Retrieval-augmented generation gets the best of both: a semantic index retrieves the most relevant real reviews, then Claude recommends only from what was retrieved, citing every pick. If nothing truly fits, it says so.
Grounded in the Wine Enthusiast corpus — actual tasting notes, scores, prices and regions.
Every recommendation carries a [n] citation back to the review it came from. No hallucinated bottles.
Embeddings and vector search run on your machine with sentence-transformers + Chroma — no API key, no data leaves your laptop.
Layer price, country, grape and minimum score onto any natural-language request.
ANTHROPIC_API_KEY to use the API instead. Retrieval is always local and free.