Stacktora
Stacktora / Vault / Python + pgvector: Semantic Document Search
AI/ML by @ops

Python + pgvector: Semantic Document Search

Embeddings-backed search over a document corpus — distinct from the AI SaaS Starter (that's a RAG chat product) and Search-as-a-Service (Meilisearch keyword search): this is specifically finding documents by meaning, not exact terms.

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

The stack

Python 3.12 pgvector

Install

# pulls this exact recipe straight from the Vault
$ npx stacktora install python-semantic-document-search --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