Skip to content

v0.2.3 Python Package Release

Compare
Choose a tag to compare
@shaoyijia shaoyijia released this 18 Jul 05:02
· 83 commits to main since this release
8751f05

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/ to knowledge_storm/.

Ollama Support

#81, credit to: @zhjain

Roadmap & Contribution

Our team is actively working on:

  1. Human-in-the-Loop Functionalities: Supporting user participation in the knowledge curation process.
  2. 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!