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

View File

@@ -124,6 +124,13 @@ export type PgSearchRawType = {
collection_id: string;
score: number;
};
export type GsSearchRawType = {
id: string;
collection_id: string;
score: number;
};
export type PushDatasetDataChunkProps = {
q: string; // embedding content
a?: string; // bonus content