Skip to content

Commit ee8518b

Browse files
authored
Merge pull request #71 from pinecone-io/metadata_config
Copy updates to index_service.json from core repo.
2 parents f6f30e2 + 8554a17 commit ee8518b

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)