gitextract_j4ji0gy0/ ├── .gitignore ├── LangChain Cookbook Part 1 - Fundamentals.ipynb ├── LangChain Cookbook Part 2 - Use Cases.ipynb ├── README.md ├── SUMMARY.md ├── agents/ │ ├── Agents + ZapierToolkit.ipynb │ └── Agents.ipynb ├── bots/ │ └── Twitter_Reply_Bot/ │ └── Twitter Reply Bot Notebook.ipynb ├── chains/ │ └── Chain Types.ipynb ├── chatapi/ │ └── ChatAPI + LangChain Basics.ipynb ├── data/ │ ├── LinkedInIndustries.csv │ ├── LinkedInSubIndustries.csv │ ├── PaulGrahamEssayMedium/ │ │ ├── fr.txt │ │ ├── guidetoinvestors.txt │ │ ├── mit.txt │ │ ├── notnot.txt │ │ ├── popular.txt │ │ ├── re.txt │ │ ├── road.txt │ │ ├── start.txt │ │ ├── startupfunding.txt │ │ ├── startupideas.txt │ │ ├── wealth.txt │ │ └── worked.txt │ ├── PaulGrahamEssaySmall/ │ │ ├── cred.txt │ │ ├── disc.txt │ │ ├── fix.txt │ │ ├── fp.txt │ │ ├── getideas.txt │ │ ├── lwba.txt │ │ ├── nft.txt │ │ ├── noob.txt │ │ ├── nov.txt │ │ ├── pow.txt │ │ ├── prop62.txt │ │ ├── rootsoflisp.txt │ │ ├── rss.txt │ │ ├── todo.txt │ │ └── twitter.txt │ ├── PaulGrahamEssays/ │ │ ├── 13sentences.txt │ │ ├── 5founders.txt │ │ ├── 6631327.txt │ │ ├── 95.txt │ │ ├── ace.txt │ │ ├── addiction.txt │ │ ├── airbnb.txt │ │ ├── airbnbs.txt │ │ ├── alien.txt │ │ ├── altair.txt │ │ ├── ambitious.txt │ │ ├── america.txt │ │ ├── angelinvesting.txt │ │ ├── aord.txt │ │ ├── apple.txt │ │ ├── artistsship.txt │ │ ├── avg.txt │ │ ├── badeconomy.txt │ │ ├── before.txt │ │ ├── better.txt │ │ ├── bias.txt │ │ ├── boss.txt │ │ ├── bronze.txt │ │ ├── bubble.txt │ │ ├── charisma.txt │ │ ├── cities.txt │ │ ├── college.txt │ │ ├── colleges.txt │ │ ├── conformism.txt │ │ ├── control.txt │ │ ├── convergence.txt │ │ ├── convince.txt │ │ ├── copy.txt │ │ ├── corpdev.txt │ │ ├── cred.txt │ │ ├── credentials.txt │ │ ├── desres.txt │ │ ├── determination.txt │ │ ├── die.txt │ │ ├── diff.txt │ │ ├── disagree.txt │ │ ├── disc.txt │ │ ├── discover.txt │ │ ├── distraction.txt │ │ ├── divergence.txt │ │ ├── donate.txt │ │ ├── ds.txt │ │ ├── early.txt │ │ ├── earnest.txt │ │ ├── ecw.txt │ │ ├── equity.txt │ │ ├── essay.txt │ │ ├── ffb.txt │ │ ├── fh.txt │ │ ├── fix.txt │ │ ├── fn.txt │ │ ├── founders.txt │ │ ├── foundersatwork.txt │ │ ├── foundervisa.txt │ │ ├── fp.txt │ │ ├── fr.txt │ │ ├── fundraising.txt │ │ ├── future.txt │ │ ├── gap.txt │ │ ├── gba.txt │ │ ├── genius.txt │ │ ├── getideas.txt │ │ ├── gh.txt │ │ ├── good.txt │ │ ├── goodart.txt │ │ ├── goodtaste.txt │ │ ├── googles.txt │ │ ├── growth.txt │ │ ├── guidetoinvestors.txt │ │ ├── hackernews.txt │ │ ├── head.txt │ │ ├── herd.txt │ │ ├── heresy.txt │ │ ├── heroes.txt │ │ ├── highres.txt │ │ ├── hiresfund.txt │ │ ├── hiring.txt │ │ ├── hp.txt │ │ ├── hs.txt │ │ ├── hubs.txt │ │ ├── hundred.txt │ │ ├── hw.txt │ │ ├── hwh.txt │ │ ├── icad.txt │ │ ├── ideas.txt │ │ ├── identity.txt │ │ ├── iflisp.txt │ │ ├── ineq.txt │ │ ├── inequality.txt │ │ ├── investors.txt │ │ ├── invtrend.txt │ │ ├── island.txt │ │ ├── javacover.txt │ │ ├── jessica.txt │ │ ├── judgement.txt │ │ ├── kate.txt │ │ ├── kids.txt │ │ ├── know.txt │ │ ├── ladder.txt │ │ ├── langdes.txt │ │ ├── laundry.txt │ │ ├── lesson.txt │ │ ├── lies.txt │ │ ├── love.txt │ │ ├── lwba.txt │ │ ├── mac.txt │ │ ├── makersschedule.txt │ │ ├── marginal.txt │ │ ├── maybe.txt │ │ ├── mean.txt │ │ ├── microsoft.txt │ │ ├── mit.txt │ │ ├── mod.txt │ │ ├── name.txt │ │ ├── nerds.txt │ │ ├── newideas.txt │ │ ├── newthings.txt │ │ ├── nft.txt │ │ ├── noob.txt │ │ ├── noop.txt │ │ ├── notnot.txt │ │ ├── nov.txt │ │ ├── nthings.txt │ │ ├── opensource.txt │ │ ├── organic.txt │ │ ├── orth.txt │ │ ├── own.txt │ │ ├── patentpledge.txt │ │ ├── pgh.txt │ │ ├── philosophy.txt │ │ ├── pinch.txt │ │ ├── polls.txt │ │ ├── popular.txt │ │ ├── pow.txt │ │ ├── power.txt │ │ ├── prcmc.txt │ │ ├── procrastination.txt │ │ ├── progbot.txt │ │ ├── prop62.txt │ │ ├── property.txt │ │ ├── publishing.txt │ │ ├── pypar.txt │ │ ├── ramenprofitable.txt │ │ ├── randomness.txt │ │ ├── re.txt │ │ ├── read.txt │ │ ├── real.txt │ │ ├── really.txt │ │ ├── relres.txt │ │ ├── revolution.txt │ │ ├── richnow.txt │ │ ├── road.txt │ │ ├── ronco.txt │ │ ├── rootsoflisp.txt │ │ ├── rss.txt │ │ ├── safe.txt │ │ ├── say.txt │ │ ├── schlep.txt │ │ ├── seesv.txt │ │ ├── segway.txt │ │ ├── selfindulgence.txt │ │ ├── sfp.txt │ │ ├── siliconvalley.txt │ │ ├── simply.txt │ │ ├── smart.txt │ │ ├── softwarepatents.txt │ │ ├── spam.txt │ │ ├── speak.txt │ │ ├── start.txt │ │ ├── startupfunding.txt │ │ ├── startuphubs.txt │ │ ├── startupideas.txt │ │ ├── startuplessons.txt │ │ ├── startupmistakes.txt │ │ ├── stuff.txt │ │ ├── submarine.txt │ │ ├── sun.txt │ │ ├── superangels.txt │ │ ├── swan.txt │ │ ├── tablets.txt │ │ ├── talk.txt │ │ ├── taste.txt │ │ ├── think.txt │ │ ├── todo.txt │ │ ├── top.txt │ │ ├── trolls.txt │ │ ├── twitter.txt │ │ ├── unions.txt │ │ ├── usa.txt │ │ ├── useful.txt │ │ ├── users.txt │ │ ├── vb.txt │ │ ├── vcsqueeze.txt │ │ ├── venturecapital.txt │ │ ├── vw.txt │ │ ├── want.txt │ │ ├── wealth.txt │ │ ├── web20.txt │ │ ├── webstartups.txt │ │ ├── weird.txt │ │ ├── whyyc.txt │ │ ├── wisdom.txt │ │ ├── word.txt │ │ ├── words.txt │ │ ├── work.txt │ │ ├── worked.txt │ │ ├── writing44.txt │ │ ├── wtax.txt │ │ ├── yahoo.txt │ │ ├── ycombinator.txt │ │ └── ycstart.txt │ ├── PaulGrahamEssaysLarge/ │ │ ├── addiction.txt │ │ ├── aord.txt │ │ ├── apple.txt │ │ ├── avg.txt │ │ ├── before.txt │ │ ├── bias.txt │ │ ├── boss.txt │ │ ├── copy.txt │ │ ├── corpdev.txt │ │ ├── desres.txt │ │ ├── diff.txt │ │ ├── ecw.txt │ │ ├── founders.txt │ │ ├── foundervisa.txt │ │ ├── gap.txt │ │ ├── gba.txt │ │ ├── gh.txt │ │ ├── goodtaste.txt │ │ ├── hubs.txt │ │ ├── iflisp.txt │ │ ├── island.txt │ │ ├── know.txt │ │ ├── langdes.txt │ │ ├── laundry.txt │ │ ├── love.txt │ │ ├── mod.txt │ │ ├── newideas.txt │ │ ├── nft.txt │ │ ├── philosophy.txt │ │ ├── popular.txt │ │ ├── pow.txt │ │ ├── rootsoflisp.txt │ │ ├── rss.txt │ │ ├── siliconvalley.txt │ │ ├── startuplessons.txt │ │ ├── submarine.txt │ │ ├── sun.txt │ │ ├── superangels.txt │ │ ├── todo.txt │ │ ├── unions.txt │ │ ├── useful.txt │ │ ├── vb.txt │ │ ├── vcsqueeze.txt │ │ ├── vw.txt │ │ ├── want.txt │ │ ├── web20.txt │ │ ├── weird.txt │ │ ├── wisdom.txt │ │ └── worked.txt │ ├── San_Francisco_Trees.csv │ ├── Transcripts/ │ │ ├── MFMPod/ │ │ │ ├── mfm_pod_alex.txt │ │ │ ├── mfm_pod_rob.txt │ │ │ └── mfm_pod_steph.txt │ │ └── acme_co_v2.txt │ ├── matching_tone_samples.json │ ├── muir_lake_tahoe_in_winter.txt │ ├── state_of_the_union.txt │ └── thefuzz/ │ ├── .editorconfig │ ├── .github/ │ │ └── workflows/ │ │ └── ci.yml │ ├── .gitignore │ ├── .travis.yml │ ├── CHANGES.rst │ ├── LICENSE.txt │ ├── MANIFEST.in │ ├── README.rst │ ├── benchmarks.py │ ├── data/ │ │ └── titledata.csv │ ├── release │ ├── setup.py │ ├── test_thefuzz.py │ ├── test_thefuzz_hypothesis.py │ ├── test_thefuzz_pytest.py │ ├── thefuzz/ │ │ ├── StringMatcher.py │ │ ├── StringMatcher.pyi │ │ ├── __init__.py │ │ ├── fuzz.py │ │ ├── fuzz.pyi │ │ ├── process.py │ │ ├── process.pyi │ │ ├── string_processing.py │ │ ├── string_processing.pyi │ │ ├── utils.py │ │ └── utils.pyi │ └── tox.ini ├── data_generation/ │ ├── 5 Levels Of Summarization - Novice To Expert.ipynb │ ├── Advanced Retrieval With LangChain.ipynb │ ├── Ask A Book Questions.ipynb │ ├── Clean and Standardize Data.ipynb │ ├── Custom Files Question & Answer.ipynb │ ├── Expert Structured Output (Using Function Calling).ipynb │ ├── Expert Structured Output (Using Kor).ipynb │ ├── Exploring ChatGPT Function Calling.ipynb │ ├── Instructing LLMs To Match Tone.ipynb │ ├── Personalized Email Generation.ipynb │ ├── Retrieval_With_MMR.ipynb │ ├── Topic Modeling With Language Models.ipynb │ ├── Using LLMs To Summarize Personal Research.ipynb │ └── Working With Call or Video Transcripts.ipynb ├── getting_started/ │ └── Quickstart Guide.ipynb ├── loaders/ │ ├── Google Drive Loader.ipynb │ └── YouTube Loader.ipynb ├── requirements.txt └── tutorials/ ├── Google Drive Loader.ipynb ├── Twitter_Reply_Bot/ │ └── Twitter Reply Bot Notebook.ipynb └── YouTube Loader.ipynb