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/docs
Klein Tahiraj 8a0751dadd
adding .ipynb loader and documentation Fixes #1248 (#1252)
`NotebookLoader.load()` loads the `.ipynb` notebook file into a
`Document` object.

**Parameters**:

* `include_outputs` (bool): whether to include cell outputs in the
resulting document (default is False).
* `max_output_length` (int): the maximum number of characters to include
from each cell output (default is 10).
* `remove_newline` (bool): whether to remove newline characters from the
cell sources and outputs (default is False).
* `traceback` (bool): whether to include full traceback (default is
False).
1 year ago
..
_static docs: increase width (#1049) 1 year ago
ecosystem Add Writer, Banana, Modal, StochasticAI (#1270) 1 year ago
getting_started add reqs (#918) 1 year ago
modules adding .ipynb loader and documentation Fixes #1248 (#1252) 1 year ago
reference Add Support for OpenSearch Vector database (#1191) 1 year ago
tracing Make Tools own model, add ToolKit Concept (#1095) 1 year ago
use_cases Harrison/updating docs (#1196) 1 year ago
Makefile Feature: linkcheck-action (#534) (#542) 1 year ago
conf.py improve css (#615) 1 year ago
deployments.md add docs for steamship deployment (#949) 1 year ago
ecosystem.rst Docs refactor (#480) 1 year ago
gallery.rst update gallery with slack bot (#1177) 1 year ago
glossary.md Feature: linkcheck-action (#534) (#542) 1 year ago
index.rst improve docs for indexes (#1146) 1 year ago
make.bat initial commit 2 years ago
reference.rst Feature: linkcheck-action (#534) (#542) 1 year ago
requirements.txt Docs refactor (#480) 1 year ago
tracing.md Harrison/tracing docs (#806) 1 year ago