langchain
2e654345 - docs: Fix the syntax error, replace "dotenv.load_env()" with "dotenv.… (#9900)

Commit
2 years ago
docs: Fix the syntax error, replace "dotenv.load_env()" with "dotenv.… (#9900) Description: The documents incorrectly mentions "dotenv.load_env()", but it should actually be "dotenv.load_dotenv()". You can see the screenshot below for reference: python-dotenv: 1.0.0 ![image](https://github.com/langchain-ai/langchain/assets/2959046/94dc4b51-cc2f-412d-92e9-16b8ff0d513e)
Author
Loading