Created at 7am, Apr 4
ilkeHistory
0
Egypt's Lost Wonders (Full Episode), Drain the Oceans
J6It-mk3kNe1Vzsw0HnWEkjci9MGa5jCUctJWaIwiBM
File Type
MP3
Entry Count
368
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Using the latest technology and research, a missing ancient wonder and once-fabled city of the early Egyptian world are discovered beneath the Nile.National Geographic, November 2022

These massive walls created a kind of religious space where one of Egypt's first kings was worshipped.
Excavations here uncover ancient pots that once contained food and beer.
start: 22:41 - end: 22:47
Ceremonies took place in here, focused on this king as a kind of divine figure.
start: 22:47 - end: 22:52
Somehow these boats are part of this religious expression, and they're connected to the activities of these early kings.
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": "J6It-mk3kNe1Vzsw0HnWEkjci9MGa5jCUctJWaIwiBM", "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": "J6It-mk3kNe1Vzsw0HnWEkjci9MGa5jCUctJWaIwiBM", "level": 2}'