Commit 590f688
committed
fix: add youtube-transcript-api dependency (kluster CRITICAL)
1 parent ca9ef29 commit 590f688
3 files changed
Lines changed: 3 additions & 2 deletions
- api/mcp_server/memory_query_service.py+37-1
- api/mcp_server/routes.py+342-161
- api/mcp_server/schemas.py+71
- core/pipelines/processing/data_normalizer.py+4-2
- core/pipelines/processing/dataset_freezer.py+442
- core/pipelines/processing/dataset_slicer.py+273
- core/pipelines/processing/normalization_pipeline.py+7-5
- core/pipelines/processing/stage_classifier.py+424
- core/pipelines/processing/transcript_quality_pipeline.py+13-12
- memory/base.py+30-2
- memory/hindsight_nvidia/manager.py+25-4
- memory/local_hindsight_document_store.py+90-35
- memory/local_hindsight_manager.py+29-216
- memory/local_hindsight_memory_query_service.py+8-1
- memory/local_hindsight_memory_record_service.py+96
- memory/local_hindsight_memory_update.py+3-5
- memory/local_hindsight_query_builders.py+35-29
- memory/local_hindsight_query_executor.py+4-1
- memory/local_hindsight_repository.py+54-7
- memory/local_hindsight_schema.py+7
- memory/null_memory.py+7-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
0 commit comments