Skip to main content

Hologres

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 Proxima. Proxima is a high-performance software library developed by Alibaba DAMO Academy. It allows you to search for the nearest neighbors of vectors. Proxima provides higher stability and performance than similar open-source software such as Faiss. Proxima allows you to search for similar text or image embeddings with high throughput and low latency. Hologres is deeply integrated with Proxima to provide a high-performance vector search service.

Installation and Setup​

Click here to fast deploy a Hologres cloud instance.

pip install hologres-vector

Vector Store​

See a usage example.

from langchain_community.vectorstores import Hologres

API Reference:


Help us out by providing feedback on this documentation page: