is_lc_serializable() — langchain Function Reference
Architecture documentation for the is_lc_serializable() function in eval_chain.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD c4e24174_d1b0_f8d5_887a_3f4c0659c7b5["is_lc_serializable()"] 530b536b_29e3_b2c0_9528_f38501e896c1["LabeledCriteriaEvalChain"] c4e24174_d1b0_f8d5_887a_3f4c0659c7b5 -->|defined in| 530b536b_29e3_b2c0_9528_f38501e896c1 4abaeda3_e94f_dc5b_b4e2_da26819a65a1["is_lc_serializable()"] 4abaeda3_e94f_dc5b_b4e2_da26819a65a1 -->|calls| c4e24174_d1b0_f8d5_887a_3f4c0659c7b5 4abaeda3_e94f_dc5b_b4e2_da26819a65a1["is_lc_serializable()"] c4e24174_d1b0_f8d5_887a_3f4c0659c7b5 -->|calls| 4abaeda3_e94f_dc5b_b4e2_da26819a65a1 style c4e24174_d1b0_f8d5_887a_3f4c0659c7b5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/langchain/langchain_classic/evaluation/criteria/eval_chain.py lines 513–514
def is_lc_serializable(cls) -> bool:
return False
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does is_lc_serializable() do?
is_lc_serializable() is a function in the langchain codebase, defined in libs/langchain/langchain_classic/evaluation/criteria/eval_chain.py.
Where is is_lc_serializable() defined?
is_lc_serializable() is defined in libs/langchain/langchain_classic/evaluation/criteria/eval_chain.py at line 513.
What does is_lc_serializable() call?
is_lc_serializable() calls 1 function(s): is_lc_serializable.
What calls is_lc_serializable()?
is_lc_serializable() is called by 1 function(s): is_lc_serializable.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free