Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions infrastructure/rag/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dependencies:
- name: langfuse
repository: https://langfuse.github.io/langfuse-k8s
version: 1.5.19
version: 1.5.22
- name: qdrant
repository: https://qdrant.github.io/qdrant-helm
version: 1.16.3
version: 1.17.0
- name: minio
repository: https://charts.bitnami.com/bitnami
version: 15.0.7
Expand All @@ -13,6 +13,6 @@ dependencies:
version: 0.48.0
- name: ollama
repository: https://otwld.github.io/ollama-helm/
version: 1.41.0
digest: sha256:ad616850faec4252119350ba36eb3f642eaab7f469fde089bdece07f0a2a8af7
generated: "2026-02-16T08:26:50.070731424Z"
version: 1.52.0
digest: sha256:517d84539e714e9dd05b1fa4e10247d09ca3944a8bca4a3cdd7ee5aaa6698221
generated: "2026-03-29T02:28:15.414869467Z"
6 changes: 3 additions & 3 deletions infrastructure/rag/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ appVersion: "v4.2.0"
dependencies:
- name: langfuse
repository: https://langfuse.github.io/langfuse-k8s
version: "1.5.19"
version: "1.5.22"
condition: features.langfuse.enabled
- name: qdrant
version: 1.16.3
version: 1.17.0
repository: "https://qdrant.github.io/qdrant-helm"
condition: features.qdrant.enabled
- name: minio
Expand All @@ -27,6 +27,6 @@ dependencies:
condition: features.keydb.enabled
- name: ollama
alias: ollama
version: 1.41.0
version: 1.52.0
repository: https://otwld.github.io/ollama-helm/
condition: features.ollama.enabled
4 changes: 2 additions & 2 deletions infrastructure/rag/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -569,14 +569,14 @@ langfuse:
web:
image:
repository: langfuse/langfuse
tag: "3.152.0"
tag: "3.160.0"
pullPolicy: Always

# Worker deployment configuration
worker:
image:
repository: langfuse/langfuse-worker
tag: "3.152.0"
tag: "3.160.0"
pullPolicy: Always
port: 3030

Expand Down
8 changes: 4 additions & 4 deletions infrastructure/server-setup/base-setup/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.19.3
version: v1.20.0
- name: ingress-nginx
repository: https://kubernetes.github.io/ingress-nginx
version: 4.14.3
digest: sha256:b2f7736d9f67a1df68709cf5001223d66ee10f9a314528321848145164926d05
generated: "2026-02-16T08:27:01.265902996Z"
version: 4.15.1
digest: sha256:f1acc662d28657dc749f3da06b7b21d512117a29e08d2169395ca8eebd68c50d
generated: "2026-03-29T02:28:27.556837334Z"
4 changes: 2 additions & 2 deletions infrastructure/server-setup/base-setup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ version: 0.0.1
appVersion: "0.0.1"
dependencies:
- name: cert-manager
version: "v1.19.3"
version: "v1.20.0"
repository: https://charts.jetstack.io
- name: ingress-nginx
version: "4.14.3"
version: "4.15.1"
repository: https://kubernetes.github.io/ingress-nginx
2 changes: 1 addition & 1 deletion infrastructure/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
stackit = {
source = "stackitcloud/stackit"
version = "~> 0.80.0"
version = "~> 0.88.0"
}
}
}
Expand Down
260 changes: 130 additions & 130 deletions libs/admin-api-lib/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions libs/admin-api-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ debugpy = "^1.8.14"
[tool.poetry.dependencies]
rag-core-lib = "==4.2.0"
python = "^3.13"
uvicorn = "^0.40.0"
fastapi = "^0.128.0"
uvicorn = "^0.42.0"
fastapi = "^0.135.0"
dependency-injector = "^4.46.0"
python-dateutil = "^2.9.0.post0"
tenacity = "9.1.4"
Expand Down
1,594 changes: 1,130 additions & 464 deletions libs/extractor-api-lib/poetry.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions libs/extractor-api-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ wheel = "^0.46.0"
botocore = "^1.38.10"
fasttext = "^0.9.3"
pytesseract = "^0.3.10"
fastapi = "^0.128.0"
uvicorn = "^0.40.0"
fastapi = "^0.135.0"
uvicorn = "^0.42.0"
dependency-injector = "^4.46.0"
pydantic-settings = "^2.9.1"
boto3 = "^1.38.10"
Expand All @@ -103,13 +103,13 @@ opencv-python-headless = "4.13.0.92"
pdf2image = "1.17.0"
datasets = "^3.5.1"
pandas = "^2.2.2"
tabulate = "^0.9.0"
tabulate = "^0.10.0"
lxml = "^5.4.0"
partial = "^1.0"
pyyaml = "^6.0.2"
numpy = "^2.2.5"
docx2txt = "^0.9"
unstructured = {extras = ["docx", "pptx"], version = "0.18.31"}
unstructured = {extras = ["docx", "pptx"], version = "0.21.5"}
html5lib = "^1.1"
langchain-community = "^0.4.1"
atlassian-python-api = "^4.0.3"
Expand All @@ -122,7 +122,7 @@ mammoth = "^1.11.0"
pypandoc-binary = "^1.15"
starlette = ">=0.49.1"
markitdown = {version = "^0.1.3", extras = ["all"]}
docling = "2.73.1"
docling = "2.81.0"
torch = [
{ version = "2.10.0", source = "pytorch_cpu", markers = "sys_platform == 'darwin'" },
{ version = "2.10.0+cpu", source = "pytorch_cpu", markers = "sys_platform != 'darwin'" },
Expand Down
230 changes: 115 additions & 115 deletions libs/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry.dependencies]
python = "^3.13"
fastapi = "^0.128.0"
fastapi = "^0.135.0"

[tool.poetry.group.test.dependencies]
pytest = "^8.3.5"
Expand Down
304 changes: 152 additions & 152 deletions libs/rag-core-api/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions libs/rag-core-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ homepage = "https://pypi.org/project/rag-core-api"
[tool.poetry.dependencies]
python = "^3.13"
rag-core-lib = "==4.2.0"
uvicorn = "^0.40.0"
uvicorn = "^0.42.0"
langchain-qdrant = "^1.1.0"
dependency-injector = "^4.46.0"
fastapi = "^0.128.0"
fastapi = "^0.135.0"
requests-oauthlib = "^2.0.0"
qdrant-client = "^1.14.2"
deprecated = "^1.2.18"
Expand Down
Loading