Verba
Verba copied to clipboard
best way to update Verba on an old installation
Description
I have an old Verba installation that I installed this way:
$ git clone https://github.com/weaviate/Verba.git
$ python3 -m virtualenv verba_env
$ source verba_env/bin/activate
(verba_env) $ cd Verba
(verba_env) :~/Verba$ pip install -e .
(verba_env) $ whereis verba
verba: /home/xxxx/verba_env/bin/verba
(verba_env) :~/Verba$ verba start
Yesterday I used for update :
(verba_env) $ git pull
In setting admin Verba panel I see : Version 1.26.6 . I was expecting 2.1.0 but maybe it's the version number of something else.
Could you please add to your installation description page the update procedure you recommend for each type of installation.
Thank you for your great work.
The version 1.26.6 describes your current Weaviate version and is not related to Verba's version! But I agree, I'll add it to the frontend as well so that it's more transparent 🚀