v0.2.4
lutzroeder/netronv0.2.4Aug 9, 2024by shaoyijia
AI Summary
A minor update adding support for new language models and retrieval modules while improving the VectorRM architecture.
Key Highlights
- Added GoogleModel and DeepSeekModel support
- Added SerperRM and BraveRM support
- VectorRM decoupling from vector store construction
New Features
- GoogleModel support
- DeepSeekModel support
- Serper retriever support
- Brave retriever support
- VectorRM decoupling improvement
Full Release Notes
Bump up `knowledge-storm` package to v0.2.4 to include recent change. Minor fix on demo light (#118). ## New Model Support - `GoogleModel` (#105) - `DeepSeekModel` (#84) ## New Retriever Support - `SerperRM` (#102) - `BraveRM` (#134) - Improve `VectorRM` by decoupling the vector store construction from the retriever class (#126).