Hologres is a unified real-time data warehousing service developed by Alibaba Cloud. You can use Hologres to write, update, process, and analyze large amounts of data in real time. Hologres supports standard SQL syntax, is compatible with PostgreSQL, and supports most PostgreSQL functions. Hologres supports online analytical processing (OLAP) and ad hoc analysis for up to petabytes of data, and provides high-concurrency and low-latency online data services.
Hologres provides vector database functionality by adopting VSAG (from version r4.0.0) or Proxima (for versions earlier than r4.0.0). VSAG is an open-source vector indexing library developed by Ant Group for similarity search. Compared to Proxima, VSAG offers lower memory overhead, simplified configuration, improved query stability under concurrent writes, and the ability to handle ultra-large-scale vector datasets. Proxima is a high-performance software library developed by Alibaba DAMO Academy used in Hologres versions earlier than r4.0.0. It allows you to search for the nearest neighbors of vectors with high throughput and low latency.This notebook shows how to use functionality related to the
Hologres vector database.
Deploy a Hologres cloud instance on Alibaba Cloud to get started.
- If Hologres instance version is lower than r4.0.0, install
hologres-vector. - If Hologres instance version is r4.0.0 or higher, install
holo-search-sdk.
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

