id
stringlengths
14
16
text
stringlengths
29
2.73k
source
stringlengths
50
116
5e400327d8ca-0
.ipynb .pdf Web Base Contents Loading multiple webpages Load multiple urls concurrently Loading a xml file, or using a different BeautifulSoup parser Web Base# This covers how to load all text from webpages into a document format that we can use downstream. For more custom logic for loading webpages look at some chil...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-1
[Document(page_content="\n\n\n\n\n\n\n\n\nESPN - Serving Sports Fans. Anytime. Anywhere.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Skip to main content\n \n\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-2
Select Games\n\n\n\n\n\n\n\nNCAA Baseball\n\n\n\n\n\n\n\nNCAA Softball\n\n\n\n\n\n\n\nCricket: Select Matches\n\n\n\n\n\n\n\nMel Kiper's NFL Mock Draft 3.0\n\n\nQuick Links\n\n\n\n\nMen's Tournament Challenge\n\n\n\n\n\n\n\nWomen's Tournament Challenge\n\n\n\n\n\n\n\nNFL Draft Order\n\n\n\n\n\n\n\nHow To Watch NHL Game...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-3
Opening Day? Here's your guide to MLB's offseason chaosWait, Jacob deGrom is on the Rangers now? Xander Bogaerts and Trea Turner signed where? And what about Carlos Correa? Yeah, you're going to need to read up before Opening Day.12hESPNIllustration by ESPNEverything you missed in the MLB offseason3h2:33World Series od...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-4
Jackson the most8h2:00Would Lamar sit out? Will Ravens draft a QB? Jackson trade request insightsLamar Jackson has asked Baltimore to trade him, but Ravens coach John Harbaugh hopes the QB will be back.3hJamison HensleyBallard, Colts will consider trading for QB JacksonJackson to Indy? Washington? Barnwell ranks the QB...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-5
find comparisons.16hKevin PeltonWOMEN'S ELITE EIGHT SCOREBOARDMONDAY'S GAMESCheck your bracket!NBA DRAFTHow top prospects fared on the road to the Final FourThe 2023 NCAA tournament is down to four teams, and ESPN's Jonathan Givony recaps the players who saw their NBA draft stock change.11hJonathan GivonyAndy Lyons/Get...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-6
Texas hiring Terry as full-time coachJets GM: No rush on Rodgers; Lamar not optionLove to leave North Carolina, enter transfer portalBelichick to angsty Pats fans: See last 25 yearsEmbiid out, Harden due back vs. Jokic, NuggetsLynch: Purdy 'earned the right' to start for NinersMan Utd, Wrexham plan July friendly in San...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-7
can follow throughout the Big Dance. Women's Tournament ChallengeIllustration by ESPNWomen's Tournament ChallengeCheck your bracket(s) in the 2023 Women's Tournament Challenge, which you can follow throughout the Big Dance. Best of ESPN+AP Photo/Lynne SladkyFantasy Baseball ESPN+ Cheat Sheet: Sleepers, busts, rookies a...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-8
predictionsMel Kiper Jr. makes his predictions for Round 1 of the NFL draft, including projecting a trade in the top five. Trending NowAnne-Marie Sorvin-USA TODAY SBoston Bruins record tracker: Wins, points, milestonesThe B's are on pace for NHL records in wins and points, along with some individual superlatives as wel...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-9
on ESPN, ESPN+Here's everything you need to know about how to watch the PGA Tour, Masters, PGA Championship and FedEx Cup playoffs on ESPN and ESPN+.Hailie Lynch/XFLHow to watch the XFL: 2023 schedule, teams, players, news, moreEvery XFL game will be streamed on ESPN+. Find out when and where else you can watch the eig...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-10
Baseball\n\n\n\n\n\n\n\nNCAA Softball\n\n\n\n\n\n\n\nCricket: Select Matches\n\n\n\n\n\n\n\nMel Kiper's NFL Mock Draft 3.0\n\n\nQuick Links\n\n\n\n\nMen's Tournament Challenge\n\n\n\n\n\n\n\nWomen's Tournament Challenge\n\n\n\n\n\n\n\nNFL Draft Order\n\n\n\n\n\n\n\nHow To Watch NHL Games\n\n\n\n\n\n\n\nFantasy Baseball...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-11
ESPNCopyright: © ESPN Enterprises, Inc. All rights reserved.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", lookup_str='', metadata={'source': 'https://www.espn.com/'}, lookup_index=0)]
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-12
""" # Use this piece of code for testing new custom BeautifulSoup parsers import requests from bs4 import BeautifulSoup html_doc = requests.get("{INSERT_NEW_URL_HERE}") soup = BeautifulSoup(html_doc.text, 'html.parser') # Beautiful soup logic to be exported to langchain.document_loaders.webpage.py # Example: transcript...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-13
[Document(page_content="\n\n\n\n\n\n\n\n\nESPN - Serving Sports Fans. Anytime. Anywhere.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Skip to main content\n \n\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-14
Select Games\n\n\n\n\n\n\n\nNCAA Baseball\n\n\n\n\n\n\n\nNCAA Softball\n\n\n\n\n\n\n\nCricket: Select Matches\n\n\n\n\n\n\n\nMel Kiper's NFL Mock Draft 3.0\n\n\nQuick Links\n\n\n\n\nMen's Tournament Challenge\n\n\n\n\n\n\n\nWomen's Tournament Challenge\n\n\n\n\n\n\n\nNFL Draft Order\n\n\n\n\n\n\n\nHow To Watch NHL Game...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-15
Opening Day? Here's your guide to MLB's offseason chaosWait, Jacob deGrom is on the Rangers now? Xander Bogaerts and Trea Turner signed where? And what about Carlos Correa? Yeah, you're going to need to read up before Opening Day.12hESPNIllustration by ESPNEverything you missed in the MLB offseason3h2:33World Series od...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-16
Jackson the most7h2:00Would Lamar sit out? Will Ravens draft a QB? Jackson trade request insightsLamar Jackson has asked Baltimore to trade him, but Ravens coach John Harbaugh hopes the QB will be back.3hJamison HensleyBallard, Colts will consider trading for QB JacksonJackson to Indy? Washington? Barnwell ranks the QB...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-17
find comparisons.16hKevin PeltonWOMEN'S ELITE EIGHT SCOREBOARDMONDAY'S GAMESCheck your bracket!NBA DRAFTHow top prospects fared on the road to the Final FourThe 2023 NCAA tournament is down to four teams, and ESPN's Jonathan Givony recaps the players who saw their NBA draft stock change.11hJonathan GivonyAndy Lyons/Get...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-18
Texas hiring Terry as full-time coachJets GM: No rush on Rodgers; Lamar not optionLove to leave North Carolina, enter transfer portalBelichick to angsty Pats fans: See last 25 yearsEmbiid out, Harden due back vs. Jokic, NuggetsLynch: Purdy 'earned the right' to start for NinersMan Utd, Wrexham plan July friendly in San...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-19
can follow throughout the Big Dance. Women's Tournament ChallengeIllustration by ESPNWomen's Tournament ChallengeCheck your bracket(s) in the 2023 Women's Tournament Challenge, which you can follow throughout the Big Dance. Best of ESPN+AP Photo/Lynne SladkyFantasy Baseball ESPN+ Cheat Sheet: Sleepers, busts, rookies a...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-20
predictionsMel Kiper Jr. makes his predictions for Round 1 of the NFL draft, including projecting a trade in the top five. Trending NowAnne-Marie Sorvin-USA TODAY SBoston Bruins record tracker: Wins, points, milestonesThe B's are on pace for NHL records in wins and points, along with some individual superlatives as wel...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-21
on ESPN, ESPN+Here's everything you need to know about how to watch the PGA Tour, Masters, PGA Championship and FedEx Cup playoffs on ESPN and ESPN+.Hailie Lynch/XFLHow to watch the XFL: 2023 schedule, teams, players, news, moreEvery XFL game will be streamed on ESPN+. Find out when and where else you can watch the eig...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-22
Baseball\n\n\n\n\n\n\n\nNCAA Softball\n\n\n\n\n\n\n\nCricket: Select Matches\n\n\n\n\n\n\n\nMel Kiper's NFL Mock Draft 3.0\n\n\nQuick Links\n\n\n\n\nMen's Tournament Challenge\n\n\n\n\n\n\n\nWomen's Tournament Challenge\n\n\n\n\n\n\n\nNFL Draft Order\n\n\n\n\n\n\n\nHow To Watch NHL Games\n\n\n\n\n\n\n\nFantasy Baseball...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-23
ESPNCopyright: © ESPN Enterprises, Inc. All rights reserved.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", lookup_str='', metadata={'source': 'https://www.espn.com/'}, lookup_index=0),
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-24
Document(page_content='GoogleSearch Images Maps Play YouTube News Gmail Drive More »Web History | Settings | Sign in\xa0Advanced searchAdvertisingBusiness SolutionsAbout Google© 2023 - Privacy - Terms ', lookup_str='', metadata={'source': 'https://google.com'}, lookup_index=0)] Load multiple urls concurrently# You ca...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-25
[Document(page_content="\n\n\n\n\n\n\n\n\nESPN - Serving Sports Fans. Anytime. Anywhere.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n Skip to main content\n \n\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-26
Select Games\n\n\n\n\n\n\n\nNCAA Baseball\n\n\n\n\n\n\n\nNCAA Softball\n\n\n\n\n\n\n\nCricket: Select Matches\n\n\n\n\n\n\n\nMel Kiper's NFL Mock Draft 3.0\n\n\nQuick Links\n\n\n\n\nMen's Tournament Challenge\n\n\n\n\n\n\n\nWomen's Tournament Challenge\n\n\n\n\n\n\n\nNFL Draft Order\n\n\n\n\n\n\n\nHow To Watch NHL Game...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-27
Opening Day? Here's your guide to MLB's offseason chaosWait, Jacob deGrom is on the Rangers now? Xander Bogaerts and Trea Turner signed where? And what about Carlos Correa? Yeah, you're going to need to read up before Opening Day.12hESPNIllustration by ESPNEverything you missed in the MLB offseason3h2:33World Series od...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-28
Jackson the most7h2:00Would Lamar sit out? Will Ravens draft a QB? Jackson trade request insightsLamar Jackson has asked Baltimore to trade him, but Ravens coach John Harbaugh hopes the QB will be back.3hJamison HensleyBallard, Colts will consider trading for QB JacksonJackson to Indy? Washington? Barnwell ranks the QB...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-29
find comparisons.16hKevin PeltonWOMEN'S ELITE EIGHT SCOREBOARDMONDAY'S GAMESCheck your bracket!NBA DRAFTHow top prospects fared on the road to the Final FourThe 2023 NCAA tournament is down to four teams, and ESPN's Jonathan Givony recaps the players who saw their NBA draft stock change.11hJonathan GivonyAndy Lyons/Get...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-30
Texas hiring Terry as full-time coachJets GM: No rush on Rodgers; Lamar not optionLove to leave North Carolina, enter transfer portalBelichick to angsty Pats fans: See last 25 yearsEmbiid out, Harden due back vs. Jokic, NuggetsLynch: Purdy 'earned the right' to start for NinersMan Utd, Wrexham plan July friendly in San...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-31
can follow throughout the Big Dance. Women's Tournament ChallengeIllustration by ESPNWomen's Tournament ChallengeCheck your bracket(s) in the 2023 Women's Tournament Challenge, which you can follow throughout the Big Dance. Best of ESPN+AP Photo/Lynne SladkyFantasy Baseball ESPN+ Cheat Sheet: Sleepers, busts, rookies a...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-32
predictionsMel Kiper Jr. makes his predictions for Round 1 of the NFL draft, including projecting a trade in the top five. Trending NowAnne-Marie Sorvin-USA TODAY SBoston Bruins record tracker: Wins, points, milestonesThe B's are on pace for NHL records in wins and points, along with some individual superlatives as wel...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-33
on ESPN, ESPN+Here's everything you need to know about how to watch the PGA Tour, Masters, PGA Championship and FedEx Cup playoffs on ESPN and ESPN+.Hailie Lynch/XFLHow to watch the XFL: 2023 schedule, teams, players, news, moreEvery XFL game will be streamed on ESPN+. Find out when and where else you can watch the eig...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-34
Baseball\n\n\n\n\n\n\n\nNCAA Softball\n\n\n\n\n\n\n\nCricket: Select Matches\n\n\n\n\n\n\n\nMel Kiper's NFL Mock Draft 3.0\n\n\nQuick Links\n\n\n\n\nMen's Tournament Challenge\n\n\n\n\n\n\n\nWomen's Tournament Challenge\n\n\n\n\n\n\n\nNFL Draft Order\n\n\n\n\n\n\n\nHow To Watch NHL Games\n\n\n\n\n\n\n\nFantasy Baseball...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-35
ESPNCopyright: © ESPN Enterprises, Inc. All rights reserved.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n", lookup_str='', metadata={'source': 'https://www.espn.com/'}, lookup_index=0),
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-36
Document(page_content='GoogleSearch Images Maps Play YouTube News Gmail Drive More »Web History | Settings | Sign in\xa0Advanced searchAdvertisingBusiness SolutionsAbout Google© 2023 - Privacy - Terms ', lookup_str='', metadata={'source': 'https://google.com'}, lookup_index=0)] Loading a xml file, or using a differen...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-37
[Document(page_content='\n\n10\nEnergy\n3\n2018-01-01\n2018-01-01\nfalse\nUniform test method for the measurement of energy efficiency of commercial packaged boilers.\n§ 431.86\nSection § 431.86\n\nEnergy\nDEPARTMENT OF ENERGY\nENERGY CONSERVATION\nENERGY EFFICIENCY PROGRAM FOR CERTAIN COMMERCIAL AND INDUSTRIAL EQUIP...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-38
rated inputBtu/h\n\nStandards efficiency metric(§\u2009431.87)\n\nTest procedure(corresponding to\nstandards efficiency\nmetric required\nby §\u2009431.87)\n\n\n\nHot Water\nGas-fired\n≥300,000 and ≤2,500,000\nThermal Efficiency\nAppendix A, Section 2.\n\n\nHot Water\nGas-fired\n>2,500,000\nCombustion Efficiency\nAppen...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-39
Efficiency\nAppendix A, Section 2.\n\n\nSteam\nOil-fired\n>2,500,000 and ≤5,000,000\nThermal Efficiency\nAppendix A, Section 2.\n\n\n\u2003\n\n>5,000,000\nThermal Efficiency\nAppendix A, Section 2.OR\nAppendix A, Section 3. with Section 2.4.3.2.\n\n\n\n*\u2009Equipment classes for commercial packaged boilers as of July...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
5e400327d8ca-40
previous URL next WhatsApp Chat Contents Loading multiple webpages Load multiple urls concurrently Loading a xml file, or using a different BeautifulSoup parser By Harrison Chase © Copyright 2023, Harrison Chase. Last updated on May 02, 2023.
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/web_base.html
43c00c728734-0
.ipynb .pdf Directory Loader Contents Show a progress bar Change loader class Directory Loader# This covers how to use the DirectoryLoader to load all documents in a directory. Under the hood, by default this uses the UnstructuredLoader from langchain.document_loaders import DirectoryLoader We can use the glob parame...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/directory_loader.html
43c00c728734-1
Diffbot next Discord Contents Show a progress bar Change loader class By Harrison Chase © Copyright 2023, Harrison Chase. Last updated on May 02, 2023.
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/directory_loader.html
889cdcf6995f-0
.ipynb .pdf Copy Paste Contents Metadata Copy Paste# This notebook covers how to load a document object from something you just want to copy and paste. In this case, you don’t even need to use a DocumentLoader, but rather can just construct the Document directly. from langchain.docstore.document import Document text ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/copypaste.html
dd0aa8f98555-0
.ipynb .pdf URL Contents URL Selenium URL Loader Setup Playwright URL Loader Setup URL# This covers how to load HTML documents from a list of URLs into a document format that we can use downstream. from langchain.document_loaders import UnstructuredURLLoader urls = [ "https://www.understandingwar.org/backgrounde...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/url.html
dd0aa8f98555-1
!pip install "playwright" !pip install "unstructured" !playwright install from langchain.document_loaders import PlaywrightURLLoader urls = [ "https://www.youtube.com/watch?v=dQw4w9WgXcQ", "https://goo.gl/maps/NDSHwePEyaHMFGwh8" ] loader = PlaywrightURLLoader(urls=urls, remove_selectors=["header", "footer"]) da...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/url.html
f1e9972f657b-0
.ipynb .pdf IMSDb IMSDb# This covers how to load IMSDb webpages into a document format that we can use downstream. from langchain.document_loaders import IMSDbLoader loader = IMSDbLoader("https://imsdb.com/scripts/BlacKkKlansman.html") data = loader.load() data
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-1
[Document(page_content='\n\r\n\r\n\r\n\r\n BLACKKKLANSMAN\r\n \r\n \r\n \r\n \r\n Written by\r\n\r\n Charlie Wachtel & David Ra...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-2
FADE IN:\r\n \r\n SCENE FROM "GONE WITH THE WIND"\r\n \r\n Scarlett O\'Hara, played by Vivian Leigh, walks through the\r\n Thousands of injured Confederate Soldiers pulling back to\r\n reveal the Famous Shot of the tattered Confederate ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-3
Battle but they didn\'t lose The War.\r\n Yes, Friends, We are under attack.\r\n \r\n CUT TO:\r\n \r\n A 1960\'S EDUCATIONAL STYLE FILM\r\n \r\n...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-4
him. Very\r\n Official. He is not a Southerner and speaks with articulation\r\n and intelligence.\r\n \r\n BEAUREGARD- KLAN NARRATOR\r\n You\'ve read about it in your Local\r\n Newspapers or seen it o...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-5
CUT TO:\r\n \r\n FOOTAGE OF THE LITTLE ROCK NINE\r\n \r\n being escorted into CENTRAL HIGH SCHOOL, Little Rock,\r\n Arkansas by The National Guard.\r\n \r\n BEAUREGARD- KLAN NARRATOR\r\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-6
Jewish controlled Puppets on the\r\n U.S. Supreme Court compelling White\r\n children to go to School with an\r\n Inferior Race is The Final Nail in a\r\n Black Coffin towards America becoming\r\n a Mongrel Nat...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-7
Shoes and working\r\n as Butlers, Porters and Maids.\r\n BEAUREGARD- KLAN NARRATOR (V.O.)\r\n (CONT\'D)\r\n We had a great way of Life before The\r\n Martin Luther Coon\'s of The World...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-8
of Dr. Martin Luther King Jr. sitting in the\r\n front row of a Classroom it reads: Martin Luther King in a\r\n Communist Training School.\r\n \r\n BEAUREGARD- KLAN NARRATOR (CONT\'D)\r\n ...and their Army of Commies start...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-9
BEAUREGARD- KLAN NARRATOR (CONT\'D)\r\n Do you really want your precious\r\n White Child going to School with\r\n Negroes?\r\n \r\n Footage of Black and White Children playing together,\r\n innocent.\r\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-10
They are Lying, Dirty Monkeys...\r\n \r\n FOOTAGE and STILLS of Stereotype Blacks Coons, Bucks and\r\n shining Black Mammies. Black Soldiers in D. W. Griffith\'s\r\n "Birth of a Nation" pushing Whites around on the Street.\r\n \r\n CLOS...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-11
\r\n Images and Scientific charts of Blacks compared to Apes and\r\n Monkeys.\r\n \r\n CLOSE - BEAUREGARD - KLAN NARRATOR\r\n \r\n BEAUREGARD- KLAN NARRATOR (CONT\'D)\r\n ...Rapists, Murder...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-12
CUT TO:\r\n \r\n LYNCH, The MULATTO, lusting after our LILLIAN GISH in "Birth\r\n of a Nation." Other Lusting Images of Craving Black\r\n Beasts!!! SEXUAL PREDATORS!!!\r\n \r\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-13
\r\n CUT TO:\r\n \r\n CLOSE - BEAUREGARD - KLAN NARRATOR\r\n \r\n A Stereotype illustration of Jews controlling Negroes.\r\n \r\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-14
of High Ranking\r\n Blood Sucking Jews! Using an Army of\r\n outside...\r\n \r\n Beauregard continues.\r\n \r\n CUT TO:\r\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-15
Footage of The March on Washington.\r\n \r\n CUT TO:\r\n \r\n CLOSE - BOUREGARD - KLAN NARRATOR.\r\n \r\n BOUREGARD- KLAN NARRATO...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-16
\r\n CUT TO:\r\n \r\n An image of an All-American White Nuclear Family.\r\n \r\n CUT TO:\r\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-17
BOUREGARD-KLAN NARRATOR (CONT\'D)\r\n It\'s an International... Jewish...\r\n Conspiracy.\r\n WE HEAR and end with the Corny Stinger of Music that goes\r\n with these Education and Propaganda Films!\r\n \r\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-18
SHOT\r\n \r\n Superimposed: Early 70s\r\n \r\n An amazing contrast. The beautiful landscape of Colorado\r\n Springs, the City sits nestled within the rugged Mountain\r\n terrain. The majestic Pikes Peak, the jagged beauty of The\r\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-19
sporting a\r\n good sized Afro, rebellious but straight laced by most 1970\'s\r\n standards.\r\n \r\n Ron stares at an Ad attached to a bulletin board.\r\n \r\n CLOSE - THE AD READS:\r\n \r\n JOIN THE CO...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-20
- COLORADO SPRINGS POLICE DEPT -\r\n DAY\r\n \r\n A drab, white-walled office. Ron sits across the table from\r\n The Assistant City Personnel Manager, MR. TURRENTINE, Black,\r\n 40\'s, business like but progressive and CHIEF BRIDGES, White,\r\n...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-21
\r\n RON STALLWORTH\r\n I went to College.\r\n \r\n MR. TURRENTINE\r\n How do you feel about Vietnam?\r\n \r\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-22
Would you call yourself a Womanizer?\r\n RON STALLWORTH\r\n No Sir, I would not.\r\n \r\n MR. TURRENTINE\r\n Do you frequent Night Clubs?\r\n \r\...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-23
CHIEF BRIDGES\r\n Do you drink?\r\n \r\n RON STALLWORTH\r\n On Special occasions, Sir.\r\n \r\n MR. TURRENTINE\r\n Have you...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-24
Only those prescribed by My Doctor,\r\n Sir.\r\n \r\n Turrentine looks at Chief Bridges.\r\n \r\n MR. TURRENTINE\r\n That\'s kind of rare these days for a\r\n youn...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-25
but my Father was in The\r\n Military and I was raised up the\r\n Right way, Sir.\r\n \r\n CHIEF BRIDGES\r\n How are you with people, generally?\r\n \r\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-26
raised...\r\n \r\n CHIEF BRIDGES\r\n ...Have you ever had any negative...\r\n \r\n Mr. Turrentine jumps in, impatient.\r\n \r\n MR. TU...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-27
RON STALLWORTH\r\n Would that happen...\r\n \r\n MR. TURRENTINE\r\n ...Sheeeeeeettt!!!\r\n Bridges looks at him. Turrentine waits, Ron doesn\'t know how\r\n to respond, finally. Turrentine leans forwa...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-28
this City. If we make you an Officer,\r\n you would, in effect, be the Jackie\r\n Robinson of the Colorado Springs\r\n Police force.\r\n \r\n Mr. Turrentine lets this sink in.\r\n \r\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-29
his fellow\r\n Teammates, from Fans, other Teams,\r\n and The Press.\r\n \r\n RON STALLWORTH\r\n I know Jackie\'s Story, Sir.\r\n \r\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-30
\r\n Ron evaluates the hard reality of the question. Decides.\r\n \r\n RON STALLWORTH\r\n If I need to, yes, Sir.\r\n \r\n MR. TURRENTINE\r\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-31
Bridges.\r\n \r\n CHIEF BRIDGES\r\n I\'ll have your back but I can only do\r\n so much. The Weight of this is on\r\n You...and You alone.\r\n \r\n R...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-32
\r\n INT. RECORDS ROOM - CSPD - DAY\r\n \r\n Ron sorts a file cabinet of records as OFFICER CLAY MULANEY,\r\n 60\'s, White, sits on a stool, reading a Magazine clearly\r\n looking at a Photo of something good.\r\n Ron looks at the Photo of the Actress...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-33
\r\n OFFICER MULANEY\r\n Never saw it but what you think?\r\n \r\n RON STALLWORTH\r\n She\'s a very good Actress.\r\n \r\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-34
\r\n Ron ignores it.\r\n \r\n OFFICER MULANEY (CONT\'D)\r\n Truth be told when I see one of your\r\n kind with a White Woman it turns my\r\n Stomach.\r\n \r\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-35
OFFICER MULANEY\r\n He could only want one thing.\r\n \r\n RON STALLWORTH\r\n What would that be?\r\n \r\n OFFICER MULANEY\r\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-36
RON STALLWORTH\r\n No, I just like my questions to be\r\n answered.\r\n \r\n A VOICE of UNIFORMED COP WHEATON calls from the other side of\r\n the Counter.\r\n \r\n WHEATON (O....
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-37
Ron walks to the Counter to see The White and sleep-deprived\r\n Cop impatiently leaning on his elbows.\r\n \r\n WHEATON (CONT\'D)\r\n Get me the record for this Toad named\r\n Tippy Birdsong.\r...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-38
While you\'re at it, why don\'t you\r\n grab another Toad... Steven Wilson.\r\n \r\n Ron pulls the File... another young Black Male, ANOTHER\r\n SEXUAL PREDATOR!\r\n \r\n INT. CSPD HALLWAY - DAY\r\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-39
RON STALLWORTH\r\n While I\'ve got you both here. Sirs,\r\n I\'d like to be an Undercover\r\n Detective.\r\n \r\n Chief Bridges and Sgt. Trapp both stop.\r\n \r\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-40
RON STALLWORTH\r\n Whatever Department works, Sir.\r\n \r\n SGT. TRAPP\r\n You just joined The Force, Rookie.\r\n \r\n RON STALLWORTH\r\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-41
SGT. TRAPP\r\n Is that right?\r\n \r\n RON STALLWORTH\r\n Well, I\'m young. I think there\'s a\r\n niche for me. Get In where I can Fit\r\n In.\r\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-42
Sgt. Trapp sees the logic, looks to Chief Bridges, who stops,\r\n considering.\r\n \r\n CHIEF BRIDGES\r\n Think a lot of yourself, don\'t cha?\r\n \r\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-43
Sgt. Trapp reacts knowing Ron shouldn\'t have said that about\r\n the Records Room. CHIEF BRIDGES looks at Ron, matter of fact.\r\n \r\n CHIEF BRIDGES\r\n Well, I think Records is a good place\r\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-44
\r\n CHIEF BRIDGES\r\n Keep it. I like the look.\r\n \r\n Chief Bridges walks off without another word. SGT. TRAPP\r\n gives a knowing look to Ron, who watches them walk away.\r\n \r\...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-45
\r\n LANDERS\r\n Need a File on a Toad.\r\n \r\n Ron doesn\'t respond.\r\n \r\n LANDERS (CONT\'D)\r\n You Deaf? I said I ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-46
RON STALLWORTH\r\n No Toads here.\r\n \r\n LANDERS\r\n Excuse me?\r\n \r\n RON STALLWORTH\r\n I said, I don...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-47
\r\n Landers scowls. Ron stares back at him, Eye to Eye.\r\n \r\n LANDERS\r\n Heard you think you Hot Shit but you\r\n ain\'t nuthin\' but a Cold Fart. Name\'s\r\n Maurice,...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-48
The File, throws it down on the Counter as Landers\r\n snatches The File and storms off.\r\n INT. RON\'S APARTMENT - BEDROOM - MORNING\r\n \r\n As Ron sleeps, a phone rings. Ron snaps awake and grabs at\r\n the phone on the night table.\r\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-49
\r\n RON STALLWORTH\r\n Yes, Chief, I was. Just worked a\r\n Night Shift.\r\n \r\n CHIEF BRIDGES (O.S.)\r\n I changed my mind, you\'re gonna ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-50
Sharp. Narcotics Division. Wear\r\n Street clothes.\r\n \r\n RON STALLWORTH\r\n Yes Sir, see you then. Thank You.\r\n Thank You.\r\n \r\n Ron si...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-51
dressed in Bell-Bottoms and a Hip Italian Knit Shirt,\r\n Marshmallow Shoes steps inside the Narcotics office, which is\r\n literally The Basement of The Station. He looks around at The\r\n Area Buzzing with Activity and sees\r\n \r\n ANGLE - UNDERCOVER COPS\r...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-52
\r\n CLOSE - CHIEF BRIDGES\r\n \r\n waves Ron back to the rear of The Room for privacy.\r\n \r\n CLOSE - FLIP ZIMMERMAN\r\n \r\n FLIP\r\n Rookie, yo...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html
f1e9972f657b-53
again.\r\n \r\n Flip, late 30\'s, long hair, looks like anything but a Cop, he\r\n however is somewhat of a closed-off guy, all business, Ron\r\n sits across from him. Chief Bridges steps before them.\r\n CHIEF BRIDGES (CONT\'D)\r\n ...
https:///python.langchain.com/en/latest/modules/indexes/document_loaders/examples/imsdb.html