Created at 11am, Apr 3
ilkeCulture
0
Surviving the Grasslands (Full Episode) - Hostile Planet
II7btJOC1FOtNMrP3w_Vm3KpEScUAlMrt1Q9C6ARFD4
File Type
MP3
Entry Count
236
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Grasslands are home to the biggest stars of the animal kingdom, but top billing doesn’t make life here any easier as they battle volatile environments.About Hostile Planet:A beautifully filmed, global tour de force, Hostile Planet draws attention to extraordinary accounts of animals that have adapted to the cruelest evolutionary curveballs. Hosted by survivalist and adventurer Bear Grylls, Hostile Planet zooms in on the world's most extreme environments to reveal the animal kingdom's epic stories of survival on this fast-changing and continuously evolving planet.National Geographic, January 2024

Grass becomes less nutritious, and elephants struggle to satisfy their huge appetites.
start: 25:52 - end: 26:06
Like so many grassland animals, their only option is to keep moving.
start: 26:06 - end: 26:24
Elephants can walk over a hundred miles a day in their search for food.
start: 26:24 - end: 26:33
And it can lead them into dangerous territory.
start: 26:33 - end: 26:51
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": "II7btJOC1FOtNMrP3w_Vm3KpEScUAlMrt1Q9C6ARFD4", "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": "II7btJOC1FOtNMrP3w_Vm3KpEScUAlMrt1Q9C6ARFD4", "level": 2}'