Naval Ravikant is an American entrepreneur and investor, known for his role as the co-founder, chairman, and former CEO of AngelList. He has invested in over 200 early-stage companies, including well-known names such as Uber, Twitter, and Wish.com.
Here’s the list of uploaded files:
# 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": "jJEw-7z5o8k88O5IS26y-ztgOgT4mRlMi3pYbFpgLTs", "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": "jJEw-7z5o8k88O5IS26y-ztgOgT4mRlMi3pYbFpgLTs", "level": 2}'