CHAPTER 1 - THE COMPOUND EFFECT IN ACTIONYou Haven’t Experienced the Payoff of the Compound EffectThe Magic PennyThree FriendsThe Ripple EffectSuccess, Old SchoolMicrowave MentalityPut the Compound Effect to Work for YouCHAPTER 2 - CHOICESElephants Don’t BiteThanksgiving Year-RoundOwning 100 PercentGetting LuckyThe (Complete) Formula for Getting Lucky:The High Price of Tuition at UHK (University of Hard Knocks)Your Secret Weapon—Your ScorecardMoney TrapKeep It Slow and EasyThe Unsung, Unseen HeroTake a WalkMoney TreeTime Is of the EssenceSuccess Is a (Half-) MarathonPut the Compound Effect to Work for YouCHAPTER 3 - HABITSCreatures of HabitStart by Thinking Your Way Out of the Instant Gratification TrapFinding Your Mojo—Your Why-PowerWhy Everything’s PossibleCore MotivationFind Your FightGoalsHow Goal Setting Actually Works: The Mystery ‘Secret’ RevealedWho You Have to BecomeBehave YourselfGame Changers: Five Strategies for Eliminating Bad HabitsRun a Vice CheckGame Changers: Six Techniques for Installing Good HabitsChange Is Hard: Yippee!Be PatientPut the Compound Effect to Work for YouCHAPTER 4 - MOMENTUMHarnessing the Power of Big MoRoutine PowerBookend Your DaysRise & ShineSweet DreamsShake It UpGetting into a Rhythm: Finding Your New GrooveRegistering Your RhythmThe Rhythms of LifeThe Power of ConsistencyThe Pump WellPut the Compound Effect to Work for YouCHAPTER 5 - INFLUENCESI. Input: Garbage In, Garbage OutII. Associations: Who’s Influencing You?III. Environment: Changing Your View Changes Your PerspectiveCHAPTER 6 - ACCELERATIONMoments of TruthMultiplying Your ResultsBeat the ExpectationsDo the UnexpectedDo Better Than ExpectedPut the Compound Effect to Work for You
# 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": "_UHqiAB2ZAoVdGWP1BTlHQjQ555UrY5rSCIkM6yyLeg", "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": "_UHqiAB2ZAoVdGWP1BTlHQjQ555UrY5rSCIkM6yyLeg", "level": 2}'