Build with Python 3.11 virtual environment
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
llm install llm-sentence-transformers
llm install llm-gpt4all
This project was inspired by the work of Simon Willison
Choosing Model from https://observablehq.com/@simonw/gpt4all-models
We are using promptflow for the visibility and ease to show.
If llm embed-models' displays strange dict-style configured names, something might be wrong with your installation. Force re-install with llm install --force-reinstall llm-sentence-transformers`