Files
langchain/docs/extras
bholagabbar b9fad28f5e Fix typing imports in extraction usecase (#11402)
The person class here:
https://python.langchain.com/docs/use_cases/extraction#pydantic-1 has
attributes `dog_breed` and `dog_name` that use `Optional` from typing,
but it hasn't been imported. Fixed the import here
2023-10-04 13:55:02 -07:00
..
2023-10-03 12:38:59 -07:00
2023-10-04 10:18:10 -04:00