Skip to main content
PROJECT B.R.A.I.N. is a Python/FastAPI modular monolith with PostgreSQL + pgvector, portable artifacts, and a bounded worker. It is deliberately not a distributed graph system or a collection of provider-owned memories. Current architecture
Current retrieval path: pgvector is provisioned, but it is not currently the nearest-neighbor query path. The current document corpus uses compatible stored vectors and cosine ranking in application code.
See storage and provider boundaries.