refactor: changed from packages to local folders #77
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.
This pull request introduces several improvements and updates to the RAG template infrastructure, documentation, and Python library configurations. The main focus is on standardizing dependency management, updating image tags and build contexts, refining documentation for clarity, and improving the setup for local development and testing.
Infrastructure and Build Updates:
infrastructure/rag/values.yaml
from"latest"
to"v2.0.0"
to ensure consistency and version control across deployments. [1] [2] [3] [4] [5]PYTHONPATH
environment variable invalues.yaml
for backend, admin, and extractor services to include relevant local library source directories, improving module resolution and local development experience. [1] [2] [3]Tiltfile
by updating ignore lists for each service to prevent unnecessary files and directories from being included in builds, reducing build time and potential conflicts. [1] [2] [3] [4] [5] [6]Tiltfile
fromrag-mcp
tomcp-server
to match the Helm chart and repository naming conventions.Documentation Improvements:
README.md
with clearer instructions for Windows users, added details about directory-based local library setup, and improved explanations for environment variable configuration and service access via ingress. [1] [2]README.md
, including requirements, usage, and deployment instructions. [1] [2]Python Library Configuration Updates:
admin-api-lib
,extractor-api-lib
,rag-core-api
,rag-core-lib
) to reflect new releases and clarify their roles. [1] [2] [3] [4]pyproject.toml
files to improve test configuration: expandedpythonpath
to include shared libraries, standardized logging options, and removed unnecessary or duplicate dependencies. [1] [2] [3] [4]These changes collectively improve the maintainability, reliability, and usability of the RAG template for both local development and production deployments.