Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 327 Bytes

File metadata and controls

17 lines (12 loc) · 327 Bytes

Semantic search — Python

Run

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.py

Then type a query, or /list / /seed / /quit.

Docs

See the use-case README.