Actions

create_index
Creates a new Pinecone index with custom settings.

delete_vector
Delete vectors by ID from a namespace.

get_vector
Look up and return vectors by ID from a namespace.

search_index
Search indexes by name or list all indexes in your project.

search_vector
Search a namespace using a query vector to find similar records.

update_vector
Updates a vector in a namespace. Overwrites existing values and metadata.

upsert_vector
Upsert vectors into a namespace. Overwrites existing vectors with the same ID.























