diff --git a/src/teradata_mcp_server/tools/tdvs/README.md b/src/teradata_mcp_server/tools/tdvs/README.md index d159e69..a6e8867 100644 --- a/src/teradata_mcp_server/tools/tdvs/README.md +++ b/src/teradata_mcp_server/tools/tdvs/README.md @@ -2,20 +2,20 @@ **Dependencies** -N/A +Leverages Teradata 20.0 and the vector data type. **Teradata_VectorStore** tools: - - tdvs_get_health - - tdvs_list - - tdvs_get_details - - tdvs_destroy - - tdvs_grant_user_permission - - tdvs_revoke_user_permission - - tdvs_similarity_search - - tdvs_create - - tdvs_update - - tdvs_ask + - 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) \ No newline at end of file