SAP
SAP SE(Wikipedia) is a German multinational software company. It develops enterprise software to manage business operation and customer relations. The company is the world's leading
enterprise resource planning (ERP)
software vendor.
Installation and Setup
We need to install the hdbcli
python package.
pip install hdbcli
Vectorstore
SAP HANA Cloud Vector Engine is a vector store fully integrated into the
SAP HANA Cloud
database.
See a usage example.
from langchain_community.vectorstores.hanavector import HanaDB
API Reference:HanaDB