maxkb/apps/knowledge
朱潮 5da36659c2 修复音视频处理的关键问题
1. 修复Paragraph模型构造错误:
   - 将meta参数改为status_meta
   - 添加必需的knowledge_id参数

2. 修复使用demo数据的问题:
   - 移除所有demo数据生成代码
   - 改为调用实际的音频处理逻辑
   - 通过MediaSplitHandle进行实际处理

3. 增强MediaSplitHandle功能:
   - 支持实际处理和默认文本两种模式
   - 根据use_actual_processing参数选择处理方式
   - 保持向后兼容性

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-31 01:44:54 +08:00
..
api modify status parsing 2025-08-25 01:20:33 +08:00
migrations feat: add MCP tool support with new form and dropdown options 2025-08-12 10:41:42 +08:00
models modify status parsing 2025-08-25 01:20:33 +08:00
serializers 参考高级学习处理流程修改音视频文档处理 2025-08-31 01:01:51 +08:00
sql modify status parsing 2025-08-25 01:20:33 +08:00
tasks 修复音视频处理的关键问题 2025-08-31 01:44:54 +08:00
template fix: remove default model reference from embedding_model and add export paths for templates 2025-06-17 17:20:00 +08:00
vector add log 2025-08-27 01:41:47 +08:00
views modify status parsing 2025-08-25 01:20:33 +08:00
__init__.py feat: add initial model structure for knowledge management 2025-04-25 14:06:23 +08:00
admin.py feat: add initial model structure for knowledge management 2025-04-25 14:06:23 +08:00
apps.py 修复Celery递归调用错误 2025-08-31 01:33:18 +08:00
tests.py feat: add initial model structure for knowledge management 2025-04-25 14:06:23 +08:00
urls.py modify status parsing 2025-08-25 01:20:33 +08:00