Files
langchain/docs
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-09-22 10:29:12 -07:00
2023-10-04 15:34:06 -04:00