Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions src/teradata_mcp_server/tools/tdvs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)