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 4abaeda3_e94f_dc5b_b4e2_da26819a65a1["is_lc_serializable()"] e476a8f9_5ced_15c1_3631_8a65948b94ed["CriteriaEvalChain"] 4abaeda3_e94f_dc5b_b4e2_da26819a65a1 -->|defined in| e476a8f9_5ced_15c1_3631_8a65948b94ed c4e24174_d1b0_f8d5_887a_3f4c0659c7b5["is_lc_serializable()"] c4e24174_d1b0_f8d5_887a_3f4c0659c7b5 -->|calls| 4abaeda3_e94f_dc5b_b4e2_da26819a65a1 c4e24174_d1b0_f8d5_887a_3f4c0659c7b5["is_lc_serializable()"] 4abaeda3_e94f_dc5b_b4e2_da26819a65a1 -->|calls| c4e24174_d1b0_f8d5_887a_3f4c0659c7b5 style 4abaeda3_e94f_dc5b_b4e2_da26819a65a1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/langchain/langchain_classic/evaluation/criteria/eval_chain.py lines 235–236
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 235.
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