support openGauss vector store (#4819)

This commit is contained in:
Dechao Sun
2025-05-28 10:49:06 +08:00
committed by GitHub
parent b4ecfb0b79
commit 63028dacb2
9 changed files with 674 additions and 1 deletions

1
env.d.ts vendored
View File

@@ -15,6 +15,7 @@ declare global {
MONGODB_LOG_URI?: string;
PG_URL: string;
OCEANBASE_URL: string;
OPENGAUSS_URL: string;
MILVUS_ADDRESS: string;
MILVUS_TOKEN: string;
SANDBOX_URL: string;