Dr Doc Search Versions Save

Converse with book - Built with GPT-3

1.6.3

1 year ago

1.6.3 (2023-02-18)

Fix

  • Support ImageMagick on Windows

Full Changelog: https://github.com/namuan/dr-doc-search/compare/1.6.2...1.6.3

1.6.2

1 year ago

1.6.2 (2023-02-18)

Fix

  • Support Python3.8

What's Changed

New Contributors

Full Changelog: https://github.com/namuan/dr-doc-search/compare/1.6.0...1.6.2

1.6.0

1 year ago

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: https://github.com/namuan/dr-doc-search/compare/1.5.1...1.6.0

1.5.1

1 year ago

1.5.1 (2023-01-29)

Fix

  • Fix broken indexing, only worked for first 2 text chunks @Klingefjord
  • Suppress warnings

What's Changed

New Contributors

Full Changelog: https://github.com/namuan/dr-doc-search/compare/1.5.0...1.5.1

1.5.0

1 year ago

1.5.0 (2023-01-29)

Feat

  • Allow user to specify a different LLM instead of OpenAI

Full Changelog: https://github.com/namuan/dr-doc-search/compare/1.4.0...1.5.0

1.4.1

1 year ago

1.4.1 (2023-01-14)

Fix

  • Ignore empty text chunk as it'll cause error later

Full Changelog: https://github.com/namuan/dr-doc-search/compare/1.3.0...1.4.1

1.4.0

1 year ago

1.4.0 (2023-01-14)

Feat

  • Minor improvements in usability
  • Add line-height when displaying answers

Full Changelog: https://github.com/namuan/dr-doc-search/compare/1.3.0...1.4.0

1.3.0

1 year ago

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: https://github.com/namuan/dr-doc-search/compare/1.2.0...1.3.0

1.2.0

1 year ago

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: https://github.com/namuan/dr-doc-search/compare/1.1.0...1.2.0

1.1.0

1 year ago

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: https://github.com/namuan/dr-doc-search/compare/1.0.1...1.1.0