Skip to content

Salmon Search is a handy Python CLI that indexes your articles and videos using semantic embeddings in sqlite to make it easy to search for and re-discover relevant articles based on their content.

Notifications You must be signed in to change notification settings

MahmoudFawzyKhalil/salmon-search

Repository files navigation

Salmon Search

Salmon Search is a handy Python CLI that indexes your articles and videos using semantic embeddings in sqlite to make it easy to search for and re-discover relevant articles based on their content.

# local dev
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt

# build
pip install build
python -m build

# test
python -m pytest

About

Salmon Search is a handy Python CLI that indexes your articles and videos using semantic embeddings in sqlite to make it easy to search for and re-discover relevant articles based on their content.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages