Created at 8pm, Jan 6
DriaMedia
1
The Line of Least Resistance
cFRNSTpEGo0lAgPcL61GS0Ckrh5P6eodnH_rQYkjMJY
File Type
MP3
Entry Count
105
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

resource: https://learningenglish.voanews.com/

The window in the room was open, and hot noises came up from the street.
start: 05:50 - end: 05:56
Mr. Minden looked at his watch.
start: 05:56 - end: 06:00
Four o'clock.
start: 06:00 - end: 06:02
He wondered if Millicent had come home yet and read his letter.
start: 06:02 - end: 06: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": "cFRNSTpEGo0lAgPcL61GS0Ckrh5P6eodnH_rQYkjMJY", "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": "cFRNSTpEGo0lAgPcL61GS0Ckrh5P6eodnH_rQYkjMJY", "level": 2}'