feat: add openGauss DataVec as vector database backend#6666
feat: add openGauss DataVec as vector database backend#6666mryanzhicong wants to merge 4 commits intolabring:mainfrom
Conversation
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.
|
|
|
Please add the integration test : FastGPT/test/integrationTest/vectorDB |
|
✅ Docs Preview Deployed! 🔗 👀 Click here to visit preview |
|
https://github.com/labring/FastGPT/actions/runs/23711536707 The failure was caused by that run using an outdated workflow configuration: it resolved the image target as code-sandbox and attempted to build projects/code-sandbox/Dockerfile, but this repository only has projects/sandbox, so Docker buildx failed with lstat projects/code-sandbox: no such file or directory. I’ve pushed an empty commit to retrigger the PR workflow. The previous error has been bypassed, but some stale check information is still showing. |
|
@c121914yu 您好,可以批准触发一次新的 CI 吗,之前那次好像用了旧的 workflow |




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.