[PR #1994] [CLOSED] Update Perplexity documentation #2041

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1994
Author: @kesku
Created: 12/19/2025
Status: Closed

Base: mainHead: kesku/perplexity-docs


📝 Commits (9)

📊 Changes

4 files changed (+352 additions, -98 deletions)

View changed files

📝 src/oss/python/integrations/chat/perplexity.mdx (+104 -92)
📝 src/oss/python/integrations/providers/perplexity.mdx (+20 -6)
src/oss/python/integrations/retrievers/perplexity.mdx (+105 -0)
src/oss/python/integrations/tools/perplexity.mdx (+123 -0)

📄 Description

Documentation updates for langchain-perplexity to align with the SDK overhaul introduced in langchain-ai/langchain#34412.

Type of change

Type: Update existing documentation

Related issues/PRs

Checklist

  • I have read the [contributing guidelines](README.md)
  • 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
  • I have updated navigation in src/docs.json if needed

Additional notes

Changes:

  • Added new documentation pages for PerplexitySearchRetriever
  • Added new documentation pages for PerplexitySearchResults
  • Expanded ChatPerplexity documentation:
    • Updated feature support table (Serializable, native async, image input)
    • Added Pro Search, Search Controls, and Async usage sections
    • Added image input model compatibility note
  • Fixed PerplexitySearchResults instantiation example (removed invalid parameters)
  • Added advanced usage examples for PerplexitySearchResults
  • Updated providers page to link to new retriever and tool documentation
  • Fixed model cards documentation link
  • Updated agent example to use create_react_agent

🔄 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/1994 **Author:** [@kesku](https://github.com/kesku) **Created:** 12/19/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `kesku/perplexity-docs` --- ### 📝 Commits (9) - [`4dd05bc`](https://github.com/langchain-ai/docs/commit/4dd05bcfbfd811b96a3e73846215b596fcf0bea9) Update Perplexity documentation - [`4bdc614`](https://github.com/langchain-ai/docs/commit/4bdc614aebcf993ea3368b207dd81ec54c7082fc) Merge branch 'main' into kesku/perplexity-docs - [`0af848d`](https://github.com/langchain-ai/docs/commit/0af848dd1b7836e32cc4f17dca0ae237c176ed29) Update src/oss/python/integrations/chat/perplexity.mdx - [`ea695e4`](https://github.com/langchain-ai/docs/commit/ea695e47d88a8ad117bad23aef89773faebd8245) address comments - [`6d3b969`](https://github.com/langchain-ai/docs/commit/6d3b969d0cb66fb979cf88311d20c025991ad5df) . - [`8d8aa7a`](https://github.com/langchain-ai/docs/commit/8d8aa7a66be0b137fc1ae4295b8bf4aaa144bbd5) address requested changes - [`cb4c6d0`](https://github.com/langchain-ai/docs/commit/cb4c6d0122200a97222303099f937191f1c6d577) Merge branch 'main' of https://github.com/kesku/docs into kesku/perplexity-docs - [`0812d29`](https://github.com/langchain-ai/docs/commit/0812d29f4bea9f8bc09e017fe6ec545b7bef7afb) remove local field - [`b0e581e`](https://github.com/langchain-ai/docs/commit/b0e581e9ffa1fc13874f7527b0ade0c2d658b351) fix link ### 📊 Changes **4 files changed** (+352 additions, -98 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/chat/perplexity.mdx` (+104 -92) 📝 `src/oss/python/integrations/providers/perplexity.mdx` (+20 -6) ➕ `src/oss/python/integrations/retrievers/perplexity.mdx` (+105 -0) ➕ `src/oss/python/integrations/tools/perplexity.mdx` (+123 -0) </details> ### 📄 Description Documentation updates for `langchain-perplexity` to align with the SDK overhaul introduced in langchain-ai/langchain#34412. ## Type of change **Type:** Update existing documentation ## Related issues/PRs * Feature PR: langchain-ai/langchain#34412 ## Checklist * [x] I have read the [[contributing guidelines](https://chatgpt.com/README.md)](README.md) * [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 * [x] I have updated navigation in `src/docs.json` if needed ## Additional notes **Changes:** * Added new documentation pages for `PerplexitySearchRetriever` * Added new documentation pages for `PerplexitySearchResults` * Expanded `ChatPerplexity` documentation: * Updated feature support table (Serializable, native async, image input) * Added Pro Search, Search Controls, and Async usage sections * Added image input model compatibility note * Fixed `PerplexitySearchResults` instantiation example (removed invalid parameters) * Added advanced usage examples for `PerplexitySearchResults` * Updated providers page to link to new retriever and tool documentation * Fixed model cards documentation link * Updated agent example to use `create_react_agent` --- <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:23:00 -05:00
yindo changed title from [PR #1994] Update Perplexity documentation to [PR #1994] [CLOSED] Update Perplexity documentation 2026-06-05 18:16:19 -04:00
yindo closed this issue 2026-06-05 18:16:19 -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#2041