Setting up DocSearch

To setup the module DocSeach with your own set of documents, your need an account at Documind AI and then train your bot with the documents to be searched for your website.

Say goodbye to the hassle of scrolling lengthy documents endlessly to find the information your vistors need. Try yourselves Documind AI for free.

An example setup for the iframe is available with the connfiguration for the module iFramer at _data/modules/iframer.yml. Modify the config data for the Documind iframe as shown below.

Example Setup

          # ------------------------------------------------------------------------
          # Documind iframe
          #
          - iframe:
            enabled:                          true

            id:                               documind
            inject_contentWindowScript:       false

            # ------------------------------------------------------------------------
            # iframe (HTML) attributes
            # ------------------------------------------------------------------------
            #
            attributes:
              loading:                        lazy
              src:                            <your-bot-source-link>
              title:                          ""
              allowtransparency:              true
              style:                          "background: #FAFAFA;"
              height:                         600
              width:                          100%

            # ------------------------------------------------------------------------
            # iFramer (module) options
            # ------------------------------------------------------------------------
            options:
              checkOrigin:                    false