Maintaining a vibrant and flourishing garden during the scorching heat of summer can be a challenging task. As temperatures rise, plants face increased stress, making it crucial for gardeners to adopt thoughtful strategies to support their green companions. This essay explores effective ways to help your garden endure the heat, ensuring a bountiful harvest and a picturesque landscape.
# 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": "j-GT62oYxkZU8AE_9wy24t02MYY11-mCnq6SlM9HcfE", "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": "j-GT62oYxkZU8AE_9wy24t02MYY11-mCnq6SlM9HcfE", "level": 2}'