From cf0129b66f62898f90f5ee588054048db4c18a8c Mon Sep 17 00:00:00 2001 From: Denis Drobyshev Date: Thu, 27 Aug 2026 14:38:07 +0300 Subject: [PATCH] Drop Postgres from the praxis stack line Last place carrying the claim. psycopg and the pgvector package are declared in the api extra and imported nowhere; src/praxis/index/ is a lone schema.sql, and dense retrieval runs on numpy in memory with a disk cache. Corrected in the READMEs in praxis#27, in ARCHITECTURE.md in praxis#28, and on the website in DrobyshevDev.github.io#14. Context: praxis#26. The line gains a documentation link while it is open - praxis has a docs site and was the only project here not linking it. --- profile/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 7dafecc..280c7ff 100644 --- a/profile/README.md +++ b/profile/README.md @@ -47,7 +47,8 @@ on the full corpus, tracked run over run. docker compose up app # → http://localhost:8077, no keys required ``` -`Python 3.12` · FastAPI · Postgres + pgvector · [releases](https://github.com/DrobyshevDev/praxis/releases) · Apache-2.0 +`Python 3.12` · FastAPI · Docker · [documentation](https://drobyshevdev.github.io/praxis/) · +[releases](https://github.com/DrobyshevDev/praxis/releases) · Apache-2.0 ### [mlango](https://github.com/DrobyshevDev/mlango) · a framework for ML, analytics and LLM agents