Mark the Postgres index the way this document marks everything else - #28
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ARCHITECTURE.mdalready 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.sqlexists;psycopgis imported in no module;src/praxis/retrieve/dense.pyis 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.mdwas already honest about this — its module table marksindexas✅ (SQL).Context and the options for closing the gap: #26.