Skip to main content
Open on GitHub

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 langchain-hana python package.

pip install langchain-hana

Vectorstoreโ€‹

SAP HANA Cloud Vector Engine is a vector store fully integrated into the SAP HANA Cloud database.

See a usage example.

from langchain_hana import HanaDB

Was this page helpful?