dograh/api/services
Abhishek 7e2750f83f
fix: forward billing-v2 protocol on textchat KB retrieval and node summaries (#503)
Two call sites dropped the MPS billing-v2 protocol, so orgs on model
config v2 got 400 "Service Key uses billing v2" from MPS:

- text_chat_runner built PipecatEngine without embeddings_provider
  (extracted but never passed), so knowledge-base retrieval fell through
  to the plain OpenAI-compatible client instead of DograhEmbeddingService
  and sent no correlation_id/mps_billing_version metadata. Also pass
  endpoint/api_version for Azure BYOK parity with run_pipeline.
- node_summary built its QA LLM without the run's correlation id, unlike
  its sibling call in qa/analysis.py.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-06 22:58:53 +05:30
..
auth fix: gate OSS email/password auth endpoints outside local auth mode (#500) 2026-07-06 22:18:04 +05:30
campaign feat: centralise workflow run authorization 2026-06-12 18:16:30 +05:30
configuration feat: add cartesia ink 2 in STT models 2026-06-28 10:22:36 +05:30
filesystem chore: refactor file upload mechanism to avoid NFS dependency (#496) 2026-07-03 20:01:52 +05:30
gen_ai fix: enable knowledge base with Dograh config v2 2026-06-25 22:21:11 +05:30
gender Initial Commit 🚀 🚀 2025-09-09 14:37:32 +05:30
integrations feat: add template variable rendering for transfer call destination 2026-07-02 13:36:29 +05:30
pipecat feat: client gen default configurations (#499) 2026-07-04 18:37:50 +05:30
reports feat: billing and credit management v2 (#429) 2026-06-12 14:55:30 +05:30
telephony fix: clean up ARI transferred call legs on participant hangup (#498) 2026-07-06 07:46:56 +05:30
voice_prompting_guide chore: improve upon mcp prompts (#494) 2026-07-03 18:14:03 +05:30
worker_sync feat: add worker sync events 2026-04-04 14:26:47 +05:30
workflow fix: forward billing-v2 protocol on textchat KB retrieval and node summaries (#503) 2026-07-06 22:58:53 +05:30
managed_model_services.py feat: centralise workflow run authorization 2026-06-12 18:16:30 +05:30
mps_billing.py feat: billing and credit management v2 (#429) 2026-06-12 14:55:30 +05:30
mps_service_key_client.py feat: add voice selector for Dograh model configs 2026-06-23 18:33:04 +05:30
organization_context.py feat: billing and credit management v2 (#429) 2026-06-12 14:55:30 +05:30
organization_preferences.py feat: add config v2 to simplify billing (#428) 2026-06-09 16:10:26 +05:30
posthog_client.py chore: fix phantom user creation in posthog 2026-06-19 21:08:09 +05:30
quota_service.py chore: update documentation 2026-06-19 18:11:35 +05:30
storage.py fix: pass s3 compose settings into storage 2026-06-24 18:37:20 +05:30
tool_management.py feat: create tools using MCP 2026-05-31 16:50:44 +05:30
user_onboarding.py feat: UI refresh and user onboarding (#430) 2026-06-17 19:49:33 +05:30
workflow_run_artifacts.py chore: refactor file upload mechanism to avoid NFS dependency (#496) 2026-07-03 20:01:52 +05:30
workflow_run_billing.py chore: bump pipecat submodule to 1.4.0 2026-06-18 12:17:36 +05:30