[PR #2699] docs: add iGPT integrations documentation: IgptAsk tool, IgptSearch tool, and IgptSearchRetriever #2804

Open
opened 2026-06-05 18:20:01 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2699
Author: @yehudit-gb
Created: 2/18/2026
Status: 🔄 Open

Base: mainHead: langchain-igpt


📝 Commits (10+)

📊 Changes

3 files changed (+664 additions, -0 deletions)

View changed files

src/oss/python/integrations/retrievers/igpt_search.mdx (+154 -0)
src/oss/python/integrations/tools/igpt_ask.mdx (+289 -0)
src/oss/python/integrations/tools/igpt_search.mdx (+221 -0)

📄 Description

Overview

Adds comprehensive documentation for the iGPT LangChain integrations, including IgptAsk tool, IgptSearch tool, and IgptSearchRetriever. These guides cover installation, credentials, configuration, invocation patterns, and full agent integration examples.

This documentation enables developers to build context-aware agents that retrieve and reason over users’ connected personal datasources such as emails, messages, files, and metadata.

Type of change

Type: New documentation page

Related issues/PRs

  • GitHub issue: N/A
  • Feature PR: N/A

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links

Additional notes


🔄 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/2699 **Author:** [@yehudit-gb](https://github.com/yehudit-gb) **Created:** 2/18/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `langchain-igpt` --- ### 📝 Commits (10+) - [`6d09a31`](https://github.com/langchain-ai/docs/commit/6d09a31c9739e7f6abe4433780bfdd3a9dc37b74) igpt ask tool docs - [`56966df`](https://github.com/langchain-ai/docs/commit/56966dfd4ea636738fdbe4cdbd361e0e61374c4e) igpt ask: link fix - [`66e74e1`](https://github.com/langchain-ai/docs/commit/66e74e17b6c74cb00c5ee5536625e67bd0d83463) igpt ask: link fix - [`f2c147f`](https://github.com/langchain-ai/docs/commit/f2c147fc9ecfb79145c89a30e9345b9b274fc347) igpt ask response example - [`7994294`](https://github.com/langchain-ai/docs/commit/7994294bddadfb3748cd4844c53da9cca1bfa728) igpt ask - improvements - [`6858887`](https://github.com/langchain-ai/docs/commit/685888797a76d0e20716b864b2088a27bfca4938) minor - [`42f9c87`](https://github.com/langchain-ai/docs/commit/42f9c878e4027e8f9c58d40674e0826d6039a9a0) igpt ask - add description - [`5e4c769`](https://github.com/langchain-ai/docs/commit/5e4c76908060c17dd35cfcd2d05d328a922b8284) minor - [`a076521`](https://github.com/langchain-ai/docs/commit/a076521576d0ff72d40bff84e91433b7e2d9975d) igpt search tool docs - [`c834c95`](https://github.com/langchain-ai/docs/commit/c834c951fac3febf883a89aace8660755b283369) igpt ask - improvements ### 📊 Changes **3 files changed** (+664 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/retrievers/igpt_search.mdx` (+154 -0) ➕ `src/oss/python/integrations/tools/igpt_ask.mdx` (+289 -0) ➕ `src/oss/python/integrations/tools/igpt_search.mdx` (+221 -0) </details> ### 📄 Description ## Overview Adds comprehensive documentation for the iGPT LangChain integrations, including IgptAsk tool, IgptSearch tool, and IgptSearchRetriever. These guides cover installation, credentials, configuration, invocation patterns, and full agent integration examples. This documentation enables developers to build context-aware agents that retrieve and reason over users’ connected personal datasources such as emails, messages, files, and metadata. ## Type of change **Type:** New documentation page ## Related issues/PRs - GitHub issue: N/A - Feature PR: N/A ## Checklist - [x] I have read the contributing guidelines - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links ## Additional notes - PyPI: [https://pypi.org/project/langchain-igpt/](https://pypi.org/project/langchain-igpt/) - GitHub: [https://github.com/igptai/langchain-igpt/](https://github.com/igptai/langchain-igpt/) - iGPT Ask API: [https://docs.igpt.ai/docs/api-reference/ask/](https://docs.igpt.ai/docs/api-reference/ask/) - iGPT Search API: [https://docs.igpt.ai/docs/api-reference/search/](https://docs.igpt.ai/docs/api-reference/search/) --- <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:20:01 -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#2804