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
6 changes: 3 additions & 3 deletions infrastructure/rag/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: langfuse
repository: https://langfuse.github.io/langfuse-k8s
version: 1.5.31
version: 1.5.32
- name: qdrant
repository: https://qdrant.github.io/qdrant-helm
version: 1.18.0
Expand All @@ -14,5 +14,5 @@ dependencies:
- name: ollama
repository: https://otwld.github.io/ollama-helm/
version: 1.57.0
digest: sha256:9406fa5588edf87df0a206590722cd2cde491ef4804f01535deace1982117ed2
generated: "2026-05-31T03:44:56.57539524Z"
digest: sha256:c2c16b97f7105ff4bad01c7099d23ce459ac42cf0f4cd5e1c8b6e7ccd7626485
generated: "2026-06-07T03:49:13.402479391Z"
2 changes: 1 addition & 1 deletion infrastructure/rag/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ appVersion: "v4.2.0"
dependencies:
- name: langfuse
repository: https://langfuse.github.io/langfuse-k8s
version: "1.5.31"
version: "1.5.32"
condition: features.langfuse.enabled
- name: qdrant
version: 1.18.0
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/rag/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ langfuse:
web:
image:
repository: langfuse/langfuse
tag: "3.175.0"
tag: "3.176.0"
pullPolicy: Always

# Worker deployment configuration
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.97.0"
}
}
}
Expand Down
388 changes: 175 additions & 213 deletions libs/admin-api-lib/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libs/admin-api-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ debugpy = "^1.8.14"
[tool.poetry.dependencies]
rag-core-lib = "==4.2.0"
python = "^3.13"
uvicorn = "^0.47.0"
uvicorn = "^0.48.0"
fastapi = "^0.136.0"
dependency-injector = "^4.46.0"
python-dateutil = "^2.9.0.post0"
Expand Down
6 changes: 3 additions & 3 deletions libs/extractor-api-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ botocore = "^1.38.10"
fasttext = "^0.9.3"
pytesseract = "^0.3.10"
fastapi = "^0.136.0"
uvicorn = "^0.47.0"
uvicorn = "^0.48.0"
dependency-injector = "^4.46.0"
pydantic-settings = "^2.9.1"
boto3 = "^1.38.10"
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.22.31"}
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.95.0"
docling = "2.96.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
12 changes: 6 additions & 6 deletions libs/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

370 changes: 166 additions & 204 deletions libs/rag-core-api/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libs/rag-core-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ homepage = "https://pypi.org/project/rag-core-api"
[tool.poetry.dependencies]
python = "^3.13"
rag-core-lib = "==4.2.0"
uvicorn = "^0.47.0"
uvicorn = "^0.48.0"
langchain-qdrant = "^1.1.0"
dependency-injector = "^4.46.0"
fastapi = "^0.136.0"
Expand Down
755 changes: 366 additions & 389 deletions libs/rag-core-lib/poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "^8.0.1"
Expand Down
Loading
Loading