Here's the definition of the embedding in the sche...
# community-help
g
Here's the definition of the embedding in the schema:
Copy code
"embed": {
        "from": [
          "topics"
        ],
        "model_config": {
          "api_key": "...",
          "model_name": "openai/text-embedding-ada-002"
        }
      },
      "facet": false,
      "index": true,
      "infix": false,
      "locale": "",
      "name": "embedding",
      "num_dim": 1536,
      "optional": false,
      "sort": false,
      "type": "float[]"
    },