diff --git a/docs/docs/how_to/document_loader_custom.ipynb b/docs/docs/how_to/document_loader_custom.ipynb index 169787580b..31642ee0a3 100644 --- a/docs/docs/how_to/document_loader_custom.ipynb +++ b/docs/docs/how_to/document_loader_custom.ipynb @@ -63,7 +63,7 @@ "* The `load` methods is a convenience method meant solely for prototyping work -- it just invokes `list(self.lazy_load())`.\n", "* The `alazy_load` has a default implementation that will delegate to `lazy_load`. If you're using async, we recommend overriding the default implementation and providing a native async implementation.\n", "\n", - "::: {.callout-important}\n", + ":::{.callout-important}\n", "When implementing a document loader do **NOT** provide parameters via the `lazy_load` or `alazy_load` methods.\n", "\n", "All configuration is expected to be passed through the initializer (__init__). This was a design choice made by LangChain to make sure that once a document loader has been instantiated it has all the information needed to load documents.\n", @@ -235,7 +235,7 @@ "id": "56cb443e-f987-4386-b4ec-975ee129adb2", "metadata": {}, "source": [ - "::: {.callout-tip}\n", + ":::{.callout-tip}\n", "\n", "`load()` can be helpful in an interactive environment such as a jupyter notebook.\n", "\n", @@ -355,7 +355,7 @@ "id": "433bfb7c-7767-43bc-b71e-42413d7494a8", "metadata": {}, "source": [ - "Using the **blob** API also allows one to load content direclty from memory without having to read it from a file!" + "Using the **blob** API also allows one to load content directly from memory without having to read it from a file!" ] }, {