diff --git a/docs/docs/how-tos/async.ipynb b/docs/docs/how-tos/async.ipynb index ba6c55ce1..9f186b419 100644 --- a/docs/docs/how-tos/async.ipynb +++ b/docs/docs/how-tos/async.ipynb @@ -18,8 +18,8 @@ " \n", " \n", "
Note
\n", + "\n", + " This is a **reference** implementation. You can implement your own checkpointer using a different database or modify this one as long as it conforms to the BaseCheckpointSaver interface.\n", + "
\n", + "Note
\n", + "\n", + " This is a **reference** implementation. You can implement your own checkpointer using a different database or modify this one as long as it conforms to the BaseCheckpointSaver interface.\n", + "
\n", + "Known Limitations
\n", "\n",
- " * This notebook uses Pydantic v2 BaseModel, which requires langchain-core >= 0.3. Using langchain-core < 0.3 will result in errors due to mixing of Pydantic v1 and v2 BaseModels.\n",
- " * Currently, the `output` of the graph will **NOT** be an instance of a pydantic model.\n",
- " * Run-time validation only occurs on **inputs** into nodes, not on the outputs.\n",
- " * The validation error trace from pydantic does not show which node the error arises in.\n",
+ "
BaseModel, which requires langchain-core >= 0.3. Using langchain-core < 0.3 will result in errors due to mixing of Pydantic v1 and v2 BaseModels. \n",
+ "