Home / File/ __init__.py — langchain Source File

__init__.py — langchain Source File

Architecture documentation for __init__.py, a python file in the langchain codebase. 1 imports, 0 dependents.

File python 1 imports

Entity Profile

Dependency Diagram

graph LR
  03508cc8_25e2_3996_ebb4_4967a9597f5c["__init__.py"]
  2485b66a_3839_d0b6_ad9c_a4ff40457dc6["langchain_core._api"]
  03508cc8_25e2_3996_ebb4_4967a9597f5c --> 2485b66a_3839_d0b6_ad9c_a4ff40457dc6
  style 03508cc8_25e2_3996_ebb4_4967a9597f5c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

"""Relevant prompts for constructing indexes."""

from langchain_core._api import warn_deprecated

warn_deprecated(
    since="0.1.47",
    message=(
        "langchain.indexes.prompts will be removed in the future."
        "If you're relying on these prompts, please open an issue on "
        "GitHub to explain your use case."
    ),
    pending=True,
)

Dependencies

  • langchain_core._api

Frequently Asked Questions

What does __init__.py do?
__init__.py is a source file in the langchain codebase, written in python.
What does __init__.py depend on?
__init__.py imports 1 module(s): langchain_core._api.
Where is __init__.py in the architecture?
__init__.py is located at libs/langchain/langchain_classic/indexes/prompts/__init__.py (directory: libs/langchain/langchain_classic/indexes/prompts).

Analyze Your Own Codebase

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

Try Supermodel Free