Created at 1pm, Apr 2
ilkeBusiness
0
How to Build a Profitable Business in 2023 - The Bedros Keuilian Show E034
7uLb50PjgsSG4GJKR8F87O5rne5FFozA8kX4KYySSUw
File Type
MP3
Entry Count
252
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

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

One to two coaches will run a group of 20 30 40 50 clients through an awesome 30-minute workout That's functional. That's fat-burning and it's like this. It's scalable, right?
So that is very important is can I delegate that is delegation is a scale factor?
start: 27:32 - end: 27:38
What else is a scale factor?
start: 27:38 - end: 27:39
Can I automate a process right if you can automate a process that allows you to scale if you can for example?
start: 27:39 - end: 27:47
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": "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}'