The configuration for the Pinecone memory provider
indexHost
string required
The index host to connect to
namespace
string
The namespace to use for the Pinecone index. If not provided, the default namespace will be used.
recordFields
[]string
The fields to retrieve from the Pinecone index. If not provided, all fields will be retrieved.
scoreThreshold
string
The score threshold of results to include in the context. Results with a score below this threshold will be ignored.
topK
integer
The number of results to return from the Pinecone index