{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--NoopVectorStore.json",
  "title": "NoopVectorStore",
  "x-lintel": {
    "source": "https://www.eidolonai.com/json_schema/v1/schemas/VectorStore/NoopVectorStore.json",
    "sourceSha256": "3824908b4a368b1cdab91a41f9d282e253187ad82e50efa11e6e45020c86ea1e"
  },
  "type": "object",
  "properties": {
    "implementation": {
      "const": "NoopVectorStore",
      "title": "Implementation"
    }
  },
  "additionalProperties": true,
  "required": [
    "implementation"
  ],
  "reference_details": {
    "clz": "eidolon_ai_sdk.memory.noop_memory.NoopVectorStore",
    "groups": [
      "VectorStore"
    ],
    "name": "NoopVectorStore",
    "overrides": {}
  }
}
