Created at 1pm, Jan 22
memdiyebiriArt
1
Wolfgang Amadeus Mozart - Requiem (K. 626) - Lacrimosa.mp3
og3fad2WCST_bP1WsfKX75wN8KpHjng-IqDR6cDAG4g
File Type
MP3
Entry Count
1
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Wolfgang Amadeus MozartRequiem (K. 626)Lacrimosa

O, herzogel, herzogel, O, glorie, glorie, O, glorie, glorie, O, herzogel, herzogel, O, glorie, glorie, O, glorie, glorie, O, glorie, glorie, O, glorie, glorie, O, glorie!
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": "og3fad2WCST_bP1WsfKX75wN8KpHjng-IqDR6cDAG4g", "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": "og3fad2WCST_bP1WsfKX75wN8KpHjng-IqDR6cDAG4g", "level": 2}'