Fix README gaps, extract main(), add package init files, document optional env vars - #1
Draft
andy4thehuynh with Copilot wants to merge 2 commits into
Draft
Fix README gaps, extract main(), add package init files, document optional env vars#1andy4thehuynh with Copilot wants to merge 2 commits into
andy4thehuynh with Copilot wants to merge 2 commits into
Conversation
…t optional env vars Agent-Logs-Url: https://github.com/andy4thehuynh/semantic_cache/sessions/5336d754-8982-478a-8686-f135d871d0b4 Co-authored-by: andy4thehuynh <2831414+andy4thehuynh@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update repository description for clarity
Fix README gaps, extract main(), add package init files, document optional env vars
Apr 4, 2026
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.
The repo had a broken setup guide, missing Python package structure, and undocumented configuration options.
Changes
README
git cloneinvocationmain.pyExtracted
if __name__ == "__main__"block into amain()function, enabling the program to be imported and composed into other contexts (e.g. a web app):Also removed the unused
collectionvariable that was left in the old block.Package structure
Added empty
src/__init__.pyandsrc/search/__init__.pyso both directories are recognized as proper Python packages..env.sampleAdded all five optional config overrides as commented-out entries so users know what can be tuned without reading
config.py: