mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
Fix more incorrect code blocks in doc strings (#9073)
Fix 2 more incorrect code blocks in strings
This commit is contained in:
parent
e3fb11bc10
commit
46f3428cb3
@ -577,7 +577,7 @@ class Chain(Serializable, Runnable[Dict[str, Any], Dict[str, Any]], ABC):
|
||||
A dictionary representation of the chain.
|
||||
|
||||
Example:
|
||||
..code-block:: python
|
||||
.. code-block:: python
|
||||
|
||||
chain.dict(exclude_unset=True)
|
||||
# -> {"_type": "foo", "verbose": False, ...}
|
||||
|
@ -59,7 +59,7 @@ class CacheBackedEmbeddings(Embeddings):
|
||||
|
||||
Examples:
|
||||
|
||||
..code-block:: python
|
||||
.. code-block: python
|
||||
|
||||
from langchain.embeddings import CacheBackedEmbeddings, OpenAIEmbeddings
|
||||
from langchain.storage import LocalFileStore
|
||||
|
Loading…
Reference in New Issue
Block a user