Skip to content

Commit 4111fc9

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 538598a commit 4111fc9

12 files changed

Lines changed: 608 additions & 128 deletions

File tree

infrastructure/rag/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies:
22
- name: langfuse
33
repository: https://langfuse.github.io/langfuse-k8s
4-
version: 1.5.0
4+
version: 0.12.1
55
- name: qdrant
66
repository: https://qdrant.github.io/qdrant-helm
77
version: 1.15.3
@@ -14,5 +14,5 @@ dependencies:
1414
- name: ollama
1515
repository: https://otwld.github.io/ollama-helm/
1616
version: 1.27.0
17-
digest: sha256:401cd012b340a65f36009d7c4bc6c97f146cea5322674f18629495297a673597
18-
generated: "2025-08-31T01:26:30.566974561Z"
17+
digest: sha256:2cb5beb7d39b2ecc3081a80e8bcbdcebf083b155b6099cfefc3c3c590aa0df74
18+
generated: "2025-09-02T11:38:41.209463+02:00"

infrastructure/rag/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ appVersion: "1.0.0"
1010
dependencies:
1111
- name: langfuse
1212
repository: https://langfuse.github.io/langfuse-k8s
13-
version: "1.5.0"
13+
version: "0.12.1"
1414
condition: features.langfuse.enabled
1515
- name: qdrant
1616
version: 1.15.3

infrastructure/rag/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,14 +465,14 @@ langfuse:
465465
web:
466466
image:
467467
repository: langfuse/langfuse
468-
tag: "3.102.0"
468+
tag: "3.88.1"
469469
pullPolicy: Always
470470

471471
# Worker deployment configuration
472472
worker:
473473
image:
474474
repository: langfuse/langfuse-worker
475-
tag: "3.102.0"
475+
tag: "3.88.1"
476476
pullPolicy: Always
477477
port: 3030
478478

@@ -564,7 +564,7 @@ langfuse:
564564
memory: "1Gi"
565565

566566
# S3/MinIO Configuration (external MinIO)
567-
s3:
567+
minio:
568568
deploy: false
569569
bucket: "langfuse"
570570
region: "auto"

libs/admin-api-lib/poetry.lock

Lines changed: 108 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/admin-api-lib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ python-dateutil = "^2.9.0.post0"
104104
tenacity = "9.1.2"
105105
boto3 = "^1.38.10"
106106
tqdm = "^4.67.1"
107-
langfuse = "3.3.0"
107+
langfuse = "3.2.1"
108108
redis = "^6.0.0"
109109
pyyaml = "^6.0.2"
110110
python-multipart = "^0.0.20"

libs/rag-core-api/poetry.lock

Lines changed: 44 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/rag-core-api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pytest-asyncio = "^0.26.0"
3131
langchain-community = "0.3.27"
3232
fastembed = "^0.7.0"
3333
langdetect = "^1.0.9"
34-
langfuse = "3.3.0"
34+
langfuse = "3.2.1"
3535

3636

3737
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)