Releases: namuan/dr-doc-search
Releases · namuan/dr-doc-search
Release 1.6.3
Release 1.6.2
1.6.2 (2023-02-18)
Fix
- Support Python3.8
What's Changed
- [Actions] Auto-Update dependencies by @github-actions in #11
New Contributors
- @github-actions made their first contribution in #11
Full Changelog: 1.6.0...1.6.2
Release 1.6.0
1.6.0 (2023-02-05)
Feat
- Set temperature when working with OpenAI feat: Store chat in a chat archive which persists between sessions
Full Changelog: 1.5.1...1.6.0
Release 1.5.1
1.5.1 (2023-01-29)
Fix
- Fix broken indexing, only worked for first 2 text chunks @Klingefjord
- Suppress warnings
What's Changed
- Fix: Fix broken indexing – only first two text chunks are indexed by @Klingefjord in #9
New Contributors
- @Klingefjord made their first contribution in #9
Full Changelog: 1.5.0...1.5.1
Release 1.5.0
1.5.0 (2023-01-29)
Feat
- Allow user to specify a different LLM instead of OpenAI
Full Changelog: 1.4.0...1.5.0
Release 1.4.1
1.4.1 (2023-01-14)
Fix
- Ignore empty text chunk as it'll cause error later
Full Changelog: 1.3.0...1.4.1
Release 1.4.0
1.4.0 (2023-01-14)
Feat
- Minor improvements in usability
- Add line-height when displaying answers
Full Changelog: 1.3.0...1.4.0
Release 1.3.0
1.3.0 (2023-01-08)
Feat
- Add support for huggingface embedding and allow user to select a different embedding provider from OpenAI
- Add an option to pre-process a PDF file
Fix
- Update Changelog and remove # used for GH issues
Full Changelog: 1.2.0...1.3.0
Release 1.2.0
1.2.0 (2023-01-07)
Feat
- Remove duplicate processing of finding similarities
Fix
- Only copy pdf if the source path is different
Refactor
- Simplify code
Full Changelog: 1.1.0...1.2.0
Release 1.1.0
1.1.0 (2023-01-07)
Feat
Refactor
- Cleanup
- Combine workflow steps in a single file to make it easy to port to other projects
Full Changelog: 1.0.1...1.1.0