The list of 1000 top movies from IMDB
Movie Name | Year of Release | Watch Time | Movie Rating | Meatscore of movie | Votes | Gross | Description | |
---|---|---|---|---|---|---|---|---|
500 | Dallas Buyers Club | (2013) | 117 min | 7.9 | 79 | 34,709 | $27.30M | In 1985 Dallas, electrician and hustler Ron Woodroof works around the system to help AIDS patients get the medication they need after he is diagnosed with the disease. |
501 | In Bruges | (2008) | 107 min | 7.9 | 67 | 34,709 | $7.76M | Guilt-stricken after a job gone wrong, hitman Ray and his partner await orders from their ruthless boss in Bruges, Belgium, the last place in the world Ray wants to be. |
502 | The Man from Earth | (2007) | 87 min | 7.9 | **** | 34,709 | %^%^%^ | An impromptu goodbye party for Professor John Oldman becomes a mysterious interrogation after the retiring scholar reveals to his colleagues he has a longer and stranger past than they can imagine. |
503 | Letters from Iwo Jima | (2006) | 141 min | 7.9 | 89 | 34,709 | $13.76M | The story of the battle of Iwo Jima between the United States and Imperial Japan during World War II, as told from the perspective of the Japanese who fought it. |
# Search
curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "4SCBckQc0LvAEH9mrp5Z-jedSOXu5nkD7qQFyIybniA", "query": "What is alexanDRIA library?"}'
# Query
curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "4SCBckQc0LvAEH9mrp5Z-jedSOXu5nkD7qQFyIybniA", "level": 2}'