Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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.