Work in progress
- Create a virtual environment
python -m venv venv
# venv\Scripts\python.exe -m pip install --upgrade pip
WARNING: There was an error checking the latest version of pip.
rm -r $env:LOCALAPPDATA\pip\cache\selfcheck\
- Activate the virtual environment
PS: .\venv\Scripts\activate
Linux: source venv/bin/activate
- Install the requirements
pip install -r requirements.txt
python -m venv venv --clear python -m pip list python -m pip freeze > requirements.txt
ngrok http http://localhost:7000
./venv/Lib/site-packages/llama_index pip install llama_index==0.10.12
$ openssl x509 -fingerprint -sha256 -noout -in /tmp/ca.crt | awk -F"=" {' print $2 '} | sed s/://g
$ cat /tmp/ca.crt