Created at 2pm, Jan 11
omerBusiness
3
Naval Interviews and Airchat Posts
jJEw-7z5o8k88O5IS26y-ztgOgT4mRlMi3pYbFpgLTs
File Type
MULTI
Entry Count
534
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

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:

  • Selected posts from Naval’s Airchat profile
  • A collection of all of Naval’s interviews about his ‘How to Get Rich’ twitter thread.
  • “David Deutsch: Knowledge Creation and The Human Race” interview, both parts
  • “Vitalik: Ethereum” interview, both parts
How to Retrieve?
# 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}'