Commit graph

3 commits

Author SHA1 Message Date
Taddeus
aeefc06905 Refactor build and packaging scripts, add Helm Makefile, and configure actionlint matcher
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
2025-11-03 14:58:11 +02:00
Taddeus
c11e91c614 Removes deprecated Actionlint problem matcher
Deletes the obsolete Actionlint problem matcher configuration to clean up workflow files and reduce maintenance overhead.

Relates to MLO-469
2025-11-03 14:01:45 +02:00
Taddeus
2255b91210 Adds initial LightRAG app integration with schema and processors
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
2025-11-03 13:59:52 +02:00