[GH-ISSUE #1380] [langchain]: Please include the python package / namespace of the function / class definition!!! #199

Closed
opened 2026-02-17 17:19:23 -05:00 by yindo · 1 comment
Owner

Originally created by @khteh on GitHub (Nov 12, 2025).
Original GitHub issue: https://github.com/langchain-ai/docs/issues/1380

Type of issue

request for content

Language

Python

Description

The code keeps moving around and it is frustrating to need to spend a lot of effort to dig around where / how to import the required symbols when you change / move the package names / namespaces.

For example, https://api.python.langchain.com/en/latest/core/tools/langchain_core.tools.retriever.create_retriever_tool.html how the fxxk do I know which package / namespace to import the function / class from!?!

Originally created by @khteh on GitHub (Nov 12, 2025). Original GitHub issue: https://github.com/langchain-ai/docs/issues/1380 ### Type of issue request for content ### Language Python ### Description The code keeps moving around and it is frustrating to need to spend a lot of effort to dig around where / how to import the required symbols when you change / move the package names / namespaces. For example, https://api.python.langchain.com/en/latest/core/tools/langchain_core.tools.retriever.create_retriever_tool.html how the fxxk do I know which package / namespace to import the function / class from!?!
yindo added the langchain label 2026-02-17 17:19:23 -05:00
yindo closed this issue 2026-02-17 17:19:23 -05:00
Author
Owner

@mdrxy commented on GitHub (Nov 12, 2025):

Like mentioned in the original issue, the migration guide is here: https://docs.langchain.com/oss/python/migrate/langchain-v1#langchain-classic

Import from langchain-community instead.

langchain-community will be added to the new reference docs soon.

@mdrxy commented on GitHub (Nov 12, 2025): Like mentioned in the original issue, the migration guide is here: https://docs.langchain.com/oss/python/migrate/langchain-v1#langchain-classic Import from `langchain-community` instead. `langchain-community` will be added to the [new reference docs](https://reference.langchain.com/python/) soon.
yindo changed title from [langchain]: Please include the python package / namespace of the function / class definition!!! to [GH-ISSUE #1380] [langchain]: Please include the python package / namespace of the function / class definition!!! 2026-06-05 17:25:37 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#199