-
Notifications
You must be signed in to change notification settings - Fork 280
Add ChatQnA docker-compose example on Intel Xeon using MariaDB Vector #1916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add ChatQnA docker-compose example on Intel Xeon using MariaDB Vector #1916
Conversation
Dependency Review✅ No vulnerabilities or license issues found.Scanned FilesNone |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
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 <[email protected]>
e092a1d
to
b0cf593
Compare
@@ -0,0 +1,25 @@ | |||
#!/usr/bin/env bash | |||
|
|||
# Copyright (C) 2025 MariaDB Foundation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also should be ok, but I'm just noting it for myself to be confirmed with other stakeholders.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please resolve the comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @RazvanLiviuVarzaru for your contributions! Please check the comments below
Signed-off-by: Razvan-Liviu Varzaru <[email protected]>
Thank you for the comments! |
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Description
Add ChatQnA docker-compose example on Intel Xeon using MariaDB Vector
Issues
n/a
Type of change
Dependencies
n/a
Tests
Set the HF API token environment variable and: