langchain
b9fad28f - Fix typing imports in extraction usecase (#11402)

Commit
2 years ago
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
Author
Parents
Loading