Commit graph

19 commits

Author SHA1 Message Date
Taddeus
f494b96a7b
MLO-340: Update lightrag settings (#10)
* Updates LLM and embedding configurations to use OpenRouter and Gemini

* Renames and significantly expands environment configuration template

Renames the environment example file to a standard hidden env template to align with common conventions.

Extensively updates and reorganizes configuration options, adding detailed setup for LLM, embedding, storage backends, PostgreSQL, and overall LightRAG processing parameters.

Comments out some legacy and optional configuration lines to streamline initial setup and clarify default recommended values.

Updates gitignore to exclude various env-related files to protect sensitive keys and improve environment management.

* Updates default config with improved LLM and processing settings

* Adds openai-compatible environment file to .gitignore

* Adds new environment files to ignore list
2025-07-24 17:49:50 +03:00
Taddeus
e2a894ee5e
Updates LLM and embedding configurations to use OpenRouter and Gemini (#8) 2025-07-18 17:19:33 +03:00
Taddeus
8c83a97b8e
Adds support for pod labels, tolerations, affinity, and node selectors (#7)
Introduces a template helper for injecting custom pod labels from values.

Enables configuring tolerations, affinity, and node selectors in the deployment spec via values to improve scheduling flexibility and control.

Enhances pod labeling and scheduling customization without hardcoding, supporting more dynamic deployments.
2025-07-09 09:58:30 +03:00
Taddeus
bee93af664
Removes forward authentication middleware and related config (#6) 2025-07-04 16:06:20 +03:00
Taddeus
148a764d38
Phase 1: Pin LightRAG version to 1.3.8 as new version introduces bug (#5)
* Partial implementation of phase-0

* Partial implementation of phase-1

* add report

* add postgress

* Revert "add postgress"

This reverts commit 27778dc6bb3906b5220dd386e47fe32ca7415332.

* remove junk

* Cleaned up annd setup docs

* update docs

* moved report

* Updated load_markdown_files function: Now returns tuples with (content, title, relative_path) instead of just (content, title)

* fixes to load docs script and more env variables for llm configuration

* update prod values

* update docs

* apolo docs support with linking

* update docs to reflect url conventions and mapping with docs

* Adds ingress and forwardAuth configurations

Adds ingress configuration to expose the application.

Adds forwardAuth configuration to enable user authentication.

Includes middleware to strip headers.

* Adds ingress and forwardAuth configurations

Adds ingress configuration to expose the application.

Adds forwardAuth configuration to enable user authentication.

Includes middleware to strip headers.

* Adds ingress and forward authentication middleware support

* Adds ingress and forward authentication middleware support

* Enables vector extension initialization in PostgreSQL container

Mounts initialization scripts in the PostgreSQL service to automate enabling the vector extension on startup.

This ensures the vector extension is available without manual setup, improving developer experience and consistency across environments.

* Pins application image version to 1.3.8
2025-06-30 18:05:32 +03:00
Taddeus
a70ba1f75a
Phase 1: LightRAG Minimal Helm chart and documentation indexing using url references (#2)
* Partial implementation of phase-0

* Partial implementation of phase-1

* add report

* add postgress

* Revert "add postgress"

This reverts commit 27778dc6bb3906b5220dd386e47fe32ca7415332.

* remove junk

* Cleaned up annd setup docs

* update docs

* moved report

* Updated load_markdown_files function: Now returns tuples with (content, title, relative_path) instead of just (content, title)

* fixes to load docs script and more env variables for llm configuration

* update prod values

* update docs

* apolo docs support with linking

* update docs to reflect url conventions and mapping with docs

* Adds ingress and forwardAuth configurations

Adds ingress configuration to expose the application.

Adds forwardAuth configuration to enable user authentication.

Includes middleware to strip headers.

* Adds ingress and forward authentication middleware support
2025-06-23 20:04:34 +03:00
earayu
7a41141ca9 feat: update README 2025-05-20 22:58:33 +08:00
earayu
655b73e32d feat: update script 2025-05-20 14:14:51 +08:00
earayu
acd628596a feat: update script 2025-05-20 11:26:31 +08:00
earayu
86d0c24276 feat: update script 2025-05-20 11:26:03 +08:00
earayu
03073b7ea1 feat: update README 2025-05-20 10:49:35 +08:00
earayu
780d74970a feat: change sh script mode 2025-05-19 23:07:24 +08:00
earayu
25a6306ae0 feat: add helm chart 2025-05-19 23:06:11 +08:00
earayu
3742d2a026 feat: add helm chart 2025-05-19 22:55:18 +08:00
earayu
fe2df48623 feat: add helm chart 2025-05-19 22:42:45 +08:00
earayu
777fe12bc0 feat: add helm chart 2025-05-19 19:01:18 +08:00
earayu
1429b36495 feat: add helm chart 2025-05-19 18:29:40 +08:00
earayu
1bcb1c4ad7 feat: add helm chart 2025-05-19 18:17:02 +08:00
earayu
573920d5bd feat: add helm chart 2025-05-19 18:11:55 +08:00