Files
langchain/docs
michael c08c78e658 docs: fix extraction/quickstart.ipynb example code (#20397)
- **Description**: The pydantic schema fields are supposed to be
optional but the use of `...` makes them required. This causes a
`ValidationError` when running the example code. I replaced `...` with
`default=None` to make the fields optional as intended. I also
standardized the format for all fields.
- **Issue**: n/a
- **Dependencies**: none
- **Twitter handle**: https://twitter.com/m_atoms

---------

Co-authored-by: Chester Curme <chester.curme@gmail.com>
2024-04-25 17:39:38 -07:00
..
2024-04-25 17:39:34 -07:00
2023-12-17 12:55:49 -08:00
2024-04-25 17:39:35 -07:00

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide