id
stringlengths
14
15
text
stringlengths
23
2.21k
source
stringlengths
52
97
59984f065687-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersEtherscan LoaderacreomAirbyte JSONAirtableAlibaba Cloud MaxComputeApify DatasetArxivAsyncHtmlLoaderAWS S3 DirectoryAWS S3 FileAZLyricsAzure Blob Storage ContainerAzure Blob Storag...
https://python.langchain.com/docs/integrations/document_loaders/jupyter_notebook
59984f065687-2
is a web-based interactive computational environment for creating notebook documents.This notebook covers how to load data from a Jupyter notebook (.html) into a format suitable by LangChain.from langchain.document_loaders import NotebookLoaderloader = NotebookLoader( "example_data/notebook.html", include_outputs...
https://python.langchain.com/docs/integrations/document_loaders/jupyter_notebook
59984f065687-3
whether to remove newline characters from the cell sources and outputs (default is False).\', \'* `traceback` (bool): whether to include full traceback (default is False).\']\'\n\n \'code\' cell: \'[\'loader.load(include_outputs=True, max_output_length=20, remove_newline=True)\']\'\n\n', metadata={'source': 'example_da...
https://python.langchain.com/docs/integrations/document_loaders/jupyter_notebook
ee0a2b2a6b3d-0
Subtitle | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/document_loaders/subtitle
ee0a2b2a6b3d-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersEtherscan LoaderacreomAirbyte JSONAirtableAlibaba Cloud MaxComputeApify DatasetArxivAsyncHtmlLoaderAWS S3 DirectoryAWS S3 FileAZLyricsAzure Blob Storage ContainerAzure Blob Storag...
https://python.langchain.com/docs/integrations/document_loaders/subtitle
ee0a2b2a6b3d-2
multimedia container format website as "perhaps the most basic of all subtitle formats." SubRip (SubRip Text) files are named with the extension .srt, and contain formatted lines of plain text in groups separated by a blank line. Subtitles are numbered sequentially, starting at 1. The timecode format used is hours:minu...
https://python.langchain.com/docs/integrations/document_loaders/subtitle
3d1c5de8f4e8-0
Browserless | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/document_loaders/browserless
3d1c5de8f4e8-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersEtherscan LoaderacreomAirbyte JSONAirtableAlibaba Cloud MaxComputeApify DatasetArxivAsyncHtmlLoaderAWS S3 DirectoryAWS S3 FileAZLyricsAzure Blob Storage ContainerAzure Blob Storag...
https://python.langchain.com/docs/integrations/document_loaders/browserless
3d1c5de8f4e8-2
Chrome instances in the cloud. It's a great way to run browser-based automation at scale without having to worry about managing your own infrastructure.To use Browserless as a document loader, initialize a BrowserlessLoader instance as shown in this notebook. Note that by default, BrowserlessLoader returns the innerTex...
https://python.langchain.com/docs/integrations/document_loaders/browserless
3d1c5de8f4e8-3
music, etc. Each kind of document possesses its special classification problems. When not otherwise specified, text classification is implied. DoPreviousBrave SearchNextchatgpt_loaderCommunityDiscordTwitterGitHubPythonJS/TSMoreHomepageBlogCopyright © 2023 LangChain, Inc.
https://python.langchain.com/docs/integrations/document_loaders/browserless
02c716d8abc5-0
Blackboard | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/document_loaders/blackboard
02c716d8abc5-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersEtherscan LoaderacreomAirbyte JSONAirtableAlibaba Cloud MaxComputeApify DatasetArxivAsyncHtmlLoaderAWS S3 DirectoryAWS S3 FileAZLyricsAzure Blob Storage ContainerAzure Blob Storag...
https://python.langchain.com/docs/integrations/document_loaders/blackboard
02c716d8abc5-2
System) is a web-based virtual learning environment and learning management system developed by Blackboard Inc. The software features course management, customizable open architecture, and scalable design that allows integration with student information systems and authentication protocols. It may be installed on local...
https://python.langchain.com/docs/integrations/document_loaders/blackboard
02c716d8abc5-3
compatible with courses that use the new Blackboard interface. To use this loader, you must have the BbRouter cookie. You can get this cookie by logging into the course and then copying the value of the BbRouter cookie from the browser's developer tools.from langchain.document_loaders import BlackboardLoaderloader = Bl...
https://python.langchain.com/docs/integrations/document_loaders/blackboard
bf50c5f8edb1-0
MergeDocLoader | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/document_loaders/merge_doc_loader
bf50c5f8edb1-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersEtherscan LoaderacreomAirbyte JSONAirtableAlibaba Cloud MaxComputeApify DatasetArxivAsyncHtmlLoaderAWS S3 DirectoryAWS S3 FileAZLyricsAzure Blob Storage ContainerAzure Blob Storag...
https://python.langchain.com/docs/integrations/document_loaders/merge_doc_loader
bf50c5f8edb1-2
data loaders.from langchain.document_loaders import WebBaseLoaderloader_web = WebBaseLoader( "https://github.com/basecamp/handbook/blob/master/37signals-is-you.md")from langchain.document_loaders import PyPDFLoaderloader_pdf = PyPDFLoader("../MachineLearning-Lecture01.pdf")from langchain.document_loaders.merge impor...
https://python.langchain.com/docs/integrations/document_loaders/merge_doc_loader
24eefe1b3f59-0
Docugami | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersEtherscan LoaderacreomAirbyte JSONAirtableAlibaba Cloud MaxComputeApify DatasetArxivAsyncHtmlLoaderAWS S3 DirectoryAWS S3 FileAZLyricsAzure Blob Storage ContainerAzure Blob Storag...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-2
how to load documents from Docugami. It provides the advantages of using this system over alternative data loaders.Prerequisites​Install necessary python packages.Grab an access token for your workspace, and make sure it is set as the DOCUGAMI_API_KEY environment variable.Grab some docset and document IDs for your pr...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-3
XML tree of chunks of varying sizes, from single words or numerical values to entire sections. These chunks follow the semantic contours of the document, providing a more meaningful representation than arbitrary length or simple whitespace-based chunking.Structured Representation: In addition, the XML tree indicates th...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-4
loader.load()docs [Document(page_content='MUTUAL NON-DISCLOSURE AGREEMENT This Mutual Non-Disclosure Agreement (this “ Agreement �) is entered into and made effective as of April 4 , 2018 between Docugami Inc. , a Delaware corporation , whose address is 150 Lake Street South , Suite 221 , Kirkland ...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-5
'name': 'NDA simple layout.docx', 'structure': 'p', 'tag': 'Discussions'}), Document(page_content='In consideration of the foregoing, the parties agree as follows:', metadata={'xpath': '/docset:MutualNon-disclosure/docset:MutualNon-disclosure/docset:MUTUALNON-DISCLOSUREAGREEMENT-section/docset:MUTUALNON-DISCLOSUREA...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-6
disclosure, a person exercising reasonable business judgment would understand to be confidential or proprietary.', metadata={'xpath': '/docset:MutualNon-disclosure/docset:MutualNon-disclosure/docset:MUTUALNON-DISCLOSUREAGREEMENT-section/docset:MUTUALNON-DISCLOSUREAGREEMENT/docset:Consideration/docset:Purposes/docset:Pu...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-7
Confidential Information as those set forth in this Agreement .", metadata={'xpath': '/docset:MutualNon-disclosure/docset:MutualNon-disclosure/docset:MUTUALNON-DISCLOSUREAGREEMENT-section/docset:MUTUALNON-DISCLOSUREAGREEMENT/docset:Consideration/docset:Purposes/docset:Obligations/docset:ObligationsAndRestrictions-sec...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-8
available to the public through no act or failure to act by the receiving party;', metadata={'xpath': '/docset:MutualNon-disclosure/docset:MutualNon-disclosure/docset:MUTUALNON-DISCLOSUREAGREEMENT-section/docset:MUTUALNON-DISCLOSUREAGREEMENT/docset:Consideration/docset:Purposes/docset:TheDate/docset:TheDate/docset:TheD...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-9
'id': '43rj0ds7s0ur', 'name': 'NDA simple layout.docx', 'structure': 'p', 'tag': 'TheReceivingParty'}), Document(page_content='4. Compelled Disclosure . Nothing in this Agreement will be deemed to restrict a party from disclosing the other party’s Confidential Information to the extent required by any order, ...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-10
contain or are based upon the disclosing party’s Confidential Information .', metadata={'xpath': '/docset:MutualNon-disclosure/docset:MutualNon-disclosure/docset:MUTUALNON-DISCLOSUREAGREEMENT-section/docset:MUTUALNON-DISCLOSUREAGREEMENT/docset:Consideration/docset:Purposes/docset:TheCompletion/docset:ReturnofConfide...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-11
DISCLOSING PARTY “AS IS �.', metadata={'xpath': '/docset:MutualNon-disclosure/docset:MutualNon-disclosure/docset:MUTUALNON-DISCLOSUREAGREEMENT-section/docset:MUTUALNON-DISCLOSUREAGREEMENT/docset:Consideration/docset:Purposes/docset:NoWarranty/docset:NoWarranty-section/docset:NoWarranty[2]', 'id': '43rj0ds7s0ur', ...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-12
enjoin any unauthorized use or disclosure of its Confidential Information , in addition to any other rights and remedies that it may have at law or otherwise.', metadata={'xpath': '/docset:MutualNon-disclosure/docset:MutualNon-disclosure/docset:MUTUALNON-DISCLOSUREAGREEMENT-section/docset:MUTUALNON-DISCLOSUREAGREEMENT...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-13
of Washington , excluding its body of law controlling conflict of laws. This Agreement is the complete and exclusive understanding and agreement between the parties regarding the subject matter of this Agreement and supersedes all prior agreements, understandings and communications, oral or written, between the pa...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-14
'id': '43rj0ds7s0ur', 'name': 'NDA simple layout.docx', 'structure': 'p', 'tag': 'TheParties'}), Document(page_content='DOCUGAMI INC . : \n\n Caleb Divine : \n\n Signature: Signature: Name: \n\n Jean Paoli Name: Title: \n\n CEO Title:', metadata={'xpath': '/docset:MutualNon-disclosure/docset:Witness/docset:The...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-15
this one. We can just use the same code, but use the DocugamiLoader for better chunking, instead of loading text or PDF files directly with basic splitting techniques.poetry run pip -q install openai tiktoken chromadbfrom langchain.schema import Documentfrom langchain.vectorstores import Chromafrom langchain.embeddings...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-16
and must conform to any applicable laws, ordinances, etc. governing the same. The tenant must also remove and clean any window or glass identification promptly upon vacating the premises.', 'source_documents': [Document(page_content='ARTICLE VI SIGNAGE 6.01 Signage . Tenant may place or attach to the Premises s...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-17
erecting or removing such signs shall be repaired promptly by the Tenant at the Tenant ’s expense . Any signs or other form of identification allowed must conform to all applicable laws, ordinances, etc. governing the same. Tenant also agrees to have any window or glass identification completely removed and clea...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-18
portion thereof as may be necessary, in order that they or any of them may gain access to the Premises for the purpose of showing the Premises to potential new tenants or real estate brokers. In addition, Landlord shall be entitled to place a "FOR RENT " or "FOR LEASE" sign (not exceeding 8.5 � x 11 �) in th...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-19
(subject to availability of space) for the then Building Standard charge .", metadata={'xpath': '/docset:OFFICELEASE-section/docset:OFFICELEASE/docset:THISOFFICELEASE/docset:WITNESSETH-section/docset:WITNESSETH/docset:GrossRentCreditTheRentCredit-section/docset:GrossRentCreditTheRentCredit/docset:Period/docset:Applica...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-20
# the correct answer should be 13,500 ' 9,753 square feet'At first glance the answer may seem reasonable, but if you review the source chunks carefully for this answer, you will see that the chunking of the document did not end up putting the Landlord name and the rentable area in the same context, since they are fa...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-21
LANDLORD: DHA Group , a Delaware limited liability company', metadata={'xpath': '/docset:OFFICELEASE-section/docset:OFFICELEASE/docset:THISOFFICELEASE/docset:WITNESSETH-section/docset:WITNESSETH/docset:GrossRentCreditTheRentCredit-section/docset:GrossRentCreditTheRentCredit/docset:Guaranty-section/docset:Guaranty[2]/...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-22
at the Project , Attention: On - Site Property Manager .", metadata={'xpath': '/docset:OFFICELEASE-section/docset:OFFICELEASE/docset:THISOFFICELEASE/docset:WITNESSETH-section/docset:WITNESSETH/docset:GrossRentCreditTheRentCredit-section/docset:GrossRentCreditTheRentCredit/docset:Period/docset:ApplicableSalesTax/docs...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-23
'dsyfhh4vpeyf', 'name': 'Shorebucks LLC_CO.pdf', 'structure': 'div', 'tag': 'RentableAreaofthePremises', 'Landlord': 'Perry & Blair LLC', 'Tenant': 'Shorebucks LLC'})]Docugami can help here. Chunks are annotated with additional metadata created using different techniques if a user has been using Docugami. More techni...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-24
{key} for this chunk", type="string", ) for key in documents[0].metadata if key.lower() not in EXCLUDE_KEYS]document_content_description = "Contents of this chunk"llm = OpenAI(temperature=0)vectordb = Chroma.from_documents(documents=documents, embedding=embedding)retriever = SelfQueryRetriever.from_llm(...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-25
limited liability company authorized to transact business in New Jersey .', metadata={'xpath': '/docset:OFFICELEASE-section/docset:OFFICELEASE/docset:THISOFFICELEASE/docset:WITNESSETH-section/docset:WITNESSETH/docset:TheTerms/dg:chunk/docset:BasicLeaseInformation/docset:BASICLEASEINFORMATIONANDDEFINEDTERMS-section/do...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-26
'structure': 'p', 'tag': 'DhaGroup', 'Landlord': 'DHA Group', 'Tenant': 'Shorebucks LLC'}), Document(page_content="1.16 Landlord 's Notice Address . DHA Group , Suite 1010 , 111 Bauer Dr , Oakland , New Jersey , 07436 , with a copy to the Building Management Office at the Project , Attention: On - Sit...
https://python.langchain.com/docs/integrations/document_loaders/docugami
24eefe1b3f59-27
as final and correct and is not subject to challenge or dispute by either party.', metadata={'xpath': '/docset:OFFICELEASE-section/docset:OFFICELEASE/docset:THISOFFICELEASE/docset:WITNESSETH-section/docset:WITNESSETH/docset:TheTerms/dg:chunk/docset:BasicLeaseInformation/docset:BASICLEASEINFORMATIONANDDEFINEDTERMS-secti...
https://python.langchain.com/docs/integrations/document_loaders/docugami
f4340c2dc188-0
Git | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/document_loaders/git
f4340c2dc188-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersEtherscan LoaderacreomAirbyte JSONAirtableAlibaba Cloud MaxComputeApify DatasetArxivAsyncHtmlLoaderAWS S3 DirectoryAWS S3 FileAZLyricsAzure Blob Storage ContainerAzure Blob Storag...
https://python.langchain.com/docs/integrations/document_loaders/git
f4340c2dc188-2
in any set of computer files, usually used for coordinating work among programmers collaboratively developing source code during software development.This notebook shows how to load text files from Git repository.Load existing repository from disk​pip install GitPythonfrom git import Reporepo = Repo.clone_from( "h...
https://python.langchain.com/docs/integrations/document_loaders/git
7433bd555ec7-0
MediaWikiDump | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/document_loaders/mediawikidump
7433bd555ec7-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersEtherscan LoaderacreomAirbyte JSONAirtableAlibaba Cloud MaxComputeApify DatasetArxivAsyncHtmlLoaderAWS S3 DirectoryAWS S3 FileAZLyricsAzure Blob Storage ContainerAzure Blob Storag...
https://python.langchain.com/docs/integrations/document_loaders/mediawikidump
7433bd555ec7-2
a wiki (wiki pages with all their revisions), without the site-related data. A XML dump does not create a full backup of the wiki database, the dump does not contain user accounts, images, edit logs, etc.This covers how to load a MediaWiki XML dump file into a document format that we can use downstream.It uses mwxml fr...
https://python.langchain.com/docs/integrations/document_loaders/mediawikidump
7433bd555ec7-3
View or edit this documentation. (About template documentation)\n|-\n| Editors can experiment in this template\'s [ sandbox] and [ test case] pages.\n|}Category:Documentation templates', metadata={'source': 'Documentation'}), Document(page_content='Description\nThis template is used to insert descriptions on templa...
https://python.langchain.com/docs/integrations/document_loaders/mediawikidump
7433bd555ec7-4
documentation]]</noinclude>\n\nUse any or all of the above description/syntax/sample output sections. You may also want to add "see also" or other sections.\n\nNote that the above example also uses the Template:T template.\n\nCategory:Documentation templatesCategory:Template documentation', metadata={'source': 'Documen...
https://python.langchain.com/docs/integrations/document_loaders/mediawikidump
7433bd555ec7-5
Appears in\n Debut\n ', metadata={'source': 'Character'})]PreviousMastodonNextMergeDocLoaderCommunityDiscordTwitterGitHubPythonJS/TSMoreHomepageBlogCopyright © 2023 LangChain, Inc.
https://python.langchain.com/docs/integrations/document_loaders/mediawikidump
366cb0d9c754-0
Open Document Format (ODT) | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/document_loaders/odt
366cb0d9c754-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersEtherscan LoaderacreomAirbyte JSONAirtableAlibaba Cloud MaxComputeApify DatasetArxivAsyncHtmlLoaderAWS S3 DirectoryAWS S3 FileAZLyricsAzure Blob Storage ContainerAzure Blob Storag...
https://python.langchain.com/docs/integrations/document_loaders/odt
366cb0d9c754-2
Open Document Format for Office Applications (ODF), also known as OpenDocument, is an open file format for word processing documents, spreadsheets, presentations and graphics and using ZIP-compressed XML files. It was developed with the aim of providing an open, XML-based file format specification for office applicatio...
https://python.langchain.com/docs/integrations/document_loaders/odt
a696c5e68e27-0
AsyncHtmlLoader | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/document_loaders/async_html
a696c5e68e27-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersEtherscan LoaderacreomAirbyte JSONAirtableAlibaba Cloud MaxComputeApify DatasetArxivAsyncHtmlLoaderAWS S3 DirectoryAWS S3 FileAZLyricsAzure Blob Storage ContainerAzure Blob Storag...
https://python.langchain.com/docs/integrations/document_loaders/async_html
a696c5e68e27-2
raw HTML from a list of urls concurrently.from langchain.document_loaders import AsyncHtmlLoaderurls = ["https://www.espn.com", "https://lilianweng.github.io/posts/2023-06-23-agent/"]loader = AsyncHtmlLoader(urls)docs = loader.load() Fetching pages: 100%|############| 2/2 [00:00<00:00, 9.96it/s]docs[0].page_content...
https://python.langchain.com/docs/integrations/document_loaders/async_html
a696c5e68e27-3
content="com.espn.score_center"/>\n<meta name="title" content="ESPN - 'docs[1].page_content[1000:2000] 'al" href="https://lilianweng.github.io/posts/2023-06-23-agent/" />\n<link crossorigin="anonymous" href="/assets/css/stylesheet.min.67a6fb6e33089cb29e856bcc95d7aa39f70049a42b123105531265a0d9f1258b.css" integrity="s...
https://python.langchain.com/docs/integrations/document_loaders/async_html
a696c5e68e27-4
rel="mask-icon" href="https://lilianweng.github.io/safari-pinned-tab.'PreviousArxivNextAWS S3 DirectoryCommunityDiscordTwitterGitHubPythonJS/TSMoreHomepageBlogCopyright © 2023 LangChain, Inc.
https://python.langchain.com/docs/integrations/document_loaders/async_html
1eb5261f2be7-0
TSV | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/document_loaders/tsv
1eb5261f2be7-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersEtherscan LoaderacreomAirbyte JSONAirtableAlibaba Cloud MaxComputeApify DatasetArxivAsyncHtmlLoaderAWS S3 DirectoryAWS S3 FileAZLyricsAzure Blob Storage ContainerAzure Blob Storag...
https://python.langchain.com/docs/integrations/document_loaders/tsv
1eb5261f2be7-2
is a simple, text-based file format for storing tabular data.[3] Records are separated by newlines, and values within a record are separated by tab characters.UnstructuredTSVLoader​You can also load the table using the UnstructuredTSVLoader. One advantage of using UnstructuredTSVLoader is that if you use it in "eleme...
https://python.langchain.com/docs/integrations/document_loaders/tsv
1eb5261f2be7-3
<tr> <td>Braves, 83.31, 94</td> </tr> <tr> <td>Athletics, 55.37, 94</td> </tr> <tr> <td>Rangers, 120.51, 93</td> </tr> <tr> <td>Orioles, 81.43, 93</td> </tr> <tr> <td>Rays, 64.17, 90</td> ...
https://python.langchain.com/docs/integrations/document_loaders/tsv
1eb5261f2be7-4
88</td> </tr> <tr> <td>Dodgers, 95.14, 86</td> </tr> <tr> <td>White Sox, 96.92, 85</td> </tr> <tr> <td>Brewers, 97.65, 83</td> </tr> <tr> <td>Phillies, 174.54, 81</td> </tr> <tr> <td>Di...
https://python.langchain.com/docs/integrations/document_loaders/tsv
1eb5261f2be7-5
<td>Mariners, 81.97, 75</td> </tr> <tr> <td>Mets, 93.35, 74</td> </tr> <tr> <td>Blue Jays, 75.48, 73</td> </tr> <tr> <td>Royals, 60.91, 72</td> </tr> <tr> <td>Marlins, 118.07, 69</td> </tr> ...
https://python.langchain.com/docs/integrations/document_loaders/tsv
1eb5261f2be7-6
</tr> <tr> <td>Rockies, 78.06, 64</td> </tr> <tr> <td>Cubs, 88.19, 61</td> </tr> <tr> <td>Astros, 60.65, 55</td> </tr> </tbody> </table>PreviousTrelloNextTwitterUnstructuredTSVLoaderCommunityDiscordTwitterGitHubPythonJS/T...
https://python.langchain.com/docs/integrations/document_loaders/tsv
c7adb78da9d0-0
Hacker News | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/document_loaders/hacker_news
c7adb78da9d0-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersEtherscan LoaderacreomAirbyte JSONAirtableAlibaba Cloud MaxComputeApify DatasetArxivAsyncHtmlLoaderAWS S3 DirectoryAWS S3 FileAZLyricsAzure Blob Storage ContainerAzure Blob Storag...
https://python.langchain.com/docs/integrations/document_loaders/hacker_news
c7adb78da9d0-2
is a social news website focusing on computer science and entrepreneurship. It is run by the investment fund and startup incubator Y Combinator. In general, content that can be submitted is defined as "anything that gratifies one's intellectual curiosity."This notebook covers how to pull page data and comments from Hac...
https://python.langchain.com/docs/integrations/document_loaders/hacker_news
39bd5a4f4100-0
AZLyrics | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/document_loaders/azlyrics
39bd5a4f4100-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersEtherscan LoaderacreomAirbyte JSONAirtableAlibaba Cloud MaxComputeApify DatasetArxivAsyncHtmlLoaderAWS S3 DirectoryAWS S3 FileAZLyricsAzure Blob Storage ContainerAzure Blob Storag...
https://python.langchain.com/docs/integrations/document_loaders/azlyrics
39bd5a4f4100-2
every day growing collection of lyrics.This covers how to load AZLyrics webpages into a document format that we can use downstream.from langchain.document_loaders import AZLyricsLoaderloader = AZLyricsLoader("https://www.azlyrics.com/lyrics/mileycyrus/flowers.html")data = loader.load()data [Document(page_content="Mi...
https://python.langchain.com/docs/integrations/document_loaders/azlyrics
39bd5a4f4100-3
didn't wanna wanna leave you\nI didn't wanna fight\nStarted to cry but then remembered I\n\nI can buy myself flowers\nWrite my name in the sand\nTalk to myself for hours (Yeah)\nSay things you don't understand\nI can take myself dancing\nAnd I can hold my own hand\nYeah, I can love me better than\nYeah, I can love me b...
https://python.langchain.com/docs/integrations/document_loaders/azlyrics
47a12a9755ff-0
Brave Search | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/document_loaders/brave_search
47a12a9755ff-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersEtherscan LoaderacreomAirbyte JSONAirtableAlibaba Cloud MaxComputeApify DatasetArxivAsyncHtmlLoaderAWS S3 DirectoryAWS S3 FileAZLyricsAzure Blob Storage ContainerAzure Blob Storag...
https://python.langchain.com/docs/integrations/document_loaders/brave_search
47a12a9755ff-2
is a search engine developed by Brave Software.Brave Search uses its own web index. As of May 2022, it covered over 10 billion pages and was used to serve 92%
https://python.langchain.com/docs/integrations/document_loaders/brave_search
47a12a9755ff-3
of search results without relying on any third-parties, with the remainder being retrieved server-side from the Bing API or (on an opt-in basis) client-side from Google. According to Brave, the index was kept "intentionally smaller than that of Google or Bing" in order to help avoid spam and other low-quality content, ...
https://python.langchain.com/docs/integrations/document_loaders/brave_search
47a12a9755ff-4
will be required for opt-in data-collection.Installation and Setup​To get access to the Brave Search API, you need to create an account and get an API key.api_key = "..."from langchain.document_loaders import BraveSearchLoaderExample​loader = BraveSearchLoader( query="obama middle name", api_key=api_key, search_...
https://python.langchain.com/docs/integrations/document_loaders/brave_search
47a12a9755ff-5
shouting the ...', 'Answer (1 of 15): A better question would be, “What’s up with <strong>Obama</strong>’s first <strong>name</strong>?� President Barack Hussein <strong>Obama</strong>’s father’s <strong>name</strong> was Barack Hussein <strong>Obama</strong>. He was <strong>named</strong> after his fat...
https://python.langchain.com/docs/integrations/document_loaders/brave_search
e06402135594-0
Blockchain | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/document_loaders/blockchain
e06402135594-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersEtherscan LoaderacreomAirbyte JSONAirtableAlibaba Cloud MaxComputeApify DatasetArxivAsyncHtmlLoaderAWS S3 DirectoryAWS S3 FileAZLyricsAzure Blob Storage ContainerAzure Blob Storag...
https://python.langchain.com/docs/integrations/document_loaders/blockchain
e06402135594-2
is to provide a means of testing functionality in the Langchain Document Loader for Blockchain.Initially this Loader supports:Loading NFTs as Documents from NFT Smart Contracts (ERC721 and ERC1155)Ethereum Mainnnet, Ethereum Testnet, Polygon Mainnet, Polygon Testnet (default is eth-mainnet)Alchemy's getNFTsForCollectio...
https://python.langchain.com/docs/integrations/document_loaders/blockchain
e06402135594-3
# Polygon Mainnet contract address)blockchainType = BlockchainType.POLYGON_MAINNETblockchainLoader = BlockchainDocumentLoader( contract_address=contractAddress, blockchainType=blockchainType, api_key=alchemyApiKey,)nfts = blockchainLoader.load()nfts[:2]PreviousBlackboardNextBrave SearchOverviewLoad NFTs into D...
https://python.langchain.com/docs/integrations/document_loaders/blockchain
26c9f0fc1051-0
GitHub | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/document_loaders/github
26c9f0fc1051-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersEtherscan LoaderacreomAirbyte JSONAirtableAlibaba Cloud MaxComputeApify DatasetArxivAsyncHtmlLoaderAWS S3 DirectoryAWS S3 FileAZLyricsAzure Blob Storage ContainerAzure Blob Storag...
https://python.langchain.com/docs/integrations/document_loaders/github
26c9f0fc1051-2
requests (PRs) for a given repository on GitHub. We will use the LangChain Python repository as an example.Setup access token​To access the GitHub API, you need a personal access token - you can set up yours here: https://github.com/settings/tokens?type=beta. You can either set this token as the environment variable ...
https://python.langchain.com/docs/integrations/document_loaders/github
26c9f0fc1051-3
- @eyurtsev {'url': 'https://github.com/hwchase17/langchain/pull/5408', 'title': 'DocumentLoader for GitHub', 'creator': 'UmerHA', 'created_at': '2023-05-29T14:50:53Z', 'comments': 0, 'state': 'open', 'labels': ['enhancement', 'lgtm', 'doc loader'], 'assignee': None, 'milestone': None, 'locked': False, 'number':...
https://python.langchain.com/docs/integrations/document_loaders/github
26c9f0fc1051-4
official example notebooks/scripts - [X] My own modified scripts ### Related Components - [X] LLMs/Chat Models - [ ] Embedding Models - [X] Prompts / Prompt Templates / Prompt Selectors - [ ] Output Parsers - [ ] Document Loaders - [ ] Vector Stores / Retrievers - [ ] Memory - [ ] ...
https://python.langchain.com/docs/integrations/document_loaders/github
26c9f0fc1051-5
'title': "ChatOpenAI models don't work with prompts created via ChatPromptTemplate.from_role_strings", 'creator': 'UmerHA', 'created_at': '2023-05-20T10:39:18Z', 'comments': 1, 'state': 'open', 'labels': [], 'assignee': None, 'milestone': None, 'locked': False, 'number': 5027, 'is_pull_request': False}PreviousGitBookNe...
https://python.langchain.com/docs/integrations/document_loaders/github
2f39e6ffdcee-0
Email | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/document_loaders/email
2f39e6ffdcee-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersEtherscan LoaderacreomAirbyte JSONAirtableAlibaba Cloud MaxComputeApify DatasetArxivAsyncHtmlLoaderAWS S3 DirectoryAWS S3 FileAZLyricsAzure Blob Storage ContainerAzure Blob Storag...
https://python.langchain.com/docs/integrations/document_loaders/email
2f39e6ffdcee-2
or Microsoft Outlook (.msg) files.Using Unstructured​#!pip install unstructuredfrom langchain.document_loaders import UnstructuredEmailLoaderloader = UnstructuredEmailLoader("example_data/fake-email.eml")data = loader.load()data [Document(page_content='This is a test email to use for unit tests.\n\nImportant point...
https://python.langchain.com/docs/integrations/document_loaders/email
2f39e6ffdcee-3
mode="elements", process_attachments=True,)data = loader.load()data[0] Document(page_content='This is a test email to use for unit tests.', metadata={'source': 'example_data/fake-email.eml', 'filename': 'fake-email.eml', 'file_directory': 'example_data', 'date': '2022-12-16T17:04:16-05:00', 'filetype': 'message/r...
https://python.langchain.com/docs/integrations/document_loaders/email
85d1981badec-0
Reddit | 🦜�🔗 Langchain
https://python.langchain.com/docs/integrations/document_loaders/reddit
85d1981badec-1
Skip to main content🦜�🔗 LangChainDocsUse casesIntegrationsAPILangSmithJS/TS DocsCTRLKIntegrationsCallbacksChat modelsDocument loadersEtherscan LoaderacreomAirbyte JSONAirtableAlibaba Cloud MaxComputeApify DatasetArxivAsyncHtmlLoaderAWS S3 DirectoryAWS S3 FileAZLyricsAzure Blob Storage ContainerAzure Blob Storag...
https://python.langchain.com/docs/integrations/document_loaders/reddit
85d1981badec-2
website.This loader fetches the text from the Posts of Subreddits or Reddit users, using the praw Python package.Make a Reddit Application and initialize the loader with with your Reddit API credentials.from langchain.document_loaders import RedditPostsLoader# !pip install praw# load using 'subreddit' modeloader = Redd...
https://python.langchain.com/docs/integrations/document_loaders/reddit
85d1981badec-3
apply my own due diligence. However, I am interested if anyone knows as a UK resident how fees and exchange rate differences would impact performance?\n\nI am planning to create a pie of index funds (perhaps UK, US, europe) or find a fund with a good track record of long term growth at low rates. \n\nDoes anyone have a...
https://python.langchain.com/docs/integrations/document_loaders/reddit