# Teradata VectorStore tools
**Dependencies**
Leverages Teradata 20.0 and the vector data type.
**Teradata_VectorStore** tools:
- tdvs_get_health - tool to check the health of Teradata Vector Store
- tdvs_list - tool to get the list of all vector stores.
- tdvs_get_details - tool to get the details of the vector store.
- tdvs_destroy - deletes the vector store
- tdvs_grant_user_permission - grants a user permission to use the vector store
- tdvs_revoke_user_permission - revokes a user's permission to use the vector store
- tdvs_similarity_search - performs the similarity search of the vector store
- tdvs_create - tool to create a vector store
- tdvs_update - updates / adds data in the vector store
- tdvs_ask - finds contextual iformation related to the query
[Return to Main README](../../../../README.md)