Skip to content

Releases: namuan/dr-doc-search

Release 1.6.3

18 Feb 21:45
Compare
Choose a tag to compare

1.6.3 (2023-02-18)

Fix

  • Support ImageMagick on Windows

Full Changelog: 1.6.2...1.6.3

Release 1.6.2

18 Feb 21:10
Compare
Choose a tag to compare

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

05 Feb 20:02
Compare
Choose a tag to compare

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

29 Jan 21:49
Compare
Choose a tag to compare

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

Full Changelog: 1.5.0...1.5.1

Release 1.5.0

29 Jan 21:29
Compare
Choose a tag to compare

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

14 Jan 09:20
Compare
Choose a tag to compare

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

14 Jan 09:14
Compare
Choose a tag to compare

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

08 Jan 21:50
Compare
Choose a tag to compare

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

07 Jan 12:55
Compare
Choose a tag to compare

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

07 Jan 11:23
Compare
Choose a tag to compare

1.1.0 (2023-01-07)

Feat

  • #2 Provide option to just create a model for provided book
  • #1 WebUI using Holoviz Panel framework

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