Miscellaneous
Object identifiers
An identifier is a string of characters (up to 255 characters in length) used to identify “named” objects in Pinecone. The following Pinecone objects use strings as identifiers:
Object | Field | Max # characters | Allowed characters |
---|---|---|---|
Organization | name | 512 | UTF-8 except \0 |
Project | name | 512 | UTF-8 except \0 |
Index | name | 45 | A-Z , a-z , 0-9 , and - |
Namespace | namespace | 512 | ASCII except \0 |
Record | id | 512 | ASCII except \0 |
Was this page helpful?