Skip to content

Commit 38f2599

Browse files
committed
feat: update versions and descriptions for admin-api-lib, extractor-api-lib, rag-core-api, and rag-core-lib; adjust dependencies and metadata
1 parent 37c0d4b commit 38f2599

6 files changed

Lines changed: 102 additions & 107 deletions

File tree

services/admin-backend/poetry.lock

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

services/admin-backend/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ skip_gitignore = true
5151
max-line-length = 120
5252

5353
[tool.poetry]
54-
name = "admin_backend"
55-
version = "0.0.1"
56-
description = "The admin backend is responsible for the document management. This includes deletion, upload and getting particular documents or document lists."
54+
name = "admin-backend-usecase-example"
55+
version = "3.2.0"
56+
description = "This example demonstrates the usage of the the admin-api-lib."
5757
authors = ["STACKIT Data and AI Consulting <data-ai-consulting@stackit.cloud>"]
5858
readme = "README.md"
5959

services/document-extractor/poetry.lock

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

services/document-extractor/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ max-line-length = 120
4444

4545
[tool.poetry]
4646
name = "pdfextractor_server"
47-
version = "0.0.0"
48-
description = "Extracts the content of pdf documents."
47+
version = "3.2.0"
48+
description = "This example demonstrates the usage of the the extractor-api-lib."
4949
authors = ["STACKIT Data and AI Consulting <data-ai-consulting@stackit.cloud>"]
5050
readme = "README.md"
5151

0 commit comments

Comments
 (0)