[GH-ISSUE #3480] [FEAT]: Add openGauss as a DB provider #2245

Closed
opened 2026-02-22 18:28:49 -05:00 by yindo · 0 comments
Owner

Originally created by @SetnameWang on GitHub (Mar 17, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3480

What would you like to see?

openGauss is a new vector DB. Official website is:
https://opengauss.org/en/

openGauss recently updated its DataVec vector engine:

DataVec currently supports two index structures, IVFFlat and HNSW, to accelerate vector similarity queries. IVFFlat (Inverted File Flat) is an index structure based on inverted files, suitable for fast retrieval of large datasets. HNSW (Hierarchical Navigable Small World) is a graph-based index structure that enables efficient approximate nearest neighbor search in high-dimensional spaces.

Originally created by @SetnameWang on GitHub (Mar 17, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3480 ### What would you like to see? openGauss is a new vector DB. Official website is: https://opengauss.org/en/ openGauss recently updated its DataVec vector engine: DataVec currently supports two index structures, IVFFlat and HNSW, to accelerate vector similarity queries. IVFFlat (Inverted File Flat) is an index structure based on inverted files, suitable for fast retrieval of large datasets. HNSW (Hierarchical Navigable Small World) is a graph-based index structure that enables efficient approximate nearest neighbor search in high-dimensional spaces.
yindo added the enhancementIntegration Requestfeature request labels 2026-02-22 18:28:49 -05:00
yindo closed this issue 2026-02-22 18:28:49 -05:00
yindo changed title from [FEAT]: Add openGauss as a DB provider to [GH-ISSUE #3480] [FEAT]: Add openGauss as a DB provider 2026-06-05 14:45:25 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#2245