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
1 change: 1 addition & 0 deletions backend/news/+solr-rev-pin.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pin kitconcept.solr to a revision instead of the branch: backend, frontend and the solr image. Includes the Plate RAG chunking fix (kitconcept.solr#112). @reebalazs
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ container = [

[tool.uv.sources]
kitconcept-plate = { path = "container/kitconcept-plate.tar.gz" }
kitconcept-solr = { git = "https://github.com/kitconcept/kitconcept.solr.git", subdirectory = "backend", branch = "feature-ai-rag" }
kitconcept-solr = { git = "https://github.com/kitconcept/kitconcept.solr.git", subdirectory = "backend", rev = "a8953cefb2d250bb83213bef0099ffceda87dc78" }

[tool.hatch.metadata]
allow-direct-references = true
Expand Down
4 changes: 2 additions & 2 deletions backend/uv.lock

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

2 changes: 1 addition & 1 deletion devops/stacks/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ services:
- ${STACK_NAME}-tika

solr:
image: ghcr.io/kitconcept/solr:${SOLR_TAG:-feature-ai-rag}
image: ghcr.io/kitconcept/solr:${SOLR_TAG:-sha-826383b}
command:
- solr-precreate
- plone
Expand Down
2 changes: 1 addition & 1 deletion devops/stacks/persistent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ services:
- ${STACK_NAME}-tika

solr:
image: ghcr.io/kitconcept/solr:${SOLR_TAG:-feature-ai-rag}
image: ghcr.io/kitconcept/solr:${SOLR_TAG:-sha-826383b}
command:
- solr-precreate
- plone
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ x-tika: &tika
- 9998:9998

x-solr: &solr
image: ghcr.io/kitconcept/solr:${SOLR_TAG:-feature-ai-rag}
image: ghcr.io/kitconcept/solr:${SOLR_TAG:-sha-826383b}
platform: linux/amd64
ports:
- 8983:8983
Expand Down
2 changes: 1 addition & 1 deletion frontend/mrs.developer.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"url": "git@github.com:kitconcept/kitconcept.solr.git",
"https": "https://github.com/kitconcept/kitconcept.solr.git",
"path": "frontend/packages/volto-solr",
"branch": "feature-ai-rag"
"tag": "a8953cefb2d250bb83213bef0099ffceda87dc78"
},
"volto-contact-block": {
"develop": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pin kitconcept.solr to a revision instead of the branch: backend, frontend and the solr image. Includes the Plate RAG chunking fix (kitconcept.solr#112). @reebalazs
1 change: 1 addition & 0 deletions news/+solr-rev-pin.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Pin kitconcept.solr to a revision instead of the branch: backend, frontend and the solr image. Includes the Plate RAG chunking fix (kitconcept.solr#112). @reebalazs
Loading