You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request introduces a major restructuring of the repository to
improve organization and streamline workflows. Key changes include
migrating core libraries and services into separate `libs` and
`services` directories, updating references across configuration files,
and enhancing CI/CD workflows to support the new structure.
### Repository Restructuring:
* Removed submodules for `rag-infrastructure` and `rag-core-library`
from `.gitmodules`, consolidating their contents into `libs` and
`services` directories.
* Updated paths in `.vscode/launch.json` to reflect the new directory
structure for `libs` and `services`.
[[1]](diffhunk://#diff-bd5430ee7c51dc892a67b3f2829d1f5b6d223f0fd48b82322cfd45baf9f5e945L37-R47)
[[2]](diffhunk://#diff-bd5430ee7c51dc892a67b3f2829d1f5b6d223f0fd48b82322cfd45baf9f5e945L68-R78)
[[3]](diffhunk://#diff-bd5430ee7c51dc892a67b3f2829d1f5b6d223f0fd48b82322cfd45baf9f5e945L99-R109)
* Adjusted Python analysis paths in `.vscode/settings.json` to point to
the new `libs` directory.
### Workflow Enhancements:
* Replaced the `update-submodules` job with `build-and-lint-services`
and `build-and-lint-libs`, introducing matrix strategies for linting and
testing individual services and libraries.
### Documentation Updates:
* Updated `README.md` to reflect the new directory structure, replacing
references to submodules with local paths and updating setup
instructions.
[[1]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L3-R3)
[[2]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L47-R70)
[[3]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L81-R102)
[[4]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L108-R131)
[[5]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L179-R208)
[[6]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L234-R269)
### Build and Makefile Updates:
* Updated `Makefile` to use the new `libs` and `services` directories
for linting, testing, and Docker builds.
# STACKIT AI Model Serving as provider (Recommended)
41
+
# A guide how to get your API key by using the STACKIT portal UI: https://docs.stackit.cloud/stackit/en/getting-started-with-the-stackit-portal-ui-319914591.html
42
+
# A guide how to get your API key by using the Product API: https://docs.stackit.cloud/stackit/en/getting-started-with-the-product-api-319914605.html
0 commit comments