{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--Retriever.json",
  "title": "Retriever",
  "x-lintel": {
    "source": "https://www.eidolonai.com/json_schema/v1/schemas/Retriever/Retriever.json",
    "sourceSha256": "820186e5bc222f7ad0976f474eba7a35411eb086035660da694f2af557ab5b69"
  },
  "type": "object",
  "properties": {
    "implementation": {
      "const": "Retriever",
      "title": "Implementation"
    },
    "max_num_results": {
      "default": 10,
      "description": "The maximum number of results to consider.",
      "title": "Max Num Results",
      "type": "integer"
    },
    "question_transformer": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json"
    },
    "document_retriever": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json"
    },
    "document_reranker": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json"
    },
    "result_summarizer": {
      "$ref": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--overview.json"
    }
  },
  "additionalProperties": false,
  "required": [
    "implementation"
  ],
  "reference_details": {
    "clz": "eidolon_ai_sdk.agent.retriever_agent.retriever.Retriever",
    "groups": [
      "Retriever"
    ],
    "name": "Retriever",
    "overrides": {}
  }
}
