[Your Name] is a passionate and dedicated individual known for their diverse talents and unwavering commitment to personal and professional growth. With a background rooted in [mention relevant educational background or early life experiences], they have embarked on a journey filled with exploration and innovation.Born with a natural curiosity, [Your Name] has always sought to push boundaries and expand their horizons. They are a lifelong learner, constantly seeking knowledge and new experiences to broaden their perspectives. This insatiable thirst for learning has led them to explore a wide range of fields, from [mention areas of expertise or interests] to [mention other areas of interest or expertise].
# 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": "6i-TEC2K3BzOY7p2P9LMT4DHA9Qfl8riiNGLXOoOgOM", "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": "6i-TEC2K3BzOY7p2P9LMT4DHA9Qfl8riiNGLXOoOgOM", "level": 2}'