Overview
The vector database for machine learning applications. Through Langdock’s integration, you can access and manage Pinecone directly from your conversations.Authentication: API Key
Category: Vector Database
Availability: All workspace plans
Available Actions
Search namespace
pinecone.search_namespace
Searches the database for the most relevant information based on the query provided
Requires Confirmation: No
Parameters:
query(VECTOR, Required):
Upsert record
pinecone.upsert_record
Upserts a new record or update an existing record into a namespace in an index.
Requires Confirmation: No
Parameters:
id(TEXT, Required): Unique identifier for the vectorvalues(VECTOR, Required): Vector embedding values to storemetadata(OBJECT, Optional): Optional key-value metadata to store with the vector