{
  "SmartEntity:test1": {
    "path": "test1",
    "embeddings": {
      "model1": {
        "vec": [0.1, 0.2, 0.3],
        "tokens": 100
      }
    },
    "content": "This is a test entity."
  },
  "SmartEntity:test2": {
    "path": "test2",
    "embeddings": {
      "model1": {
        "vec": [0.4, 0.5, 0.6],
        "tokens": 150
      }
    },
    "content": "This is another test entity."
  },
  "SmartEntity:test3": {
    "path": "test3",
    "embeddings": {
      "model1": {
        "vec": [0.7, 0.8, 0.9],
        "tokens": 200
      },
      "model2": {
        "vec": [0.11, 0.12, 0.13],
        "tokens": 220
      }
    },
    "content": "This is a third test entity with multiple embeddings."
  },
  "SmartEntity:test4": {
    "path": "test4",
    "embeddings": {},
    "content": "This is an unembedded test entity."
  }
}