Home / Function/ mset() — langchain Function Reference

mset() — langchain Function Reference

Architecture documentation for the mset() function in stores.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  f2c282df_5ff0_596b_4902_34202dc91f40["mset()"]
  0ebcc119_721f_59ac_fdad_f204128f9add["BaseStore"]
  f2c282df_5ff0_596b_4902_34202dc91f40 -->|defined in| 0ebcc119_721f_59ac_fdad_f204128f9add
  e0a0e5dc_b582_278d_0ded_d4225a395afc["mset()"]
  e0a0e5dc_b582_278d_0ded_d4225a395afc -->|calls| f2c282df_5ff0_596b_4902_34202dc91f40
  e0a0e5dc_b582_278d_0ded_d4225a395afc["mset()"]
  f2c282df_5ff0_596b_4902_34202dc91f40 -->|calls| e0a0e5dc_b582_278d_0ded_d4225a395afc
  style f2c282df_5ff0_596b_4902_34202dc91f40 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/core/langchain_core/stores.py lines 105–110

    def mset(self, key_value_pairs: Sequence[tuple[K, V]]) -> None:
        """Set the values for the given keys.

        Args:
            key_value_pairs: A sequence of key-value pairs.
        """

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

What does mset() do?
mset() is a function in the langchain codebase, defined in libs/core/langchain_core/stores.py.
Where is mset() defined?
mset() is defined in libs/core/langchain_core/stores.py at line 105.
What does mset() call?
mset() calls 1 function(s): mset.
What calls mset()?
mset() is called by 1 function(s): mset.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free