新版本修复了很多已有Bug,确保分析系统可以稳定运行,以及便捷部署。下个小版本主要专注于AI爬虫MindSpider的Bug修复。
What's Changed
- 修复:使用动态主机地址支持局域网内后端服务访问 by @Mingxiangyu in #45
- 改为使用uv安装,更加快速,且修复torch和transformers未安装的问题 by @DoiiarX in #48
- Fixes #61:修复fetch_news无法正常获取的问题 by @DoiiarX in #62
- chore: stop track config.py by @ghmark675 in #58
- hotfix(database): fix
source_keywordnot in table bilibili_video by @ghmark675 in #63 - hotfix(timeout): increase llm call timeout to 1800s by @ghmark675 in #72
- Fix agent temporal perception error by adding current real-world time to LLM prompt. by @lintsinghua in #75
- fix: correct typo and remove duplicate dependency by @ghmark675 in #80
- Chore/ignore demo files by @ghmark675 in #85
New Contributors
- @Mingxiangyu made their first contribution in #45
- @DoiiarX made their first contribution in #48
Full Changelog: v1.0.0...v1.1.0