You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/langchain/tests/integration_tests/examples
Kazuki Maeda a363ab5292
rename repo namespace to langchain-ai (#11259)
### Description
renamed several repository links from `hwchase17` to `langchain-ai`.

### Why
I discovered that the README file in the devcontainer contains an old
repository name, so I took the opportunity to rename the old repository
name in all files within the repository, excluding those that do not
require changes.

### Dependencies
none

### Tag maintainer
@baskaryan

### Twitter handle
[kzk_maeda](https://twitter.com/kzk_maeda)
8 months ago
..
README.org (WIP) set up experimental (#7959) 11 months ago
README.rst (WIP) set up experimental (#7959) 11 months ago
brandfetch-brandfetch-2.0.0-resolved.json (WIP) set up experimental (#7959) 11 months ago
default-encoding.py (WIP) set up experimental (#7959) 11 months ago
duplicate-chars.pdf Fix: the duplicate characters wrong results when using `pdfplumber loader` (#10165) 9 months ago
example-utf8.html (WIP) set up experimental (#7959) 11 months ago
example.html (WIP) set up experimental (#7959) 11 months ago
example.json (WIP) set up experimental (#7959) 11 months ago
example.mht rename repo namespace to langchain-ai (#11259) 8 months ago
facebook_chat.json (WIP) set up experimental (#7959) 11 months ago
factbook.xml (WIP) set up experimental (#7959) 11 months ago
fake-email-attachment.eml (WIP) set up experimental (#7959) 11 months ago
fake.odt (WIP) set up experimental (#7959) 11 months ago
hello.msg (WIP) set up experimental (#7959) 11 months ago
hello.pdf (WIP) set up experimental (#7959) 11 months ago
hello_world.js (WIP) set up experimental (#7959) 11 months ago
hello_world.py (WIP) set up experimental (#7959) 11 months ago
layout-parser-paper.pdf (WIP) set up experimental (#7959) 11 months ago
multi-page-forms-sample-2-page.pdf Amazon Textract as document loader (#8661) 10 months ago
non-utf8-encoding.py (WIP) set up experimental (#7959) 11 months ago
sample_rss_feeds.opml RSS Feed / OPML loader (#8694) 10 months ago
sitemap.xml (WIP) set up experimental (#7959) 11 months ago
slack_export.zip (WIP) set up experimental (#7959) 11 months ago
stanley-cups.csv (WIP) set up experimental (#7959) 11 months ago
stanley-cups.tsv (WIP) set up experimental (#7959) 11 months ago
stanley-cups.xlsx (WIP) set up experimental (#7959) 11 months ago
whatsapp_chat.txt (WIP) set up experimental (#7959) 11 months ago

README.rst

Example Docs
------------

The sample docs directory contains the following files:

-  ``example-10k.html`` - A 10-K SEC filing in HTML format
-  ``layout-parser-paper.pdf`` - A PDF copy of the layout parser paper
-  ``factbook.xml``/``factbook.xsl`` - Example XML/XLS files that you
   can use to test stylesheets

These documents can be used to test out the parsers in the library. In
addition, here are instructions for pulling in some sample docs that are
too big to store in the repo.

XBRL 10-K
^^^^^^^^^

You can get an example 10-K in inline XBRL format using the following
``curl``. Note, you need to have the user agent set in the header or the
SEC site will reject your request.

.. code:: bash

   curl -O \
     -A '${organization} ${email}'
     https://www.sec.gov/Archives/edgar/data/311094/000117184321001344/0001171843-21-001344.txt

You can parse this document using the HTML parser.