Files
langchain/docs/extras/use_cases
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-06 15:46:33 -07:00
2023-09-25 13:10:13 -07:00