Merged
Conversation
jgpruitt
requested changes
Sep 17, 2025
Contributor
There was a problem hiding this comment.
Can we have a requirements.txt or a pyproject.toml here to make it easy to pull dependencies and run this, please?
Contributor
There was a problem hiding this comment.
This is intended to be run on the host and not in a docker container, right? Can we have a readme with prereqs? I used to run this process in docker b/c I didn't want all that stuff installed on my mac.
Contributor
Author
There was a problem hiding this comment.
Could easily be either. I plan to add a README in a follow-up PR that covers both this and #7. I can also look to add a Dockerfile to run these as well.
Signed-off-by: Matthew Peveler <mpeveler@tigerdata.com>
MasterOdin
added a commit
that referenced
this pull request
Sep 23, 2025
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.
PR adds a
ingest/postgres_docs.pyscript that:./configurefor the versionmake htmlto build HTML pages of the siteingest/build/md)docs.postgres_pages_tmpanddocs.postgres_chunks_tmptablesdocs.postgres_pages_tmpdocs.postgres_pages_tmptodocs.postgres_pagesanddocs.postgres_chunks_tmptodocs.postgres_chunksThe structure of the two tables:
Creation of the base tables will be handled by #3 once that's ready to be merged, however for now focusing on just getting the ingest pipelines done, and then will return to that.
I had originally started with the approach taken in https://github.com/timescale/pg-rag, however it had the following issues:
postgres-full.xml)As part of this PR, I've intentionally omitted
pyproject.toml,README.md, etc. where I plan to add those later. If you wish to run this locally, you will need to edit the root.envfile to havePG...variables set to connect to the database, and then the dependencies are: