Skip to content

Commit

Permalink
fix(docs): remove dosqa
Browse files Browse the repository at this point in the history
  • Loading branch information
nan-wang committed Mar 11, 2024
1 parent 69ae77c commit 5735737
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
23 changes: 0 additions & 23 deletions docs/_templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,29 +223,6 @@
{% endif %}
{% endblock right_sidebar %}
</aside>

<qa-bot
token="vizI4XaM1li8kQW2kQOiiBjtk02hzBDl0Em8lBjpzAKsjhX_z03mix_i3wKpiA=="
theme="infer"
target="_self"
orientation="bottom-right"
title="Finetuner"
description="Task-oriented finetuning for better embeddings on neural search"
show-tip>
<template>
<dl>
<dt>You can ask questions about our docs. Try:</dt>
<dd>What is Finetuner?</dd>
<dd>How does Finetuner Work?</dd>
<dd>What makes Finetuner unique?</dd>
</dl>
</template>
<template slot="texts">
<span for="tip">Hi there 👋
Ask our docs!</span>
<span for="unknownAnswerText">😵‍💫 I'm sorry but I don't know the answer.</span>
</template>
</qa-bot>
</div>
<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=e0caedb8-a833-4e85-983d-d3394a5f16d2" />
{%- endblock %}
9 changes: 0 additions & 9 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
]
html_js_files = [
'https://cdn.jsdelivr.net/npm/vue@2/dist/vue.min.js',
'https://cdn.jsdelivr.net/npm/qabot',
'source-in-links.js',
]
htmlhelp_basename = slug
Expand Down Expand Up @@ -251,11 +250,3 @@ def setup(app):
),
],
)

app.add_config_value(
name='server_address',
default=os.getenv(
'JINA_DOCSBOT_SERVER', 'https://jina-ai-finetuner.docsqa.jina.ai'
),
rebuild='',
)

0 comments on commit 5735737

Please sign in to comment.