[PR #4152] docs: add iFlow Search LangChain JS tools #4148

Open
opened 2026-06-05 19:12:56 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4152
Author: @zhengyanglsun
Created: 5/25/2026
Status: 🔄 Open

Base: mainHead: docs/iflow-search-langchain-js


📝 Commits (1)

  • 357ee9a docs: add iFlow Search LangChain JS tools

📊 Changes

2 files changed (+180 additions, -0 deletions)

View changed files

src/oss/javascript/integrations/tools/iflow_search.mdx (+173 -0)
📝 src/oss/javascript/integrations/tools/index.mdx (+7 -0)

📄 Description

Adds a JS-only integration page for @iflow-ai/search-langchain (community-maintained, third-party, currently pre-1.0 / @next) and a single Card entry on the JS tools index.

Scope (minimal, 2 files):

  • New: src/oss/javascript/integrations/tools/iflow_search.mdx
  • Modified: src/oss/javascript/integrations/tools/index.mdx — one Card added alphabetically (between Google Routes Tool and JigsawStack Tool).

Not touched: src/docs.json, packages.yml, providers pages, Python docs.

Page covers: install (npm/yarn/pnpm including @next), credentials via IFLOW_API_KEY env var (placeholder only — no real key), security-boundary note, instantiation of the three tool factories (createIFlowWebSearchTool, createIFlowImageSearchTool, createIFlowWebFetchTool) plus the convenience createIFlowSearchTools, direct .invoke() example, and createReactAgent example.

The package is explicitly framed as community-maintained and not part of LangChain core. Tracking issue: langchain-ai/langchainjs#10931. Source: https://github.com/zhengyanglsun/iflow-search-js.

Checks run locally: markdownlint clean on both files; git diff --check clean; secret-scan clean (no real keys, tokens, or tunnel URLs in the diff).


🔄 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/4152 **Author:** [@zhengyanglsun](https://github.com/zhengyanglsun) **Created:** 5/25/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `docs/iflow-search-langchain-js` --- ### 📝 Commits (1) - [`357ee9a`](https://github.com/langchain-ai/docs/commit/357ee9a14ccda9a96065842b34fb96434dad026d) docs: add iFlow Search LangChain JS tools ### 📊 Changes **2 files changed** (+180 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/javascript/integrations/tools/iflow_search.mdx` (+173 -0) 📝 `src/oss/javascript/integrations/tools/index.mdx` (+7 -0) </details> ### 📄 Description Adds a JS-only integration page for `@iflow-ai/search-langchain` (community-maintained, third-party, currently pre-1.0 / `@next`) and a single Card entry on the JS tools index. Scope (minimal, 2 files): * New: `src/oss/javascript/integrations/tools/iflow_search.mdx` * Modified: `src/oss/javascript/integrations/tools/index.mdx` — one Card added alphabetically (between Google Routes Tool and JigsawStack Tool). Not touched: `src/docs.json`, `packages.yml`, providers pages, Python docs. Page covers: install (npm/yarn/pnpm including `@next`), credentials via `IFLOW_API_KEY` env var (placeholder only — no real key), security-boundary note, instantiation of the three tool factories (`createIFlowWebSearchTool`, `createIFlowImageSearchTool`, `createIFlowWebFetchTool`) plus the convenience `createIFlowSearchTools`, direct `.invoke()` example, and `createReactAgent` example. The package is explicitly framed as community-maintained and not part of LangChain core. Tracking issue: langchain-ai/langchainjs#10931. Source: https://github.com/zhengyanglsun/iflow-search-js. Checks run locally: markdownlint clean on both files; `git diff --check` clean; secret-scan clean (no real keys, tokens, or tunnel URLs in the diff). --- <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-06-05 19:12:56 -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#4148