mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-24 13:58:11 +00:00
**fix: Correct getpass usage in Google Generative AI Embedding docs (#29809)** - **Description:** Corrected the `getpass` usage in the Google Generative AI Embedding documentation by replacing `getpass()` with `getpass.getpass()` to fix the `TypeError`. - **Issue:** #29809 - **Dependencies:** None **Additional Notes:** The change ensures compatibility with Google Colab and follows Python's `getpass` module usage standards.
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide