Skip to content

Releases: snexus/llm-search

v0.4.61

08 Nov 01:23
96f97a8
Compare
Choose a tag to compare
  • Bug fix - use full path rather than file name when creating a mapping between document name and its hash. Using file names only prevented files with identical names but different folders from being updated properly (e.g. index.html).
  • WARNING - this fix requires re-indexing to update the hashes

v0.4.6

04 Nov 12:39
813ebd4
Compare
Choose a tag to compare

Feature - an ability to update embedding from the webapp (thanks @Hisma for suggestions and testing)

v0.4.5

30 Oct 13:48
dd43862
Compare
Choose a tag to compare
  • Feature - an ability to update embedding with changed (or new) documents, instead of reindexing from scratch. Using this feature requires reindexing the documents once using the new version.

v0.4.3

29 Oct 03:45
fe44760
Compare
Choose a tag to compare
  • Fix a bug in the webapp - when trying to switch to a new config, the old config is reloaded.

v0.4.2

26 Oct 13:21
f9039de
Compare
Choose a tag to compare
  • Implement feature #58 - an ability to switch between the configs in the web app (thanks @Hisma for suggestions and testing)

v0.4.1

22 Oct 09:59
f37e0ad
Compare
Choose a tag to compare
  • Feature - chat history in the web app (thanks @Hisma for suggestions and help with testing)
  • Documentation update

v0.4.0

18 Oct 07:02
9bd0065
Compare
Choose a tag to compare
hyde:
    enabled: True

v0.3.3

05 Oct 12:52
9bd0065
Compare
Choose a tag to compare

Add explicit CUDA options to fix GPU support for llama-cpp models

v0.3.2

09 Sep 09:58
Compare
Choose a tag to compare
  • Fix bug that prevented finding documents using Python 3.11 based virtual environments.

v0.3.1

08 Sep 12:40
Compare
Choose a tag to compare
  • Add progress indicators for embeddings generation
  • Add support for Azure OpenAI
  • Swith Google Colab notebook demo to use GGUF instead of GGML (which is retired)