Skip to content
Merged
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
2 changes: 1 addition & 1 deletion libs/admin-api-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "admin-api-lib"
version = "v3.4.0"
version = "4.0.0.post20260122141916"
description = "The admin backend is responsible for the document management. This includes deletion, upload and returning the source document."
authors = [
"STACKIT GmbH & Co. KG <data-ai@stackit.cloud>",
Expand Down
2 changes: 1 addition & 1 deletion libs/extractor-api-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "extractor-api-lib"
version = "v3.4.0"
version = "4.0.0.post20260122141916"
description = "Extracts the content of documents, websites, etc and maps it to a common format."
authors = [
"STACKIT GmbH & Co. KG <data-ai@stackit.cloud>",
Expand Down
2 changes: 1 addition & 1 deletion libs/rag-core-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "rag-core-api"
version = "v3.4.0"
version = "4.0.0.post20260122141916"
description = "The rag-core-api contains the API layer for the RAG template for document retrieval, question answering, knowledge base management in the vector database and more."
packages = [{ include = "rag_core_api", from = "src" }]
authors = [
Expand Down
2 changes: 1 addition & 1 deletion libs/rag-core-lib/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "rag-core-lib"
version = "v3.4.0"
version = "4.0.0.post20260122141916"
description = "The rag-core-lib contains the shared components of at least two of the rag libs."
authors = [
"STACKIT GmbH & Co. KG <data-ai@stackit.cloud>",
Expand Down