Pinecone 连接¶
此Pinecone连接类型可用于访问 Pinecone API。
默认连接ID¶
Pinecone hook 默认指向 pinecone_default
连接。
配置连接¶
- 主机 (可选)
连接到特定 Pinecone 索引的主机 URL。
- Pinecone 环境 (可选)
指定用于基于 Pod 的索引的 Pinecone 环境。
- Pinecone API 密钥 (必需)
指定您的 Pinecone API 密钥以进行连接。
- 项目 ID (可选)
与您的 API 密钥对应的项目 ID。
- Pinecone 区域 (可选)
指定 Pinecone 中 Serverless 索引的区域。
- PINECONE_DEBUG_CURL (可选)
设置为
true
以启用 curl 调试输出。