Created at 6am, Mar 31
ManagerScience
0
Scientists Say Bird Flu Is Hurting World’s Seal Population
7qpdz7pkM-tR9rYPuukvxZk8mKfmfwgX-Ghzw-DP4TM
File Type
MP3
Entry Count
35
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Scientists Say Bird Flu Is Hurting World’s Seal Population

But Uhart said it is most likely from contact with infected seabirds.
start: 02:49 - end: 02:55
She noted the death rates have been high in South America since bird flu arrived late in 2022.
start: 02:56 - end: 03:04
Birds in Peru and Chile have died from the virus by the hundreds of thousands since then.
start: 03:05 - end: 03:14
The worldwide outbreak is continuing, and the virus was even found for the first time in mainland Antarctica in February.
start: 03:14 - end: 03:25
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": "7qpdz7pkM-tR9rYPuukvxZk8mKfmfwgX-Ghzw-DP4TM", "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": "7qpdz7pkM-tR9rYPuukvxZk8mKfmfwgX-Ghzw-DP4TM", "level": 2}'