OceanBase provides the ability to store, index, and search Embedding vector data. The main capabilities are:
| Core feature | Description |
|---|---|
| Vector data types |
|
| Vector index |
|
| Vector search SQL operators | Addition, subtraction, multiplication, comparison, aggregation, and other basic vector operators. |
| Vector hybrid search |
|
Limitations and considerations
- OceanBase uses NULLS FIRST by default, so NULL values are sorted first. We recommend adding a
NOT NULLcondition in your queries.