[PR #2300] [MERGED] Soniox integration #2308

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2300
Author: @galtrapecar-soniox
Created: 1/21/2026
Status: Merged
Merged: 2/23/2026
Merged by: @christian-bromann

Base: mainHead: main


📝 Commits (10+)

📊 Changes

7 files changed (+677 additions, -0 deletions)

View changed files

📝 src/oss/javascript/integrations/document_loaders/index.mdx (+2 -0)
📝 src/oss/javascript/integrations/document_loaders/web_loaders/index.mdx (+7 -0)
src/oss/javascript/integrations/document_loaders/web_loaders/soniox.mdx (+307 -0)
📝 src/oss/javascript/integrations/providers/all_providers.mdx (+7 -0)
📝 src/oss/python/integrations/document_loaders/index.mdx (+1 -0)
src/oss/python/integrations/document_loaders/soniox.mdx (+345 -0)
📝 src/oss/python/integrations/providers/all_providers.mdx (+8 -0)

📄 Description

Overview

Javascript

Adds documentation for an integration with Soniox.
@soniox/langchain package adds a document loader to allow STT transcription of audio files.

Python

Adds documentation for an integration with Soniox.
langchain-soniox package adds a document loader to allow STT transcription of audio files.

Type of change

Type: 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

Additional notes

npm package: https://www.npmjs.com/package/@soniox/langchain
pypi package: https://pypi.org/project/langchain-soniox/
Soniox docs: https://soniox.com/docs


🔄 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/2300 **Author:** [@galtrapecar-soniox](https://github.com/galtrapecar-soniox) **Created:** 1/21/2026 **Status:** ✅ Merged **Merged:** 2/23/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`06bc45c`](https://github.com/langchain-ai/docs/commit/06bc45c674954d6c05038ae7ef5d1df0cb56fd2b) add soniox docs page - [`290935f`](https://github.com/langchain-ai/docs/commit/290935fb34b7027d904843cea92953305b28cc65) add cards - [`1827019`](https://github.com/langchain-ai/docs/commit/1827019262797208f72f54a10381dad122ff2042) update soniox page - [`7fc2028`](https://github.com/langchain-ai/docs/commit/7fc20288192312345e6db0cd43e9040dcdd7c90b) add language hints info - [`412c6d0`](https://github.com/langchain-ai/docs/commit/412c6d02f1e6ef97cf864af2f7d31694217a64ab) update table - [`6201505`](https://github.com/langchain-ai/docs/commit/6201505090af6f87e5c95cc7c6022a6ee88347a4) remove link - [`aceda45`](https://github.com/langchain-ai/docs/commit/aceda4577d5b5d6cf1c05f5b0a841e5dd4a8cae4) update docs - [`f646ee9`](https://github.com/langchain-ai/docs/commit/f646ee94d6caf6c6174e13cb38024f1f8a54a7c5) Update soniox.mdx - [`88c8e6d`](https://github.com/langchain-ai/docs/commit/88c8e6d8d67645ab9f7b07eeebb14f0293eec6f3) Update soniox.mdx - [`cffc2fb`](https://github.com/langchain-ai/docs/commit/cffc2fb75cfbb07c2d2236d3a8556634fe19ad72) Add langchain-soniox python docs ### 📊 Changes **7 files changed** (+677 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/javascript/integrations/document_loaders/index.mdx` (+2 -0) 📝 `src/oss/javascript/integrations/document_loaders/web_loaders/index.mdx` (+7 -0) ➕ `src/oss/javascript/integrations/document_loaders/web_loaders/soniox.mdx` (+307 -0) 📝 `src/oss/javascript/integrations/providers/all_providers.mdx` (+7 -0) 📝 `src/oss/python/integrations/document_loaders/index.mdx` (+1 -0) ➕ `src/oss/python/integrations/document_loaders/soniox.mdx` (+345 -0) 📝 `src/oss/python/integrations/providers/all_providers.mdx` (+8 -0) </details> ### 📄 Description ## Overview #### Javascript Adds documentation for an integration with [Soniox](https://soniox.com/). `@soniox/langchain` package adds a document loader to allow STT transcription of audio files. #### Python Adds documentation for an integration with [Soniox](https://soniox.com/). `langchain-soniox` package adds a document loader to allow STT transcription of audio files. ## Type of change **Type:** 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 ## Additional notes npm package: https://www.npmjs.com/package/@soniox/langchain pypi package: https://pypi.org/project/langchain-soniox/ Soniox docs: https://soniox.com/docs --- <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:17 -05:00
yindo changed title from [PR #2300] Soniox integration to [PR #2300] [MERGED] Soniox integration 2026-06-05 18:17:49 -04:00
yindo closed this issue 2026-06-05 18:17:49 -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#2308