Teradata Package for LangChain Function Reference - get_details - Teradata® Package for LangChain - Look here for syntax, methods and examples for the functions included in the Teradata langchain-teradata package.

Teradata® Package for LangChain Function Reference

Deployment
VantageCloud
Edition
Enterprise
Product
Teradata® Package for LangChain
Release Number
20.00.00.01
Published
December 2025
ft:locale
en-US
ft:lastEdition
2025-12-19
dita:id
Langchain-Teradata_FxRef_Lake
Product Category
Teradata Vantage
libs.teradata.langchain_teradata.TeradataVectorStore.get_details = get_details(self, **kwargs)
DESCRIPTION:
    Get details of the vector store.
    Details include embeddings model, search algorithm
    and any other details which the user has setup while
    creating or updating the vector store.
 
PARAMETERS:
    None.
 
RETURNS:
    teradataml DataFrame containing the details.
 
RAISES:
    TeradataMlException.
 
EXAMPLES:
    # Create an instance of the TeradataVectorStore 'vs'
    # which already exists.
    >>> vs = TeradataVectorStore(name="vs")
 
    # Example: Get details of a vector store.
    >>> vs.get_details()