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