[PR #2783] [MERGED] Fix broken link and update default Soniox model #2881

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2783
Author: @matejmarinko-soniox
Created: 2/24/2026
Status: Merged
Merged: 3/1/2026
Merged by: @mdrxy

Base: mainHead: main


📝 Commits (2)

  • a188759 Fix broken link and minor text changes
  • 77cc16f Update default model

📊 Changes

4 files changed (+9 additions, -6 deletions)

View changed files

📝 src/oss/javascript/integrations/document_loaders/web_loaders/soniox.mdx (+1 -1)
📝 src/oss/javascript/integrations/providers/all_providers.mdx (+1 -1)
📝 src/oss/python/integrations/document_loaders/soniox.mdx (+4 -1)
📝 src/oss/python/integrations/providers/all_providers.mdx (+3 -3)

📄 Description

Overview

  • Fix broken link in python/integrations/providers/all_providers.md
  • Update default model to stt-async-v4
  • Minor text improvements.

Type of change

Type: Fix typo/bug/link/formatting

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

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes

Quick question regarding search indexing: Our initial Soniox documentation pages were recently merged, but the content doesn't seem to be appearing in the LangChain docs search results yet. Does the search index just take some time to periodically update, or is there an additional step required to register new pages so they get indexed?


🔄 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/2783 **Author:** [@matejmarinko-soniox](https://github.com/matejmarinko-soniox) **Created:** 2/24/2026 **Status:** ✅ Merged **Merged:** 3/1/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`a188759`](https://github.com/langchain-ai/docs/commit/a18875955be4cd8c2f420f32c0e16a4dcdeab674) Fix broken link and minor text changes - [`77cc16f`](https://github.com/langchain-ai/docs/commit/77cc16fdeba21a417984b8466c0074d38c17fec4) Update default model ### 📊 Changes **4 files changed** (+9 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/document_loaders/web_loaders/soniox.mdx` (+1 -1) 📝 `src/oss/javascript/integrations/providers/all_providers.mdx` (+1 -1) 📝 `src/oss/python/integrations/document_loaders/soniox.mdx` (+4 -1) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+3 -3) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> - Fix broken link in `python/integrations/providers/all_providers.md` - Update default model to `stt-async-v4` - Minor text improvements. ## Type of change **Type:** Fix typo/bug/link/formatting ## 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 - [ ] I have updated navigation in `src/docs.json` if needed (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> **Quick question regarding search indexing:** Our initial Soniox documentation pages were recently merged, but the content doesn't seem to be appearing in the LangChain docs search results yet. Does the search index just take some time to periodically update, or is there an additional step required to register new pages so they get indexed? --- <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:17 -04:00
yindo closed this issue 2026-06-05 18:20:17 -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#2881