Pinecone · Schema

Document

Document for reranking

Vector DatabasesAIEmbeddingsRAG
View JSON Schema on GitHub

JSON Schema

pinecone-document-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Document",
  "title": "Document",
  "example": {
    "id": "1",
    "text": "Paris is the capital of France.",
    "title": "France",
    "url": "https://example.com"
  },
  "description": "Document for reranking",
  "type": "object",
  "additionalProperties": true
}