Commit graph

11 commits

Author SHA1 Message Date
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
yangdx
485563ed3a Update docker compose file 2025-05-14 23:47:53 +08:00
yangdx
cb4ae4f62a Update docker files 2025-05-13 21:22:00 +08:00
yangdx
3e58eec5d9 Add host.docker.internal to docker-compose.yml 2025-04-23 23:45:32 +08:00
frederikhendrix
5f84621485 docker compose for neo4j setup 2025-04-10 19:50:14 +02:00
ArnoChen
9aba7d7d48 simplify dockerfile and docker-compose files 2025-02-20 22:18:42 +08:00
Yannick Stephan
32e489865c cleanup code 2025-02-20 13:18:17 +01:00
Enrique Catalá
4d0a316717 exclude .env file with potentionally sensitive information like LLM API KEYS 2025-02-12 21:32:19 +01:00
Saifeddine ALOUI
5fe28d31e9 Fixed linting 2025-01-17 01:36:16 +01:00
Saifeddine ALOUI
c91b57196d Fixed docker access to ollama and lollms 2025-01-17 01:18:28 +01:00
Saifeddine ALOUI
b2e7c75f5a Added Docker container setup 2025-01-16 22:28:28 +01:00