mirror of
https://github.com/hwchase17/langchain.git
synced 2026-05-03 01:46:42 +00:00
Problem: "Optional" object is used in one example without importing, which raises the following error when copying the example into IDE or Jupyter Lab  Solution: Just importing Optional from typing_extensions module, this solves the problem! --------- Co-authored-by: Erick Friis <erick@langchain.dev>
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide