[PR #3370] [CLOSED] docs: add Octen web search integration #3427

Closed
opened 2026-06-05 18:23:04 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3370
Author: @dongxu0413
Created: 3/30/2026
Status: Closed

Base: mainHead: add-octen-integration


📝 Commits (4)

  • fe4a3de docs: add Octen web search integration
  • 0b1db99 fix: correct broken link in providers overview
  • 20a63a3 Revert "fix: correct broken link in providers overview"
  • 9104b03 chore: update GitHub repo URL to Octen-Team/langchain-octen

📊 Changes

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

View changed files

src/oss/python/integrations/providers/octen.mdx (+29 -0)
src/oss/python/integrations/tools/octen_search.mdx (+150 -0)

📄 Description

Summary

  • Add provider page (src/oss/python/integrations/providers/octen.mdx) for Octen
  • Add tool page (src/oss/python/integrations/tools/octen_search.mdx) for OctenSearchResults

Octen is a web search engine built for AI agents with sub-100ms latency, supporting semantic search, domain filtering, time-range filtering, and highlighted snippets.

Package: langchain-octen (wraps the octen SDK)

The tool page follows the existing template (TEMPLATE.mdx) and the pattern used by similar search tools (e.g., Tavily, Brave, Exa).

Test plan

  • Frontmatter present with correct format (no markdown in description)
  • Code examples are runnable with pip install langchain-octen and a valid OCTEN_API_KEY
  • Provider page links correctly to tool page
  • Follows existing patterns from tavily_search.mdx and cala.mdx

🤖 Generated with Claude Code


🔄 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/3370 **Author:** [@dongxu0413](https://github.com/dongxu0413) **Created:** 3/30/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-octen-integration` --- ### 📝 Commits (4) - [`fe4a3de`](https://github.com/langchain-ai/docs/commit/fe4a3dec97c3a5ce2e125a033ffe9ebafd244545) docs: add Octen web search integration - [`0b1db99`](https://github.com/langchain-ai/docs/commit/0b1db99d368ba88626eb4d9ea7d836ac5b71a473) fix: correct broken link in providers overview - [`20a63a3`](https://github.com/langchain-ai/docs/commit/20a63a364e88f57d1266c869315865fd98bd8f8c) Revert "fix: correct broken link in providers overview" - [`9104b03`](https://github.com/langchain-ai/docs/commit/9104b0317a36fc8a841f69d5d9a20298f0cafd15) chore: update GitHub repo URL to Octen-Team/langchain-octen ### 📊 Changes **2 files changed** (+179 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/providers/octen.mdx` (+29 -0) ➕ `src/oss/python/integrations/tools/octen_search.mdx` (+150 -0) </details> ### 📄 Description ## Summary - Add provider page (`src/oss/python/integrations/providers/octen.mdx`) for [Octen](https://octen.ai) - Add tool page (`src/oss/python/integrations/tools/octen_search.mdx`) for `OctenSearchResults` [Octen](https://octen.ai) is a web search engine built for AI agents with sub-100ms latency, supporting semantic search, domain filtering, time-range filtering, and highlighted snippets. **Package:** [`langchain-octen`](https://pypi.org/project/langchain-octen/) (wraps the [`octen`](https://pypi.org/project/octen/) SDK) The tool page follows the existing template (`TEMPLATE.mdx`) and the pattern used by similar search tools (e.g., Tavily, Brave, Exa). ## Test plan - [ ] Frontmatter present with correct format (no markdown in description) - [ ] Code examples are runnable with `pip install langchain-octen` and a valid `OCTEN_API_KEY` - [ ] Provider page links correctly to tool page - [ ] Follows existing patterns from `tavily_search.mdx` and `cala.mdx` 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <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 18:23:04 -04:00
yindo closed this issue 2026-06-05 18:23:04 -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#3427