You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation search chatbot powered by SQLite and AI.
4
6
5
7
## Prerequisites
@@ -9,16 +11,14 @@ Before using this chatbot, you need to:
9
11
1.**Index your documentation** - Use the [SQLite AI Search Action](https://github.com/sqliteai/sqlite-aisearch-action) to create embeddings from your documentation files
10
12
2.**Create an edge function** - Follow the [setup guide](https://github.com/sqliteai/sqlite-aisearch-action#create-the-search-edge-function) to deploy the search edge function
|`searchUrl`|`string`| Yes | Full URL of your deployed SQLite Cloud edge function (e.g., `https://yourproject.sqlite.cloud/v2/functions/aisearch-docs`) |
68
-
|`apiKey`|`string`| Yes | SQLite Cloud API key with permissions to execute the edge function |
69
-
|`title`|`string`| Yes | Title displayed in the chatbot header |
70
-
|`emptyState`|`object`| No | Customizes the initial empty state of the chatbot |
71
-
|`emptyState.title`|`string`| No | Main heading shown before the first message |
72
-
|`emptyState.description`|`string`| No | Subtext shown below the empty state title |
68
+
|`apiKey`|`string`| Yes | SQLite Cloud API key with permissions to execute the edge function |
69
+
|`title`|`string`| Yes | Title displayed in the chatbot header |
70
+
|`emptyState`|`object`| No | Customizes the initial empty state of the chatbot |
71
+
|`emptyState.title`|`string`| No | Main heading shown before the first message |
72
+
|`emptyState.description`|`string`| No | Subtext shown below the empty state title |
0 commit comments