Triggers when new submission is received to a selected form.
New Collection
Trigger when a new collection is create.
New Index
This operation returns a list of your Pinecone indexes.
Create Collection
This operation creates a Pinecone collection.
Create Index
This operation creates a Pinecone index. You can use it to specify the measure of similarity, the dimension of vectors to be stored in the index, the numbers of replicas to use, and more.
Delete Vectors
The Delete operation deletes vectors, by id, from a single namespace.
You can delete items by their id, from a single namespace.
Fetch Vectors
The Fetch operation looks up and returns vectors, by ID, from a single namespace.
The returned vectors include the vector data and/or metadata.
Query IDs
The Query operation searches a namespace, using a query vector.
It retrieves the ids of the most similar items in a namespace, along with their similarity scores.
Update Vector
The Update operation updates vector in a namespace. If a value is included, it will overwrite the previous value.
If a set_metadata is included, the values of the fields specified in it will be added or overwrite the previous value.
Upsert Vector
The Upsert operation writes vectors into a namespace.
If a new value is upserted for an existing vector id, it will overwrite the previous value.
New Submission
Triggers when new submission is received to a selected form.
New Collection
Trigger when a new collection is create.
New Index
This operation returns a list of your Pinecone indexes.
Create Collection
This operation creates a Pinecone collection.
Create Index
This operation creates a Pinecone index. You can use it to specify the measure of similarity, the dimension of vectors to be stored in the index, the numbers of replicas to use, and more.
Delete Vectors
The Delete operation deletes vectors, by id, from a single namespace.
You can delete items by their id, from a single namespace.
Fetch Vectors
The Fetch operation looks up and returns vectors, by ID, from a single namespace.
The returned vectors include the vector data and/or metadata.
Query IDs
The Query operation searches a namespace, using a query vector.
It retrieves the ids of the most similar items in a namespace, along with their similarity scores.
Update Vector
The Update operation updates vector in a namespace. If a value is included, it will overwrite the previous value.
If a set_metadata is included, the values of the fields specified in it will be added or overwrite the previous value.
Upsert Vector
The Upsert operation writes vectors into a namespace.
If a new value is upserted for an existing vector id, it will overwrite the previous value.