[GH-ISSUE #5417] [FEAT]: add oceanbase vector database support #5077

Open
opened 2026-06-05 14:51:52 -04:00 by yindo · 0 comments
Owner

Originally created by @xxsc0529 on GitHub (Apr 13, 2026).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5417

What would you like to see?

OceanBase is a powerful open-source database that supports vector storage and OceanBase databases for up to 16000 dimensional Float type dense vectors. It supports sparse vectors, Manhattan distance, Euclidean distance, inner product, cosine distance, and other types of vector distance calculations. It also supports the creation of HNSW/IVF vector indexes and incremental update/delete operations, which do not affect recall rates. Hope to support ocean vector storage.

Originally created by @xxsc0529 on GitHub (Apr 13, 2026). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/5417 ### What would you like to see? OceanBase is a powerful open-source database that supports vector storage and OceanBase databases for up to 16000 dimensional Float type dense vectors. It supports sparse vectors, Manhattan distance, Euclidean distance, inner product, cosine distance, and other types of vector distance calculations. It also supports the creation of HNSW/IVF vector indexes and incremental update/delete operations, which do not affect recall rates. Hope to support ocean vector storage.
yindo added the enhancementIntegration Requestfeature request labels 2026-06-05 14:51:52 -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#5077