Dify 0.9.0 (2024-09-30)
公式リリースノート: https://github.com/langgenius/dify/releases/tag/0.9.0
v0.9.0
このバージョンの記事
| # | テーマ | 状態 |
|---|---|---|
| 01-whats-new-in-v090 | v0.9.0 の新機能 (0.9.0) | draft |
| 02-new-features | 新機能 (0.9.0) | draft |
| 03-enhancements | 機能強化 (0.9.0) | draft |
| 05-documentation-misc | ドキュメント・その他 (0.9.0) | draft |
リリースノート抜粋
✨ What’s New in v0.9.0? ✨
Get ready for a feature-packed update! Version 0.9.0 brings major enhancements, new integrations, and crucial fixes. Let’s dive into the details:
🚀 New Features
🔄 Retrieval-Augmented Generation (RAG)
External Knowledge API: Now you can connect to third-party knowledge bases seamlessly (introduced by @JohnJyong in #8913).
- Simply provide the API endpoint, API key, and external knowledge ID to link with the external knowledge base.
- Supports retrieval and recall of external knowledge based on user queries.
- Enables integration of external knowledge bases within Dify applications.
Website Crawling: Now supports Jina Reader as additional alternative for website crawling, converting web page URL to LLM-friendly input format. Read Sync Data from Website for details. (@mapleeit in #8761).
🧠 Models
- Voyage AI: A new model provider added (thanks to @hwzhuhao in #8747).
- Llama3.2: Now available with Fireworks and Groq providers for improved performance and variety (@yaoice in #8809 and @Howe829 in #8831).
- Introduced InternLM 2.5-20b and Qwen 2.5-coder-7b (@hwzhuhao in #8862).
- Jamba: Another new model to expand our capabilities (@longzhihun in #8878).
- New Nomic embedding model provider introduced (@yaoice in #8640).
- Support for o1 series models for OpenRouter (@sinomoe in #8358).
- DeepSeek-v2.5 added as a model provider for SiliconFlow (@hwzhuhao in #8639).
- Stream for Gemini now available (@AAEE86 in #8678).
- Vertex AI Gemini 1.5 002 and experimental models are now supported (@hellof20 in #8767).
🛠️ Other Updates
- Xinference TTS Stream Mode: Now live for a smoother text-to-speech experience (@leslie2046 in #8616).
- Regenerate in
Chat,Agent, andChatflowapplications (@xuzuodong in #7661).
⚙️ Enhancements
- Improved SVG output UX for a more seamless design experience (@xuzuodong in #8765).
- Ext
…(以下省略、公式リリースノートを参照)
本記事は非公式まとめです。 正式な機能仕様、互換性、移行手順については Dify 公式ドキュメント および 公式リリースノート を必ずご確認ください。