[PR #858] [MERGED] integration: langchain-polaris-ai-datainsight #1089

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/858
Author: @ai-solution-dev
Created: 10/13/2025
Status: Merged
Merged: 10/22/2025
Merged by: @lnhsingh

Base: mainHead: polaris-ai/datainsight-integration


📝 Commits (3)

  • a8e884d docs: Add langchain-polaris-ai-datainsight documentation and examples
  • de48e9c Merge branch 'main' into polaris-ai/datainsight-integration
  • 6fa80bd Merge branch 'main' into polaris-ai/datainsight-integration

📊 Changes

4 files changed (+196 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/document_loaders/index.mdx (+2 -0)
src/oss/python/integrations/document_loaders/polaris_ai_datainsight.mdx (+166 -0)
📝 src/oss/python/integrations/providers/all_providers.mdx (+7 -0)
src/oss/python/integrations/providers/polaris_ai_datainsight.mdx (+21 -0)

📄 Description

Overview

Adds documentation for PolarisAIDataInsight integration with LangChain, including provider overview and document_loader documentation. Polaris AI DataInsight is a document parser that extracts document elements (text, images, complex tables, charts, etc.) from various file formats into structured JSON.

  • Provider documentation (docs/docs/integrations/providers/polaris_ai_datainsight.mdx)
  • Document Loader documentation (docs/docs/integrations/document_loaders/polaris_ai_datainsight.ipynb)
  • Complete usage examples and API reference links

Type of change

Type: New documentation page

Related issues/PRs

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
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers

🔄 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/858 **Author:** [@ai-solution-dev](https://github.com/ai-solution-dev) **Created:** 10/13/2025 **Status:** ✅ Merged **Merged:** 10/22/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `polaris-ai/datainsight-integration` --- ### 📝 Commits (3) - [`a8e884d`](https://github.com/langchain-ai/docs/commit/a8e884df4299748b38414c9a168e9e61d2c5215b) docs: Add langchain-polaris-ai-datainsight documentation and examples - [`de48e9c`](https://github.com/langchain-ai/docs/commit/de48e9c4c943c1a3bcacb7d47a869a683d648a3d) Merge branch 'main' into polaris-ai/datainsight-integration - [`6fa80bd`](https://github.com/langchain-ai/docs/commit/6fa80bd3e94dcfe512ae5acfeeab54ed42741d80) Merge branch 'main' into polaris-ai/datainsight-integration ### 📊 Changes **4 files changed** (+196 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/document_loaders/index.mdx` (+2 -0) ➕ `src/oss/python/integrations/document_loaders/polaris_ai_datainsight.mdx` (+166 -0) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+7 -0) ➕ `src/oss/python/integrations/providers/polaris_ai_datainsight.mdx` (+21 -0) </details> ### 📄 Description ## Overview Adds documentation for PolarisAIDataInsight integration with LangChain, including provider overview and document_loader documentation. Polaris AI DataInsight is a document parser that extracts document elements (text, images, complex tables, charts, etc.) from various file formats into structured JSON. - Provider documentation (docs/docs/integrations/providers/polaris_ai_datainsight.mdx) - Document Loader documentation (docs/docs/integrations/document_loaders/polaris_ai_datainsight.ipynb) - Complete usage examples and API reference links ## Type of change **Type:** New documentation page ## Related issues/PRs N/A ## Checklist - [x] I have read the [contributing guidelines](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 - I have gotten approval from the relevant reviewers --- <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:21:41 -05:00
yindo closed this issue 2026-02-17 17:21:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1089