Skip to content

Commit a5618b7

Browse files
committed
Updated Readme
1 parent 5c93753 commit a5618b7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@ Snowflake AI Toolkit is an AI Accelerator and Playground for enabling AI in Snow
44
# Features
55

66
### 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.
88

99
### Build
1010
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
1111
- Text completion and generation using the COMPLETE function
1212
- Retrieval-Augmented Generation (RAG) for question answering with your own data
1313
- Fine-tuning large language models on your custom datasets
1414

15-
![Snowflake Cortex Demo](assets/demo.gif)
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
1620

1721
## Prerequisites
1822

@@ -87,6 +91,7 @@ Replace the placeholders (`<your_account>`, `<your_username>`, etc.) with your a
8791
| [src/playground.py](src/playground.py) | Playground mode functionality |
8892
| [src/rag.py](src/rag.py) | RAG mode functionality |
8993
| [src/fine_tune.py](src/fine_tune.py) | Fine-tuning functionality |
94+
| [src/search.py](src/search.py) | Cortex Search Functionality |
9095
| [.gitignore](.gitignore) | Git ignore file |
9196
| [requirements.txt](requirements.txt)| Project dependencies |
9297
| [streamlit_app.py](streamlit_app.py)| Main application entry point |

0 commit comments

Comments
 (0)