cd dnotifier-examples/use-cases/semantic-search/python
cp .env.example .env
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
python main.pyThen type a query, or /list / /seed / /quit.
See the use-case README.
cd dnotifier-examples/use-cases/semantic-search/python
cp .env.example .env
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
python main.pyThen type a query, or /list / /seed / /quit.
See the use-case README.