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
Copy file name to clipboardExpand all lines: conversational-agent-app/README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,7 @@ date: 2025-06-09
15
15
This repository demonstrates how to integrate Databricks' AI/BI Genie Conversation APIs into custom Databricks Apps applications, allowing users to interact with their structured data using natural language.
16
16
17
17
You can also click the Generate insights button and generate deep analysis and trends of your data.
18
-

19
-

20
-
21
-
18
+

22
19
23
20
## Overview
24
21
@@ -29,6 +26,7 @@ The Databricks Genie Conversation APIs (in Public Preview) enable you to embed A
29
26
- Get SQL-powered insights without writing code
30
27
- Follow up with contextual questions in a conversation thread
31
28
29
+
32
30
## Key Features
33
31
34
32
-**Powered by Databricks Apps**: Deploy and run directly from your Databricks workspace with built-in security and scaling
@@ -58,6 +56,9 @@ The app can be installed through Databricks Marketplace. If you prefer to clone
58
56
- Go to the Apps tab and click the **Create app** button. Fill in the necessary fields and click **Next: Configuration**
59
57
- To reuse an existing app, click the link to your app in the **Name** column to go to the detail page of the app, then click **Edit**
60
58
- In the App resources section, click **+ Add resource** and select **Serving endpoint**. Choose a chat endpoint, grant **CAN_QUERY** permission and name it 'serving_endpoint'.
59
+
select **Genie Space**. Choose a genie space, grant **CAN_RUN** permission and name it 'genie_space'.
60
+

61
+
61
62
62
63
For detailed instructions on configuring resources, refer to the [official Databricks documentation](https://docs.databricks.com/aws/en/dev-tools/databricks-apps/resources#configure-resources-for-your-app).
63
64
@@ -70,7 +71,7 @@ For detailed instructions on configuring resources, refer to the [official Datab
70
71
For more details, refer to the [official Databricks documentation](https://docs.databricks.com/aws/en/dev-tools/databricks-apps/deploy).
71
72
72
73
## Troubleshooting
73
-
1. After you install the app from Markeplace, check the Authorization page for API scope details.
74
+
1. After you install the app from Marketplace, check the Authorization page for API scope details.
74
75

75
76
76
77
Then you open the url link the first time, ensure that you see this OBO scope authorization page, which has all four scopes:
0 commit comments