Today we talk about trying something new or something you are unsure about.People can react differently to these kinds of situations. Some people may want to jump right in feet first. They may want to take the plunge!And some people may want to test the waters. They may want to dip their toes in first.Which kind of person are you? Well, imagine you are standing on the edge of a lake or swimming pool. You want to get into the water, but you don’t know the water’s temperature.
# 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": "GzQgsF0zGrmyMvUzQBIm28OQn9wAOCYAGUvc259R3ZI", "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": "GzQgsF0zGrmyMvUzQBIm28OQn9wAOCYAGUvc259R3ZI", "level": 2}'