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.
Hologressupports standardSQLsyntax, is compatible withPostgreSQL, 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.
Hologresprovides vector database functionality by adopting Proxima.Proximais a high-performance software library developed byAlibaba 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.
安装与设置
点击 这里 快速部署一个Hologres云实例。
pip install hologres-vector
向量存储
查看一个 使用示例。
from langchain_community.vectorstores import Hologres