[Docs] minor fixes to loaders links and rst warnings (#2846)

The doc loaders index was picking up a bunch of subheadings because I
mistakenly made the MD titles H1s. Fixed that.

also the easy minor warnings from docs_build
fix_agent_callbacks
Tim Asp 1 year ago committed by GitHub
parent 1609950597
commit 53dc157145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,5 @@
LangChain Gallery LangChain Gallery
============= =================
Lots of people have built some pretty awesome stuff with LangChain. Lots of people have built some pretty awesome stuff with LangChain.
This is a collection of our favorites. This is a collection of our favorites.
@ -223,7 +223,7 @@ Open Source
Answer questions about the documentation of any project Answer questions about the documentation of any project
Misc. Colab Notebooks Misc. Colab Notebooks
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~
.. panels:: .. panels::
:body: text-center :body: text-center

@ -106,7 +106,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Specify a column to be used identify the document source\n", "## Specify a column to be used identify the document source\n",
"\n", "\n",
"Use the `source_column` argument to specify a column to be set as the source for the document created from each row. Otherwise `file_path` will be used as the source for all documents created from the csv file.\n", "Use the `source_column` argument to specify a column to be set as the source for the document created from each row. Otherwise `file_path` will be used as the source for all documents created from the csv file.\n",
"\n", "\n",

@ -89,7 +89,7 @@
"id": "150988e6", "id": "150988e6",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# Loading multiple webpages\n", "## Loading multiple webpages\n",
"\n", "\n",
"You can also load multiple webpages at once by passing in a list of urls to the loader. This will return a list of documents in the same order as the urls passed in." "You can also load multiple webpages at once by passing in a list of urls to the loader. This will return a list of documents in the same order as the urls passed in."
] ]
@ -123,7 +123,7 @@
"id": "641be294", "id": "641be294",
"metadata": {}, "metadata": {},
"source": [ "source": [
"## Load multiple urls concurrently\n", "### Load multiple urls concurrently\n",
"\n", "\n",
"You can speed up the scraping process by scraping and parsing multiple urls concurrently.\n", "You can speed up the scraping process by scraping and parsing multiple urls concurrently.\n",
"\n", "\n",

@ -1,5 +1,5 @@
Evaluation Evaluation
============== ==========
.. note:: .. note::
`Conceptual Guide <https://docs.langchain.com/docs/use-cases/evaluation>`_ `Conceptual Guide <https://docs.langchain.com/docs/use-cases/evaluation>`_
@ -83,7 +83,7 @@ The existing examples we have are:
Other Examples Other Examples
------------ --------------
In addition, we also have some more generic resources for evaluation. In addition, we also have some more generic resources for evaluation.

Loading…
Cancel
Save