My config: ```{ "index_name": "moliri-app", ...
# community-help
s
My config:
Copy code
{
  "index_name": "moliri-app",
  "start_urls": [
    "<https://www.moliri.app>"
  ],
  "sitemap_urls": [
    "<https://www.moliri.app/sitemap.xml>"
  ],
  "deny": [
    "/200"
  ],
  "sitemap_alternate_links": true,
  "selectors": {
    "lvl0": {
      "selector": "(//ul[contains(@class,'menu__list')]//a[contains(@class, 'menu__link menu__link--sublist menu__link--active')]/text() | //nav[contains(@class, 'navbar')]//a[contains(@class, 'navbar__link--active')]/text())[last()]",
      "type": "xpath",
      "global": true,
      "default_value": "Moliri DB"
    },
    "lvl1": "article h1",
    "lvl2": "article h2",
    "lvl3": "article h3",
    "lvl4": "article h4",
    "lvl5": "article h5, article th",
    "lvl6": "article h6",
    "text": "article p, article li, article td"
  },
  "strip_chars": " .,;:#",
  "custom_settings": {
    "field_definitions": [
      {
        "name": "anchor",
        "type": "string",
        "optional": true
      },
      {
        "name": "content",
        "type": "string",
        "optional": true
      },
      {
        "name": "url",
        "type": "string",
        "facet": true
      },
      {
        "name": "url_without_anchor",
        "type": "string",
        "facet": true,
        "optional": true
      },
      {
        "name": "version",
        "type": "string[]",
        "facet": true,
        "optional": true
      },
      {
        "name": "hierarchy.lvl0",
        "type": "string",
        "facet": true,
        "optional": true
      },
      {
        "name": "hierarchy.lvl1",
        "type": "string",
        "facet": true,
        "optional": true
      },
      {
        "name": "hierarchy.lvl2",
        "type": "string",
        "facet": true,
        "optional": true
      },
      {
        "name": "hierarchy.lvl3",
        "type": "string",
        "facet": true,
        "optional": true
      },
      {
        "name": "hierarchy.lvl4",
        "type": "string",
        "facet": true,
        "optional": true
      },
      {
        "name": "hierarchy.lvl5",
        "type": "string",
        "facet": true,
        "optional": true
      },
      {
        "name": "hierarchy.lvl6",
        "type": "string",
        "facet": true,
        "optional": true
      },
      {
        "name": "type",
        "type": "string",
        "facet": true,
        "optional": true
      },
      {
        "name": ".*_tag",
        "type": "string",
        "facet": true,
        "optional": true
      },
      {
        "name": "language",
        "type": "string",
        "facet": true,
        "optional": true
      },
      {
        "name": "tags",
        "type": "string[]",
        "facet": true,
        "optional": true
      },
      {
        "name": "item_priority",
        "type": "int64"
      },
      {
        "name": "embedding",
        "type": "float[]",
        "embed": {
          "from": [
            "content",
            "hierarchy.lvl0",
            "hierarchy.lvl1",
            "hierarchy.lvl2",
            "hierarchy.lvl3",
            "hierarchy.lvl4",
            "hierarchy.lvl5",
            "hierarchy.lvl6",
            "tags"
          ],
          "model_config": {
            "model_name": "ts/paraphrase-multilingual-mpnet-base-v2"
          }
        }
      }
    ]
  }
}