Ask a question to get started
Enter to send•Shift+Enter new line
Get the namespace of the LangChain object.
For example, if the class is langchain.llms.openai.OpenAI, then the namespace is ["langchain", "llms", "openai"]
langchain.llms.openai.OpenAI
["langchain", "llms", "openai"]
get_lc_namespace( cls, ) -> list[str]