Some general purpose RAG data
# 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": "QZWosl4uX6gyAvfc8KH89qu_GS_OZlQseoJHvqFZu1c", "level": 2}'