PINECONE_ASSISTANT_HOST
: Your Pinecone Assistant host.PINECONE_API_KEY
: Your Pinecone API key.assistant_context
assistant_context
| Retrieves relevant document snippets from your Pinecone Assistant knowledge base.
assistant_context
assistant_name
(string
): Name of an existing Pinecone assistantquery
(string
): The query to retrieve context for.top_k
(integer
, optional): Number of context snippets to retrieve. Defaults to 15. Recommended: 5-8 for simple/narrow queries, 10-20 for complex/broad topics.