Skip to content

Commit c9c1b84

Browse files
authored
docs: Integrations LangChain code fix (#378)
1 parent b2f37c3 commit c9c1b84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/integrations.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Our integration with `LangChain <https://github.com/hwchase17/langchain>`_ makes
4545
To use ``Unstructured.io File Loader`` you will need to have LlamaIndex 🦙 (GPT Index) installed in your environment. Just ``pip install llama-index`` and then pass in a ``Path`` to a local file. Optionally, you may specify split_documents if you want each element generated by ``unstructured`` to be placed in a separate document. Here is a simple example on how to use it:
4646

4747
.. code:: python
48+
4849
from pathlib import Path
4950
from llama_index import download_loader
5051

0 commit comments

Comments
 (0)