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: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Snowflake AI Toolkit is an AI Accelerator and Playground for enabling AI in Snow
7
7
### Playground
8
8
9
9
An interactive environment where users can chat and experiment with Snowflake Cortex functions, test prompts, and and play around with cortex functions.
10
+
Supports both manual text entry and voice-to-text input for prompts wherever needed, across multiple functions including Complete, Translate, Extract, Sentiment Analysis, and AI Complete (debug mode only)
10
11
11
12
### Build
12
13
@@ -32,6 +33,25 @@ Cortex Agents orchestrate across both structured and unstructured data sources t
32
33
- Test the Agent against the Data
33
34
- Utilize Cortex Search and Cortex Analyst through Agents
34
35
36
+
### Audio Input Integration
37
+
38
+
The Snowflake AI Toolkit now supports voice input across multiple functionalities, making it easier to interact with AI functions through speech (available in debug mode only):
39
+
40
+
-**Voice-to-Text Conversion**: Convert spoken words directly into text inputs for various AI functions
41
+
-**Multi-Function Support**: Available for Complete, Complete Multimodal, Translate, Extract, Sentiment Analysis, AI Classify (Image), and AI Complete functions
42
+
-**Real-Time Processing**: Instant speech recognition with immediate text population in input fields
43
+
-**User-Friendly Interface**: Microphone button (🎙️) positioned conveniently next to the Run button for seamless workflow
44
+
-**Debug Mode Only**: Audio input feature is enabled only when `mode` is set to `"debug"` in `src/settings_config.json`
45
+
46
+
### Notification
47
+
48
+
-**Real-Time Updates**: Receive instant notifications for every function call and completion.
49
+
-**Synchronous & Asynchronous Support**: Stay informed about both immediate and long-running processes, including RAG and fine-tuning tasks.
50
+
-**Computation Details**: View token usage and token credit consumption for each operation.
51
+
-**In-App Delivery**: All notifications appear directly within the application interface.
52
+
-**Enhanced Transparency**: Get clear, timely feedback throughout all workflows.
53
+
54
+
35
55
## Prerequisites
36
56
37
57
Before you begin, ensure you have met the following requirements:
0 commit comments