Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

freemindlabsinc/GPTMemoryBank

Repository files navigation

GPTMemoryBank

Work in progress

How to launch

  1. 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\
  1. Activate the virtual environment
PS: .\venv\Scripts\activate
Linux: source venv/bin/activate
  1. Install the requirements
pip install -r requirements.txt

Additional helpful things

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

Elasticsearch related

$ openssl x509 -fingerprint -sha256 -noout -in /tmp/ca.crt | awk -F"=" {' print $2 '} | sed s/://g

$ cat /tmp/ca.crt

Releases

No releases published

Packages

No packages published

Languages