Releases: shibayu36/chat-hatenablog
Releases · shibayu36/chat-hatenablog
v0.3.1
What's Changed
Changed
- Unpin versions in setup.py by @shibayu36 in #43
Others
- Create dependabot.yml by @shibayu36 in #36
- Remove requirements.txt because dependencies are managed by setup.py by @shibayu36 in #40
- Bump langchain from 0.0.132 to 0.0.154 by @dependabot in #41
- Bump openai from 0.27.4 to 0.27.5 by @dependabot in #39
- Bump numpy from 1.24.2 to 1.24.3 by @dependabot in #37
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
Added
- Make this tool able to be installed by pip by @shibayu36 in #34
Fixed
- Use stream so that this tool can answer more quickly by @shibayu36 in #26
- [breaking change] Use ~/.chat-hatenablog/ for the default index path by @shibayu36 in #30
- Load .env from ~/.chat-hatenablog/.env by @shibayu36 in #35
Others
- Typecheck by @shibayu36 in #27
- Remove THINKING... and ANSWER in README.md because it is removed by #26 by @shibayu36 in #28
- Manage labels by the code by @shibayu36 in #32
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
Fixed
- [breaking change] Fix an issue where the index was not updated when only the title was changed by @shibayu36 in #25
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
Added
- [breaking change] Make it possible to update the index after updating a blog entry by @shibayu36 in #15
- An index structure changed. Please re-make an index
Changed
- Avoid saving when indices are not changed by @shibayu36 in #19
Fixed
- Fix the pickle file broken bug by @shibayu36 in #22
Others
- Add a test for VectorStore.save by @shibayu36 in #17
- Add .vscode/settings.json for pytest by @shibayu36 in #21
- Add .github/release.yml to clarify Releases by @shibayu36 in #24
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- [breaking change] Change interface by @shibayu36 in #11
- Refactor to package by @shibayu36 in #8
- Add tests by @shibayu36 in #10
Full Changelog: v0.0.1...v0.1.0