Created at 2pm, Feb 1
veereadsMedia
0
Sofia Coppola Movie List
Gjbi3elYsLBU55FBMz4ecszDFYqvnX-dLb6VO1IVkxg
File Type
CSV
Entry Count
24
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Sofia Coppola is one of the leading female directors in the movie industry. This file lists her movies, videos, etc., according to their types and dates.

Dataset Viewer
Movie NamesYearCategory
Somewhere2010Movie
Dior: Miss Dior Cherie2009Video
Marie Antoinette2006Movie
Kevin Shields: City Girl2003Music Video
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": "Gjbi3elYsLBU55FBMz4ecszDFYqvnX-dLb6VO1IVkxg", "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": "Gjbi3elYsLBU55FBMz4ecszDFYqvnX-dLb6VO1IVkxg", "level": 2}'