This page covers how to use Teradata Vector Store within LangChain.
It is broken into two parts: installation and setup, and then references to specific Teradata wrappers.
The first step is to create a connection to your Teradata Vantage system.You’ll need your Teradata credentials including hostname, username, password, and optionally API tokens for cloud deployments. For detailed setup instructions, see the Teradata Vector Store User Guide
and Getting started with Vantage Cloud Lake
There exists a wrapper around Teradata Vector database, allowing you to use it as a vectorstore, whether for similarity search or rag pipelinesTo import this vectorstore:
Copy
from langchain_teradata import TeradataVectorStore