Building a prototype knowledge base to consolidate small sippets of information I've kept in gists. The tool will primarily present a UI to search for differnet snippets based on their metadata.
Project is WIP and primarily for learning and experimentation.
POST /searchcd parseGist
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python main.py
# imports `parseGist/parseGist/rows/blocks.csv + snippets.csv` into Supabase
cd front
npm i
npm run dev