feat: add openGauss DataVec as vector database backend#6666
Merged
c121914yu merged 4 commits intolabring:mainfrom Apr 13, 2026
Merged
feat: add openGauss DataVec as vector database backend#6666c121914yu merged 4 commits intolabring:mainfrom
c121914yu merged 4 commits intolabring:mainfrom
Conversation
|
|
Collaborator
|
Please add the integration test : FastGPT/test/integrationTest/vectorDB |
c121914yu
approved these changes
Mar 29, 2026
|
✅ Docs Preview Deployed! 🔗 👀 Click here to visit preview |
86a3978 to
f75f1bc
Compare
Contributor
Author
|
@c121914yu 有空帮忙看看这个 workflow 呢,现在是啥原因导致不能批准 |
c121914yu
previously approved these changes
Apr 13, 2026
Add openGauss with DataVec extension as a new vector storage option alongside PGVector and Milvus. Includes vector DB controller, Docker Compose deployment configs (CN/Global), deploy generation scripts, and test templates.
|
✅ Build Successful - Preview code-sandbox Image for this PR: |
|
✅ Build Successful - Preview fastgpt Image for this PR: |
|
✅ Build Successful - Preview mcp_server Image for this PR: |
Contributor
Author
|
@c121914yu Thank you very much for your correction and review. |
xqvvu
pushed a commit
to xqvvu/FastGPT
that referenced
this pull request
Apr 14, 2026
* feat: add openGauss DataVec as vector database backend Add openGauss with DataVec extension as a new vector storage option alongside PGVector and Milvus. Includes vector DB controller, Docker Compose deployment configs (CN/Global), deploy generation scripts, and test templates. * test: add opengauss vectorDB integration entry * test: adjust vector env template for opengauss run * fix: ts --------- Co-authored-by: archer <545436317@qq.com>
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.




Add openGauss with DataVec extension as a new vector storage option alongside PGVector and Milvus. Includes vector DB controller, Docker Compose deployment configs (CN/Global), deploy generation scripts, and test templates.