Skip to content

Commit 8554a17

Browse files
committed
Copy updates to index_service.json from core repo.
1 parent 1a4e3c0 commit 8554a17

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

specs/index_service.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,12 @@
280280
},
281281
"metadata_config": {
282282
"type": "object",
283-
"description": "Configuration for the behavior of Pinecone's internal metadata index",
283+
"description": "Configuration for the behavior of Pinecone's internal metadata index. By default, all metadata is indexed; when `metadata_config` is present, only specified metadata fields are indexed. To specify metadata fields to index, provide a JSON object of the following form: \n
284+
``` \n
285+
{\"indexed\": [\"example_metadata_field\"] \n
286+
``` ",
284287
"nullable": true
285-
}
288+
}
286289
}
287290
},
288291
"indexMeta": {
@@ -399,4 +402,4 @@
399402
"description": "More Pinecone.io API docs",
400403
"url": "https://www.pinecone.io/docs"
401404
}
402-
}
405+
}

0 commit comments

Comments
 (0)