Add ChatQnA docker-compose example on Intel Xeon using MariaDB Vector#1916
Merged
ashahba merged 4 commits intoMay 9, 2025
Merged
Conversation
Dependency Review✅ No vulnerabilities or license issues found.Scanned FilesNone |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces a new docker-compose example to deploy the ChatQnA application on Intel Xeon systems using MariaDB Vector. Key changes include the addition of a new YAML configuration for deploying multiple microservices and an accompanying README detailing the deployment and testing instructions.
Reviewed Changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| ChatQnA/docker_compose/intel/cpu/xeon/compose_mariadb.yaml | New docker-compose configuration detailing service definitions, healthcheck commands, and environment variables for deploying ChatQnA with MariaDB Vector. |
| ChatQnA/docker_compose/intel/cpu/xeon/README_mariadb.md | New documentation outlining the build process, configuration, and deployment instructions for the ChatQnA application on Intel Xeon. |
Files not reviewed (2)
- ChatQnA/docker_compose/intel/cpu/xeon/set_env_mariadb.sh: Language not supported
- ChatQnA/tests/test_compose_mariadb_on_xeon.sh: Language not supported
1 task
1b1cec2 to
e092a1d
Compare
Example on how to deploy the ChatBot on Intel Xeon by using MariaDB Server as a vectorstore. - use MariaDB Server as the backend database. Minimum required version is 11.7 - use the OPEA_DATAPREP_MARIADBVECTOR component for dataprep microservice - use the OPEA_RETRIEVER_MARIADBVECTOR component for retriever microservice How to test Set the HF API token environment variable and: ``` cd ChatQnA/tests bash test_compose_mariadb_on_xeon.sh ``` Signed-off-by: Razvan-Liviu Varzaru <razvan@mariadb.org>
e092a1d to
b0cf593
Compare
ashahba
requested changes
May 7, 2025
chensuyue
approved these changes
May 8, 2025
lkk12014402
approved these changes
May 8, 2025
lkk12014402
left a comment
Collaborator
There was a problem hiding this comment.
please resolve the comments
letonghan
reviewed
May 8, 2025
letonghan
left a comment
Collaborator
There was a problem hiding this comment.
Thanks @RazvanLiviuVarzaru for your contributions! Please check the comments below
Signed-off-by: Razvan-Liviu Varzaru <razvan@mariadb.org>
Contributor
Author
|
Thank you for the comments! |
for more information, see https://pre-commit.ci
letonghan
pushed a commit
that referenced
this pull request
Sep 17, 2025
* Porting the data store layers of components to OpeaStore. * Decoupling user-defined data structure from data access layer of MongoDB. * Adding OpeaStore tools * Add search by KV API * Update READMEs --------- Signed-off-by: Yi Yao <yi.a.yao@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
cogniware-devops
pushed a commit
to Cogniware-Inc/GenAIExamples
that referenced
this pull request
Dec 19, 2025
…opea-project#1916) Signed-off-by: Razvan-Liviu Varzaru <razvan@mariadb.org> Co-authored-by: Liang Lv <liang1.lv@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: cogniware-devops <ambarish.desai@cogniware.ai>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add ChatQnA docker-compose example on Intel Xeon using MariaDB Vector
Issues
n/aType of change
Dependencies
n/aTests
Set the HF API token environment variable and: