[PR #616] [MERGED] Add bodo integration to docs #861

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/616
Author: @scott-routledge2
Created: 9/22/2025
Status: Merged
Merged: 9/22/2025
Merged by: @lnhsingh

Base: mainHead: scott/add_bodo_to_docs


📝 Commits (3)

  • 4b93477 add bodo to docs
  • b164a6a Merge branch 'main' into scott/add_bodo_to_docs
  • e5a5b85 add integration docs links to indexes

📊 Changes

4 files changed (+342 additions, -1 deletions)

View changed files

📝 src/oss/python/integrations/providers/all_providers.mdx (+9 -1)
src/oss/python/integrations/providers/bodo.mdx (+78 -0)
src/oss/python/integrations/tools/bodo.mdx (+254 -0)
📝 src/oss/python/integrations/tools/index.mdx (+1 -0)

📄 Description

Overview

Adds Bodo-LangChain integration pages to docs provider and tools sections

Type of change

New documentation page

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
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Additional notes

Bodo DataFrames (website: https://www.bodo.ai/bodo-dataframes, github: https://github.com/bodo-ai/Bodo) is a DataFrame library for large scale data processing in Python. The API is compatible with Pandas, with some additional features for working with AI, Just in time compilation and SQL.

This idea behind this integration is similar to the Pandas DataFrame agents but the input dataframes are Bodo DataFrames.


🔄 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/616 **Author:** [@scott-routledge2](https://github.com/scott-routledge2) **Created:** 9/22/2025 **Status:** ✅ Merged **Merged:** 9/22/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `scott/add_bodo_to_docs` --- ### 📝 Commits (3) - [`4b93477`](https://github.com/langchain-ai/docs/commit/4b934778993fd178a574eba792273f8ba8772f19) add bodo to docs - [`b164a6a`](https://github.com/langchain-ai/docs/commit/b164a6afc49e8710b33c31a8723bf53ba918fe5c) Merge branch 'main' into scott/add_bodo_to_docs - [`e5a5b85`](https://github.com/langchain-ai/docs/commit/e5a5b85801bcf6594e01ef62d2f9c938a3f8b939) add integration docs links to indexes ### 📊 Changes **4 files changed** (+342 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+9 -1) ➕ `src/oss/python/integrations/providers/bodo.mdx` (+78 -0) ➕ `src/oss/python/integrations/tools/bodo.mdx` (+254 -0) 📝 `src/oss/python/integrations/tools/index.mdx` (+1 -0) </details> ### 📄 Description ## Overview Adds Bodo-LangChain integration pages to docs provider and tools sections ## Type of change New documentation page ## Checklist <!-- Put an 'x' in all boxes that apply --> - [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 - [ ] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes Bodo DataFrames (website: https://www.bodo.ai/bodo-dataframes, github: https://github.com/bodo-ai/Bodo) is a DataFrame library for large scale data processing in Python. The API is compatible with Pandas, with some additional features for working with AI, Just in time compilation and SQL. This idea behind this integration is similar to the [Pandas DataFrame agents](https://docs.langchain.com/oss/python/integrations/tools/pandas) but the input dataframes are Bodo DataFrames. --- <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:16 -05:00
yindo closed this issue 2026-02-17 17:21:16 -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#861