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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,19 @@ Snowflake AI Toolkit is an AI Accelerator and Playground for enabling AI in Snow
4
4
# Features
5
5
6
6
### Playground
7
-
An interactive environment where users can experiment with Snowflake Cortex functions, test prompts, and and play around with cortex functions.
7
+
An interactive environment where users can chat and experiment with Snowflake Cortex functions, test prompts, and and play around with cortex functions.
8
8
9
9
### Build
10
10
A dedicated section for constructing and deploying data pipelines and workflows using Snowflake Cortex's powerful AI capabilities, enabling seamless integration with your Snowflake databases and tables
11
11
- Text completion and generation using the COMPLETE function
12
12
- Retrieval-Augmented Generation (RAG) for question answering with your own data
13
13
- Fine-tuning large language models on your custom datasets
14
14
15
-

15
+
### Search
16
+
Get a hybrid (vector and keyword) search engine on your text data in minutes,
17
+
- Create and manage Cortex Search Service
18
+
- Use Cortex Search for your RAG Application
19
+
- Use Cortex Search Powered Chat
16
20
17
21
## Prerequisites
18
22
@@ -87,6 +91,7 @@ Replace the placeholders (`<your_account>`, `<your_username>`, etc.) with your a
0 commit comments