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/langchain
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
..
agents searx: remove duplicate param (#1219) 1 year ago
callbacks rfc: callback changes (#1165) 1 year ago
chains Harrison/source docs (#1275) 1 year ago
docstore Harrison/wiki update (#622) 1 year ago
document_loaders adding .ipynb loader and documentation Fixes #1248 (#1252) 1 year ago
embeddings Refactor some loops into list comprehensions (#1185) 1 year ago
evaluation Refactor some loops into list comprehensions (#1185) 1 year ago
graphs catch networkx error (#1201) 1 year ago
indexes Harrion/kg (#1016) 1 year ago
llms Add Writer, Banana, Modal, StochasticAI (#1270) 1 year ago
prompts Harrison/semantic subset (#1079) 1 year ago
tools add ifttt tool (#1244) 1 year ago
utilities searx: add `query_suffix` parameter (#1259) 1 year ago
vectorstores Harrison/add documents (#1197) 1 year ago
__init__.py Add Writer, Banana, Modal, StochasticAI (#1270) 1 year ago
cache.py Refactor some loops into list comprehensions (#1185) 1 year ago
docker-compose.yaml add tracing support to langchain (#741) 1 year ago
example_generator.py Harrison/improve cache (#368) 1 year ago
formatting.py initial commit 2 years ago
input.py Add asyncio support for LLM (OpenAI), Chain (LLMChain, LLMMathChain), and Agent (#841) 1 year ago
model_laboratory.py Harrison/improve cache (#368) 1 year ago
py.typed Add py.typed marker to package (#121) 2 years ago
python.py Harrison/tools exp (#372) 1 year ago
requests.py LLMRequestsChain (#267) 2 years ago
schema.py add tracing support to langchain (#741) 1 year ago
serpapi.py move serpapi wrapper (#1199) 1 year ago
server.py add tracing support to langchain (#741) 1 year ago
sql_database.py fix sqlite internal tables breaking table_info (#1224) 1 year ago
text_splitter.py fix bug with length function (#1257) 1 year ago
utils.py Harrison/bing wrapper (#656) 1 year ago