跳到主要内容

项目

本文档介绍与Pinecone项目相关的概念。

项目包含索引和用户

每个Pinecone项目包含若干索引和用户。只有属于该项目的用户才能访问该项目中的索引。每个项目还至少有一个项目所有者。单个项目中的所有pod位于单个环境中。

项目设置

当你创建一个新项目时,你可以选择名称部署环境pod限制

项目环境

创建项目时,您必须为该项目中的索引选择一个云环境。以下表格列出了可用的云区域、init()操作environment 参数对应值以及哪种计费层可以访问每个环境:

Cloud regionenvironment valueTier availability
GCP US-West-1 Free (N. California)us-west1-gcp-freeStarter
GCP Asia-Southeast-1 (Singapore)asia-southeast1-gcp-freeStarter
GCP US-West-4 (Las Vegas)us-west4-gcpStarter
GCP US-West-1 (N. California)us-west1-gcpStandard / Enterprise
GCP US-Central-1 (Iowa)us-central1-gcpStandard / Enterprise
GCP US-West-4 (Las Vegas)us-west4-gcpStandard / Enterprise
GCP US-East-4 (Virginia)us-east4-gcpStandard / Enterprise
GCP northamerica-northeast-1northamerica-northeast1-gcpStandard / Enterprise
GCP Asia-Northeast-1 (Japan)asia-northeast1-gcpStandard / Enterprise
GCP Asia-Southeast-1 (Singapore)asia-southeast1-gcpStandard / Enterprise
GCP US-East-1 (South Carolina)us-east1-gcpStandard / Enterprise
GCP EU-West-1 (Ireland)eu-west1-gcpStandard / Enterprise
GCP EU-West-4 (Netherlands)eu-west4-gcpStandard / Enterprise
AWS US-East-1 (Virginia)us-east1-awsStandard / Enterprise

如果您需要在其他地区进行专用部署,请联系我们

项目创建后无法更改环境。

项目 Pod 限制

您可以设置项目中所有索引中可以使用的 Pod 的最大数量。使用此功能来控制成本。

只有项目所有者才能更改 Pod 限制。

项目角色

有两种项目角色:项目所有者项目成员。下表 1 概述了每种角色的权限。

表 1:项目角色和权限

Project rolePermissions in organization
Project ownerManage project members
Manage project API keys
Manage pod limits
Project memberAccess API keys
Create indexes in project
Use indexes in project

更新于 9 天前