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
For more details, see the documentation in [custom AI models](src/custom_ai/README.md)
213
214
215
+
## Interactive Chat Mode
216
+
217
+
SBK Charts provides an interactive chat mode that allows you to query your CSV data using AI-powered analysis with a RAG (Retrieval-Augmented Generation) pipeline.
218
+
219
+
### Chat Mode Features
220
+
221
+
-**Natural Language Queries**: Ask questions about your storage benchmark data in plain English
222
+
-**RAG Pipeline**: Uses advanced retrieval to provide context-aware answers based on your CSV data
223
+
-**Multiline Support**: Type complex queries across multiple lines
224
+
-**Interactive Interface**: Real-time conversation with AI about your data
225
+
-**Data Context**: AI has access to all storage statistics from your benchmark results
0 commit comments