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.31
version: 1.5.35
- name: qdrant
repository: https://qdrant.github.io/qdrant-helm
version: 1.18.0
version: 1.18.2
- 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.57.0
digest: sha256:9406fa5588edf87df0a206590722cd2cde491ef4804f01535deace1982117ed2
generated: "2026-05-31T03:44:56.57539524Z"
version: 1.63.0
digest: sha256:6f5f1f47701eadbc8660163ac93c8c55a1cb50cf83494ca1e51d426d849a2bd0
generated: "2026-06-28T03:44:06.840853897Z"
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.31"
version: "1.5.35"
condition: features.langfuse.enabled
- name: qdrant
version: 1.18.0
version: 1.18.2
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.57.0
version: 1.63.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.175.0"
tag: "3.194.0"
pullPolicy: Always

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

Expand Down
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.96.0"
version = "~> 0.99.0"
}
}
}
Expand Down
464 changes: 205 additions & 259 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 = {path = "../rag-core-lib", develop = true}
python = "^3.13"
uvicorn = "^0.47.0"
fastapi = "^0.136.0"
uvicorn = "^0.49.0"
fastapi = "^0.138.0"
dependency-injector = "^4.46.0"
python-dateutil = "^2.9.0.post0"
tenacity = "9.1.4"
Expand Down
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,16 +88,16 @@ wheel = "^0.47.0"
botocore = "^1.38.10"
fasttext = "^0.9.3"
pytesseract = "^0.3.10"
fastapi = "^0.136.0"
uvicorn = "^0.47.0"
fastapi = "^0.138.0"
uvicorn = "^0.49.0"
dependency-injector = "^4.46.0"
pydantic-settings = "^2.9.1"
boto3 = "^1.38.10"
rag-core-lib = {path = "../rag-core-lib", develop = true}
python-multipart = "^0.0.32"
oauthlib = "^3.2.2"
requests-oauthlib = "^2.0.0"
pdfplumber = "0.11.9"
pdfplumber = "0.11.10"
tesserocr = "^2.9.1"
opencv-python-headless = "4.13.0.92"
pdf2image = "1.17.0"
Expand All @@ -109,7 +109,7 @@ 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.23.1"}
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 = ">=1.0.1"
markitdown = {version = "^0.1.3", extras = ["all"]}
docling = "2.97.0"
docling = "2.104.0"
docling-core = ">=2.74.1,<3.0.0"
torch = [
{ version = "2.10.0", source = "pytorch_cpu", markers = "sys_platform == 'darwin'" },
Expand Down
285 changes: 135 additions & 150 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.136.0"
fastapi = "^0.138.0"

[tool.poetry.group.test.dependencies]
pytest = "^9.0.3"
Expand Down
452 changes: 200 additions & 252 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 = {path = "../rag-core-lib", develop = true}
uvicorn = "^0.47.0"
uvicorn = "^0.49.0"
langchain-qdrant = "^1.1.0"
dependency-injector = "^4.46.0"
fastapi = "^0.136.0"
fastapi = "^0.138.0"
requests-oauthlib = "^2.0.0"
qdrant-client = "^1.14.2"
deprecated = "^1.2.18"
Expand Down
659 changes: 305 additions & 354 deletions libs/rag-core-lib/poetry.lock

Large diffs are not rendered by default.

273 changes: 129 additions & 144 deletions services/admin-backend/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/document-extractor/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ mammoth = "^1.11.0"
marshmallow = "^3.26.2"
protobuf = "^6.33.5"
torch = { version = "^2.10.0", source = "pytorch_cpu" }
torchvision = { version = "^0.25.0", source = "pytorch_cpu" }
torchvision = { version = "^0.27.0", source = "pytorch_cpu" }

[tool.poetry.group.test.dependencies]
pytest = "^9.0.3"
Expand Down
Loading
Loading