[PR #1354] [MERGED] Adding documentation for Stardog langchain tools #1492

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1354
Author: @pranav-k
Created: 11/10/2025
Status: Merged
Merged: 1/23/2026
Merged by: @mdrxy

Base: mainHead: add-stardog-integration


📝 Commits (2)

  • a75d490 Adding documentation for Stardog langchain tools
  • 3ed9a4d Make titles use sentence casing

📊 Changes

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

View changed files

📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)
src/oss/python/integrations/providers/stardog.mdx (+23 -0)
📝 src/oss/python/integrations/tools/index.mdx (+2 -0)
src/oss/python/integrations/tools/stardog.mdx (+130 -0)

📄 Description

Overview

Add Stardog as a provider in the LangChain documentation. Stardog is an enterprise knowledge graph platform.
The referenced integration package provides tools for natural language querying through Stardog Voicebox. This PR adds the provider documentation page, updates the providers index, and adds the tools documentation.

Type of change

Type: New documentation page

Related issues/PRs

NA

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 (N/A for this)
  • 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


🔄 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/1354 **Author:** [@pranav-k](https://github.com/pranav-k) **Created:** 11/10/2025 **Status:** ✅ Merged **Merged:** 1/23/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `add-stardog-integration` --- ### 📝 Commits (2) - [`a75d490`](https://github.com/langchain-ai/docs/commit/a75d4901aef89399ecbb1ab69467ba2e9e53f9b2) Adding documentation for Stardog langchain tools - [`3ed9a4d`](https://github.com/langchain-ai/docs/commit/3ed9a4d7a02a790009ac963f7233be32968c44fc) Make titles use sentence casing ### 📊 Changes **4 files changed** (+163 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) ➕ `src/oss/python/integrations/providers/stardog.mdx` (+23 -0) 📝 `src/oss/python/integrations/tools/index.mdx` (+2 -0) ➕ `src/oss/python/integrations/tools/stardog.mdx` (+130 -0) </details> ### 📄 Description ## Overview Add Stardog as a provider in the LangChain documentation. Stardog is an enterprise knowledge graph platform. The referenced integration package provides tools for natural language querying through Stardog Voicebox. This PR adds the provider documentation page, updates the providers index, and adds the tools documentation. ## Type of change **Type:** New documentation page ## Related issues/PRs NA ## 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 (N/A for this) - [ ] 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 --- <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:22:25 -05:00
yindo closed this issue 2026-02-17 17:22:25 -05:00
yindo changed title from [PR #1354] Adding documentation for Stardog langchain tools to [PR #1354] [MERGED] Adding documentation for Stardog langchain tools 2026-06-05 18:12:57 -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#1492