|
virtualenv --python="/usr/local/bin/python3.8" "venvServer"
|
|
source venvServer/bin/activate
|
|
pip install gradio langchain
|
|
pip install faiss-cpu
|
|
python3 -m pip install gpt4all==1.0.8
|
|
python test.py
|
|
pip install unstructured==0.10.12
|
|
pip install "unstructured[pdf]"
|
|
|