Was this page helpful?
AI chatbot support¶
ScyllaDB Docs integrates with Biel.ai to offer a conversational interface for documentation.
The chatbot can answer documentation-related questions and provide relevant links to help users find the information they need quickly.
Installation¶
To enable the AI chatbot, update your conf.py file by setting hide_ai_chatbot to false in html_theme_options:
html_theme_options = {
"hide_ai_chatbot": "false"
}
Usage¶
Once enabled, the Ask AI button will appear in the documentation interface. Users can click the button to start a conversation, ask questions, and receive responses with relevant documentation links.
Configuration options¶
Option |
Type |
Default Value |
Description |
|---|---|---|---|
|
string |
true |
Hides the AI chatbot button in the documentation. |
|
string |
ddfdo8m94k |
Biel.ai project ID. |
|
string |
bielai |
Selects which search provider powers the documentation search bar. Accepted values:
|
Troubleshooting¶
If the chatbot does not appear:
Ensure
hide_ai_chatbotis set to false in html_theme_options.Verify that ai_chatbot_id is correctly set to a valid Biel.ai project ID.
Check for errors in the browser console that may indicate issues with the integration.
For more details, refer to the Biel.ai documentation for Sphinx.