Peter Bakker is the CEO and Co-Founder of Unhedged, an early-stage company developing a platform to place the power of the big banks into the hands of everyday investors using advanced algorithms. This is a disruptive space and will no doubt change the game for retail traders and investors. The Prompt Podcast, May 2021
# 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": "5ZD3cyUzg80zy63TPZqbqem1LnUht89N4bVcdInC3vE", "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": "5ZD3cyUzg80zy63TPZqbqem1LnUht89N4bVcdInC3vE", "level": 2}'