Skip to content

docs: update for pipecat PR #3926#586

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

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

Conversation

@markbackman
Copy link
Contributor

Automated documentation update for pipecat PR #3926.

Changes

Updated reference pages

  • server/utilities/audio/silero-vad-analyzer.mdx — Updated Installation section to reflect that Silero VAD is now part of core dependencies (onnxruntime is now included in base pipecat-ai package, no longer requires [silero] extra)

  • server/services/tts/cartesia.mdx — Added aiohttp_session parameter to CartesiaHttpTTSService Configuration section (optional ClientSession for HTTP requests; if not provided, session is created and managed internally)

  • server/services/stt/fal.mdx — Added aiohttp_session parameter to FalSTTService Configuration section (optional ClientSession for HTTP requests; if not provided, session is created and managed internally)

Context

PR #3926 made the following changes:

  • Removed cartesia SDK dependency — CartesiaHttpTTSService now uses direct aiohttp calls with optional session injection
  • Removed fal-client SDK dependency — both FalSTTService and FalImageGenService now use direct HTTP calls
  • Emptied silero extra since onnxruntime is now a core dependency

Gaps identified

None

Update documentation to reflect dependency and API changes:
- Silero VAD: Update installation to use core pipecat-ai package (onnxruntime now included)
- Cartesia HTTP TTS: Add aiohttp_session parameter documentation
- Fal STT: Add aiohttp_session parameter documentation
@markbackman markbackman added the auto-docs Automated documentation update from pipecat source changes label Mar 5, 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