[PR #1266] [MERGED] Fix environment variable name for Google Scholar API #1423

Closed
opened 2026-02-17 17:22:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1266
Author: @rajputshivam2324
Created: 11/4/2025
Status: Merged
Merged: 11/4/2025
Merged by: @mdrxy

Base: mainHead: patch-2


📝 Commits (1)

  • 14caea9 Fix environment variable name for Google Scholar API

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/oss/javascript/integrations/tools/google_scholar.mdx (+1 -1)

📄 Description

Update API key environment variable reference ,

In credentials , environmental variable is defined like this :
process.env.GOOGLE_SCHOLAR_API_KEY="your-serp-api-key"
to : SERPAPI_API_KEY="your-serp-api-key"


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/1266 **Author:** [@rajputshivam2324](https://github.com/rajputshivam2324) **Created:** 11/4/2025 **Status:** ✅ Merged **Merged:** 11/4/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`14caea9`](https://github.com/langchain-ai/docs/commit/14caea90e1ae23925e84c21d5f7035e861a061ef) Fix environment variable name for Google Scholar API ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/tools/google_scholar.mdx` (+1 -1) </details> ### 📄 Description Update API key environment variable reference , In credentials , environmental variable is defined like this : process.env.GOOGLE_SCHOLAR_API_KEY="your-serp-api-key" to : SERPAPI_API_KEY="your-serp-api-key" --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:22:20 -05:00
yindo closed this issue 2026-02-17 17:22:20 -05:00
yindo changed title from [PR #1266] Fix environment variable name for Google Scholar API to [PR #1266] [MERGED] Fix environment variable name for Google Scholar API 2026-06-05 17:31:42 -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#1423