Stacktora
Stacktora / Vault / Python + pgvector + Redis: Product Recommendation Engine
AI/ML by @ops

Python + pgvector + Redis: Product Recommendation Engine

Embeddings-based product similarity and recommendations, a worker computing recommendation sets on a schedule — distinct from Semantic Document Search: that finds documents by meaning, this recommends catalog items by similarity, an e-commerce-shaped application of the same underlying technique.

Loads this recipe straight into the wizard — every setting stays editable before you generate anything.

The stack

Python 3.12 pgvectorRedis

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install python-product-recommendation-engine --remote
$ stacktora sync   # generate the files

What you get

docker-compose.ymlMakefileDockerfileREADME.md.env.example.gitignore.dockerignore.github/workflows/ci.yml.tool-versions.editorconfigProcfile … and more

More from the Vault