Created at 11am, Jan 16
omerMedia
1
Top 1000 IMDB Movies
4SCBckQc0LvAEH9mrp5Z-jedSOXu5nkD7qQFyIybniA
File Type
CSV
Entry Count
1000
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

The list of 1000 top movies from IMDB

Dataset Viewer
Movie NameYear of ReleaseWatch TimeMovie RatingMeatscore of movieVotesGrossDescription
500Dallas Buyers Club(2013)117 min7.979 34,709$27.30MIn 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.
501In Bruges(2008)107 min7.967 34,709$7.76MGuilt-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.
502The Man from Earth(2007)87 min7.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.
503Letters from Iwo Jima(2006)141 min7.989 34,709$13.76MThe 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.
How to Retrieve?
# 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}'