upgraded vector db

This commit is contained in:
Saifeddine ALOUI
2024-07-18 01:32:20 +02:00
parent 6f4e38f51f
commit a631f73da1
21 changed files with 218 additions and 245 deletions

View File

@ -103,9 +103,6 @@ if [ -d "lollms-webui" ]; then
git submodule update --init --recursive
cd lollms_core
pip install -e .
cd ..
cd utilities/safe_store
pip install -e .
cd ../..
cd utilities/pipmaster
pip install -e .
@ -116,9 +113,6 @@ else
git submodule update --init --recursive
cd lollms-webui/lollms_core
pip install -e .
cd ..
cd utilities/safe_store
pip install -e .
cd ../..
fi