v0.2.3
版本发布时间: 2024-07-18 13:02:04
stanford-oval/storm最新发布版本:v1.0.0(2024-09-26 03:50:16)
Python Package Available at PyPI
- You can now install storm via
pip install knowledge-storm
. (#80) - We update the README.md to explain our current API.
- If you prefer using the source code, note that pulling the new release will lead to breaking change as we rename
src/
toknowledge_storm/
.
Ollama Support
#81, credit to: @zhjain
Roadmap & Contribution
Our team is actively working on:
- Human-in-the-Loop Functionalities: Supporting user participation in the knowledge curation process.
- Information Abstraction: Developing abstractions for curated information to support presentation formats beyond the Wikipedia-style report.
PRs for integrating more language models into knowledge_storm/lm.py and search engines/retrievers into knowledge_storm/rm.py are highly appreciated!