lagoon
1.0.0
A simple search tool for github documents powered by supabase and llama2
.env
file in the root of the project and add the following variables:VITE_SUPABASE_URL=<supabase url>
VITE_SUPABASE_KEY=<supabase key>
yarn
to install dependenciesyarn dev
to start the dev servercd inference-server
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python inference.py
The first startup will take a few minutes to download the model and load it into memory