| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-07-18 | 969 Bytes | |
| v0.2.3 Python Package Release source code.tar.gz | 2024-07-18 | 6.5 MB | |
| v0.2.3 Python Package Release source code.zip | 2024-07-18 | 6.7 MB | |
| Totals: 3 Items | 13.2 MB | 0 | |
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: 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!