Removes legacy type schema generation Makefile and updates pre-commit hook to use new Makefile command.
Introduces a comprehensive Makefile to manage Helm chart packaging, publishing, testing, linting, and Docker image workflows, streamlining Apolo project automation and aligning with upstream LightRAG packaging conventions.
Adds GitHub Action problem matcher configuration for actionlint to improve workflow diagnostics.
Enhances maintainability and developer experience by centralizing build and deployment processes.
Relates to MLO-469
Expands CI triggers and release conditions to include both main and master branches.
Ensures workflows run consistently as the repository transitions or supports main as the default branch.
Relates to MLO-469
Introduces the LightRAG Retrieval-Augmented Generation framework as an Apolo app, including input/output schemas, types, and processors.
Adds Helm chart value processing, environment and persistence configurations, and output service discovery for deployment.
Includes scripts for generating type schemas and testing support, along with CI and linting setup tailored for the new app.
Provides a documentation loader script to ingest markdown files into LightRAG with flexible referencing modes.
Relates to MLO-469