Skip to main content
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.

Installation

  • Install the Python package with pip install langchain-teradata

Setup

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

Wrappers

VectorStore

There exists a wrapper around Teradata Vector database, allowing you to use it as a vectorstore, whether for similarity search or rag pipelines To import this vectorstore:
from langchain_teradata import TeradataVectorStore

Usage

For a more detailed walkthrough of the Teradata VectorStore, refer to langchain-teradata User Guide and langchain-teradata workflows
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.