Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PINECONE_API_KEY | No | Your Pinecone API key generated from the Pinecone console |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
search-docs | Search Pinecone documentation for relevant information |
list-indexes | List all Pinecone indexes |
describe-index | Describe the configuration of a Pinecone index |
describe-index-stats | Describe the statistics of a Pinecone index and its namespaces |
create-index-for-model | Create a Pinecone index with integrated inference |
upsert-records | Insert or update records in a Pinecone index |
search-records | Search an index for records that are similar to the query text |
rerank-documents | Rerank a set of documents based on a query |
cascading-search | Search across multiple indexes for records that are similar to the query text, deduplicate and rerank the results. |