mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 00:23:17 +00:00
Setup process
This commit is contained in:
10
setup.sh
10
setup.sh
@@ -30,11 +30,11 @@ download_locally() {
|
||||
fi
|
||||
|
||||
docker-compose -f docker-compose-local.yaml build && docker-compose -f docker-compose-local.yaml up -d
|
||||
#python -m venv venv
|
||||
#source venv/bin/activate
|
||||
#pip install -r application/requirements.txt
|
||||
#pip install llama-cpp-python
|
||||
#pip install sentence-transformers
|
||||
python -m venv venv
|
||||
source venv/bin/activate
|
||||
pip install -r application/requirements.txt
|
||||
pip install llama-cpp-python
|
||||
pip install sentence-transformers
|
||||
export LLM_NAME=llama.cpp
|
||||
export EMBEDDINGS_NAME=huggingface_sentence-transformers/all-mpnet-base-v2
|
||||
export FLASK_APP=application/app.py
|
||||
|
||||
Reference in New Issue
Block a user