- Add `withContentFieldName` and `withDistanceMetadataFieldName` to Pinecone Config Builder - Add `spring.ai.vectorstore.pinecone.contentFieldName` and `spring.ai.vectorstore.pinecone.distanceMetadataFieldName` properties to the auto-config - Default content field name: "document_content", distance field: "distance" - Update tests and docs Resolves #882