Created at 1pm, Jan 22
memdiyebiriArt
1
Wolfgang Amadeus Mozart - Ave Verum Corpus (K. 618).mp3
6zT2_XcqDQRM7v1htKv4BXkPit39I1taYjN5X_cAOyw
File Type
MP3
Entry Count
1
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Wolfgang Amadeus MozartAve Verum Corpus (K. 618)

Ave Maria Ave, ave Maria Ave Maria Il remaso violando
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": "6zT2_XcqDQRM7v1htKv4BXkPit39I1taYjN5X_cAOyw", "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": "6zT2_XcqDQRM7v1htKv4BXkPit39I1taYjN5X_cAOyw", "level": 2}'