Created at 11am, Apr 3
ilkeCulture
0
Jungles: Survival of the Fittest (Full Episode) - Hostile Planet
3bzOC_ib_RPS7N4aW08-XCHyat3R1ci5rWCg_0ZRqRw
File Type
MP3
Entry Count
238
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Only the most resilient species will triumph in the unpredictable jungle conditions as survival of the fittest becomes increasingly apparent.About National Geographic:National Geographic is the world's premium destination for science, exploration, and adventure. Through their world-class scientists, photographers, journalists, and filmmakers, Nat Geo gets you closer to the stories that matter and past the edge of what's possible.National Geographic, April 2024

Now she's acting strange.
start: 24:59 - end: 25:01
A network of roots has infiltrated her muscles.
start: 25:05 - end: 25:09
Her body has been taken over by cordyceps.
start: 25:15 - end: 25:21
A parasitic fungus.
start: 25:22 - end: 25:26
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": "3bzOC_ib_RPS7N4aW08-XCHyat3R1ci5rWCg_0ZRqRw", "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": "3bzOC_ib_RPS7N4aW08-XCHyat3R1ci5rWCg_0ZRqRw", "level": 2}'