Home / File/ __init__.py — langchain Source File

__init__.py — langchain Source File

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

File python 2 imports

Entity Profile

Dependency Diagram

graph LR
  f9b9e682_dd32_bb6e_6deb_d646e7a354ec["__init__.py"]
  2f2f3c42_b41c_e37d_48f8_39dac4715d4a["langchain_huggingface.embeddings.huggingface"]
  f9b9e682_dd32_bb6e_6deb_d646e7a354ec --> 2f2f3c42_b41c_e37d_48f8_39dac4715d4a
  fc7009fa_684d_50f1_a06f_d7d8a07aeda9["langchain_huggingface.embeddings.huggingface_endpoint"]
  f9b9e682_dd32_bb6e_6deb_d646e7a354ec --> fc7009fa_684d_50f1_a06f_d7d8a07aeda9
  style f9b9e682_dd32_bb6e_6deb_d646e7a354ec fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

from langchain_huggingface.embeddings.huggingface import (
    HuggingFaceEmbeddings,  # type: ignore[import-not-found]
)
from langchain_huggingface.embeddings.huggingface_endpoint import (
    HuggingFaceEndpointEmbeddings,
)

__all__ = [
    "HuggingFaceEmbeddings",
    "HuggingFaceEndpointEmbeddings",
]

Dependencies

  • langchain_huggingface.embeddings.huggingface
  • langchain_huggingface.embeddings.huggingface_endpoint

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 2 module(s): langchain_huggingface.embeddings.huggingface, langchain_huggingface.embeddings.huggingface_endpoint.
Where is __init__.py in the architecture?
__init__.py is located at libs/partners/huggingface/langchain_huggingface/embeddings/__init__.py (directory: libs/partners/huggingface/langchain_huggingface/embeddings).

Analyze Your Own Codebase

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

Try Supermodel Free