Skip to content

docs: update for pipecat PR #3848#574

Open
markbackman wants to merge 1 commit intomainfrom
docs/pr-3848
Open

docs: update for pipecat PR #3848#574
markbackman wants to merge 1 commit intomainfrom
docs/pr-3848

Conversation

@markbackman
Copy link
Contributor

Automated documentation update for pipecat PR #3848.

Changes

Updated reference pages

  • server/services/stt/deepgram.mdx:
    • Updated LiveOptions import path (now from pipecat.services.deepgram.stt instead of deepgram SDK)
    • Updated Configuration section to note LiveOptions is now provided by pipecat
    • Added diarize and endpointing to default options table
    • Added SDK v6 breaking change note and keepalive handling note
    • Updated all code examples with correct import paths

Updated guides

  • guides/learn/speech-to-text.mdx:
    • Updated code examples to import LiveOptions from pipecat.services.deepgram.stt
    • Fixed all DeepgramSTTService usage examples with correct import paths

Summary

This PR updates documentation to reflect the migration to deepgram-sdk v6. The key change is that LiveOptions is no longer exported by the deepgram SDK and is now provided by pipecat as a compatibility wrapper. All import statements and usage examples have been updated accordingly.

Gaps identified

None - all relevant documentation has been updated.

Update documentation to reflect changes in pipecat PR #3848:
- Update LiveOptions import from deepgram SDK to pipecat
- Add note about SDK v6 breaking change
- Document automatic keepalive handling
- Update default values table (add diarize, endpointing)
- Update all code examples with correct import paths
@markbackman markbackman added the auto-docs Automated documentation update from pipecat source changes label Mar 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-docs Automated documentation update from pipecat source changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant