Skip to content

Mark the Postgres index the way this document marks everything else - #28

Merged
DenisDrobyshev merged 1 commit into
masterfrom
architecture-status
Aug 27, 2026
Merged

Mark the Postgres index the way this document marks everything else#28
DenisDrobyshev merged 1 commit into
masterfrom
architecture-status

Conversation

@DenisDrobyshev

Copy link
Copy Markdown
Member

ARCHITECTURE.md already has a convention for saying what is connected — bet 4 spells out that glia подключена and mlango подключён. Section 2 and bet 3 describe the Postgres store in the same present tense without it, and that store has a schema and no retriever.

This is a design document, so the design stays. Only the status is added, naming the two files that show it:

  • src/praxis/index/schema.sql exists;
  • psycopg is imported in no module;
  • src/praxis/retrieve/dense.py is what actually serves dense search — vectors in memory, cached to disk, with a pure standard-library fallback.

Follows #27, which corrected the same claim in both READMEs. docs/DEVELOPMENT.md was already honest about this — its module table marks index as ✅ (SQL).

Context and the options for closing the gap: #26.

ARCHITECTURE.md already has a convention for saying what is connected: bet 4
spells out that glia is wired and mlango is wired. Section 2 and bet 3 describe
the Postgres store in the same present tense without it, and that store has a
schema and no retriever.

This is a design document, so the design stays. Only the status is added, with
the two files that show it: schema.sql exists, retrieve/dense.py is what
actually serves dense search today.

Follows #27, which corrected the same claim in the READMEs. Context: #26.
@DenisDrobyshev
DenisDrobyshev merged commit c6b32be into master Aug 27, 2026
11 checks passed
@DenisDrobyshev
DenisDrobyshev deleted the architecture-status branch August 27, 2026 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant