Created at 3pm, Jan 4
ilkeCulture
0
Machu Picchu 101 - National Geographic
w8Amhgaonj32pXJ0U9bGnAS84JlQmKTeN4qaqvreD7g
File Type
MP3
Entry Count
26
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Machu Picchu is a testament to the power and ingenuity of the Inca empire. Built without the use of mortar, metal tools, or the wheel, Machu Picchu stands as an archaeological wonder of the ancient world. But why was it built—and deserted?

The site's geographic layout may be significant in another way.
start: 01:52 - end: 01:55
Many of both the man-made and natural structures appear to align with astronomical events.
start: 01:56 - end: 02:01
But in the early 16th century, only about 100 years after it was built, Machu Picchu was abandoned.
start: 02:02 - end: 02:09
And since the Inca had no written language, no records exist to explain the exact purpose of the site.
start: 02:09 - end: 02:16
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": "w8Amhgaonj32pXJ0U9bGnAS84JlQmKTeN4qaqvreD7g", "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": "w8Amhgaonj32pXJ0U9bGnAS84JlQmKTeN4qaqvreD7g", "level": 2}'