In today's episode of The Bedros Keuilian Show, he is pulling back the curtain on the types of businesses you could start today that have the potential to not only build wealth but also make a significant positive impact on the world. These are businesses that he has started or look for when investing. The Bedros Keuilian Show, May 2023
# 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": "7uLb50PjgsSG4GJKR8F87O5rne5FFozA8kX4KYySSUw", "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": "7uLb50PjgsSG4GJKR8F87O5rne5FFozA8kX4KYySSUw", "level": 2}'