changedOutput schema / properties / results / items / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "content": {
- "description": "The content of the documentation entry.",
- "type": "string"
- },
- "distance": {
- "description": "The distance score indicating the relevance of the entry to the query. Lower values indicate higher relevance.",
- "type": "number"
- },
- "id": {
- "description": "The unique identifier of the documentation entry.",
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- },
- "metadata": {
- "description": "Additional metadata about the documentation entry, as a JSON encoded string.",
- "type": "string"
- }
- },
- "required": [
- "id",
- "content",
- "metadata",
- "distance"
- ],
- "type": "object"
- },
- {
- "additionalProperties": false,
- "properties": {
- "content": {
- "description": "The content of the documentation entry.",
- "type": "string"
- },
- "id": {
- "description": "The unique identifier of the documentation entry.",
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
- },
- "metadata": {
- "description": "Additional metadata about the documentation entry, as a JSON encoded string.",
- "type": "string"
- },
- "score": {
- "description": "The score indicating the relevance of the entry to the keywords. Higher values indicate higher relevance.",
- "type": "number"
- }
- },
- "required": [
- "id",
- "content",
- "metadata",
- "score"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "content": {
+ "description": "The content of the documentation entry.",
+ "type": "string"
+ },
+ "distance": {
+ "description": "The distance score indicating the relevance of the entry to the query. Lower values indicate higher relevance.",
+ "type": "number"
+ },
+ "id": {
+ "description": "The unique identifier of the documentation entry.",
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "metadata": {
+ "description": "Additional metadata about the documentation entry, as a JSON encoded string.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "content",
+ "metadata",
+ "distance"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "content": {
+ "description": "The content of the documentation entry.",
+ "type": "string"
+ },
+ "id": {
+ "description": "The unique identifier of the documentation entry.",
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "metadata": {
+ "description": "Additional metadata about the documentation entry, as a JSON encoded string.",
+ "type": "string"
+ },
+ "score": {
+ "description": "The score indicating the relevance of the entry to the keywords. Higher values indicate higher relevance.",
+ "type": "number"
+ }
+ },
+ "required": [
+ "id",
+ "content",
+ "metadata",
+ "score"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "content": {
+ "description": "The content of the documentation entry.",
+ "type": "string"
+ },
+ "id": {
+ "description": "The unique identifier of the documentation entry.",
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "metadata": {
+ "description": "Additional metadata about the documentation entry, as a JSON encoded string.",
+ "type": "string"
+ },
+ "rrf_score": {
+ "description": "Hybrid search: fused RRF score from combining semantic and keyword result rankings.",
+ "type": "number"
+ }
+ },
+ "required": [
+ "id",
+ "content",
+ "metadata",
+ "rrf_score"
+ ],
+ "type": "object"
+ }
+]