Data Class — langchain Architecture
Architecture documentation for the Data class in test_chat_models.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD 5f2078b1_2ddf_e1c8_8eb6_ab7453dcef26["Data"] 71dcb56e_a445_727d_c4bb_5dc733f24038["test_chat_models.py"] 5f2078b1_2ddf_e1c8_8eb6_ab7453dcef26 -->|defined in| 71dcb56e_a445_727d_c4bb_5dc733f24038
Relationship Graph
Source Code
libs/partners/ollama/tests/integration_tests/chat_models/test_chat_models.py lines 131–134
class Data(BaseModel):
"""Extracted data about people."""
people: list[Person]
Source
Frequently Asked Questions
What is the Data class?
Data is a class in the langchain codebase, defined in libs/partners/ollama/tests/integration_tests/chat_models/test_chat_models.py.
Where is Data defined?
Data is defined in libs/partners/ollama/tests/integration_tests/chat_models/test_chat_models.py at line 131.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free