Created at 12pm, Jan 5
DriaHealth & Lifestyle
1
English Stroy
xlQI0M5YCgcfcWI4W-yij1yHG0AwpcRvAi9OGNUdtFY
File Type
MP3
Entry Count
136
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

this voice has been taken from Voa learning English. it tells about American culture and American english

If a man stayed calm, he would be all right.
start: 06:47 - end: 06:54
The man's boots were covered with ice.
start: 06:54 - end: 06:57
The strings on his boots were as hard as steel.
start: 06:57 - end: 07:04
He would have to cut them with his knife.
start: 07:04 - end: 07:08
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": "xlQI0M5YCgcfcWI4W-yij1yHG0AwpcRvAi9OGNUdtFY", "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": "xlQI0M5YCgcfcWI4W-yij1yHG0AwpcRvAi9OGNUdtFY", "level": 2}'