Skip to content

Releases: BBC-Esq/VectorDB-Plugin

v3.4.5 - robust linux install

13 Feb 18:12
4d8e845
Compare
Choose a tag to compare

Expand the setup_linux.py script. If it doesn't work properly, Linux users can submit an "issue" and in the meantime use release 3.4.4 instead.

v3.4.4 - bug fixes

13 Feb 16:55
ed28c03
Compare
Choose a tag to compare

Refactor several scripts, offload verbose language to constants.py, hopefully fix once and for all copying pdf.py to the appropriate langchain source code directory on windows/linux/macos.

bitsandbytes-windows-0.41.2.post2-py3

12 Feb 00:32
e014563
Compare
Choose a tag to compare
bitsandbytes-win-0.41.2.post2-py3

add missing torch import

v3.4.2 - linux improv

02 Feb 23:12
784a792
Compare
Choose a tag to compare

Add additional script to streamline linux installation.
Minor changes such as revising requirements.txt to remove unnecessary imports, etc. that might have been causing some problems depending on a user's setup.
Minor refactoring.

v3.4.1 - bugs/refactor

31 Jan 16:03
2491ad0
Compare
Choose a tag to compare

Requirements.txt was installing langchain on linux when it should only be installed via replace_pdf.py to ensure that pdf.py is copied replaced within the langchain source code (otherwise pdf loader doesn't work).

Removed bitsandbytes macos install unless/until it's supported.

Removed Triton install from requirements.txt and put specific installation commands in github readme.

Refactors several scripts for manageability.

Revised setup.py to use tkinter for Windows users.

v3.4 - RIGHTEOUS SEARCH!

30 Jan 02:51
d4a03b5
Compare
Choose a tag to compare

Finally caught a bug that for the last 6 months prevented the "similarity" search setting from working. Make sure and read the updated "tips" and "settings" portion of the user guide.

Refactored multiple scripts.
Specified utf-8 encoding throughout the program to fix bugs.
Consolidated the vision model loaders into new script named loader_images.py.

v3.3.2 - bug fix and refactor

24 Jan 19:42
2d5e752
Compare
Choose a tag to compare

Fix bug when trying to search by document type.

Refactor three scripts into loader_images.py.

v3.3 - POWER search!

22 Jan 03:10
0508d86
Compare
Choose a tag to compare

Rearranged buttons.

Added the ability to filter chunks by keyword and search images, non-images or both.

Updated user Manual.

Updated readme installation instructions.

Linux and MacoS users, if the langchain library is not installed during the installation process you should install it manually using the typical install command. There might have been a typo in the requirements.txt file.

v3.2 - creature comforts

20 Jan 19:22
cdc90c9
Compare
Choose a tag to compare

Add ability to stop LLM from responding midstream.

Add error handling for when server is not running and submit questions button is pressed.

Modify "chunk settings" parameter to be passed directly instead of via config.yaml file.

Consolidate and/or refactor certain scripts for efficiency and reduce number of scripts.

v3.1.1 - Better DB stuff!

10 Jan 19:14
f640e4c
Compare
Choose a tag to compare

View, add, and delete files from DB easier now.