Field kind used to narrow this schema variant.
Field kind used to narrow this schema variant.
Similarity metric used by this field.
Field kind used to narrow this schema variant.
Field kind used to narrow this schema variant.
Field kind used to narrow this schema variant.
Optionalmetric?: IndexMetric | string & {}Similarity metric used by this field.
Field kind used to narrow this schema variant.
Field kind used to narrow this schema variant.
Field kind used to narrow this schema variant.
A field in the schema of an existing index. Check
typeto narrow to a specific field.Alongside the searchable fields you declared at creation, this covers the metadata field types (
boolean,float,integer,string_list, andstringwithout full-text search) that Pinecone adds automatically from document metadata at upsert time. See CreateIndexSchemaField for the set you can declare yourself.