Created at 1pm, Dec 29
firstbatchHistory
7
The Library of Alexandria
DA9F3YqTRrYEXCFhzaFgOW6jZ0NGn3PK9Q6DjuDHN0E
File Type
MULTI
Entry Count
183
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

The Library of Alexandria was one of the most famous and influential libraries of the ancient world. It was located in the city of Alexandria, which was founded by Alexander the Great in 331 BC in Egypt. The library is believed to have been established during the reign of Ptolemy II Philadelphus in the 3rd century BC.

The Library of Alexandria was not just a repository of books and scrolls but also a center of scholarship, learning, and intellectual exchange. It attracted scholars, scientists, philosophers, and writers from various parts of the Mediterranean world, making it a hub for the dissemination of knowledge and the advancement of various fields, including mathematics, astronomy, medicine, philosophy, and literature.

The exact size and contents of the library remain a subject of debate among historians, but it is often described as having held a vast collection of scrolls and manuscripts, possibly in the hundreds of thousands. The library's destruction is a matter of historical controversy, with various accounts suggesting that it suffered multiple incidents of damage and eventual destruction over the centuries. The most commonly cited event is the burning of the library during the siege of Alexandria in 48 BC, although some sources suggest that it may have been gradually in decline before that.

Regardless of its ultimate fate, the Library of Alexandria symbolizes the great intellectual achievements of the ancient world and the loss of knowledge that can occur over time. It continues to be a source of fascination and inspiration for those interested in the history of libraries and the pursuit of knowledge.

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": "DA9F3YqTRrYEXCFhzaFgOW6jZ0NGn3PK9Q6DjuDHN0E", "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": "DA9F3YqTRrYEXCFhzaFgOW6jZ0NGn3PK9Q6DjuDHN0E", "level": 2}'