You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 🚀
Description
I have an old Verba installation that I installed this way:
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 text was updated successfully, but these errors were encountered: