diff --git a/docs/_templates/page.html b/docs/_templates/page.html
index eca396d22..e9597142b 100644
--- a/docs/_templates/page.html
+++ b/docs/_templates/page.html
@@ -224,6 +224,19 @@
{% endblock right_sidebar %}
+
+
+
+ - You can ask questions about our docs. Try:
+ - What is clip-as-service?
+ - How to install clip-as-service?
+ - Where can I get help?
+
+
+
diff --git a/docs/conf.py b/docs/conf.py
index 6f895606c..07a590588 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -74,6 +74,7 @@
]
html_js_files = [
'https://cdn.jsdelivr.net/npm/vue@2/dist/vue.min.js',
+ 'https://cdn.jsdelivr.net/npm/qabot@0.4',
]
htmlhelp_basename = slug
html_show_sourcelink = False
@@ -231,9 +232,9 @@ def setup(app):
),
],
)
- # app.add_config_value(
- # name='server_address',
- # default=os.getenv('JINA_DOCSBOT_SERVER', 'https://jina-ai-docarray.docsqa.jina.ai'),
- # rebuild='',
- # )
- # app.connect('builder-inited', configure_qa_bot_ui)
+ app.add_config_value(
+ name='server_address',
+ default=os.getenv('JINA_DOCSBOT_SERVER', 'https://jina-ai-clip-as-service.docsqa.jina.ai'),
+ rebuild='',
+ )
+ app.connect('builder-inited', configure_qa_bot_ui)