Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ with st.sidebar:
|
|
25 |
"""
|
26 |
**Under the hood:**
|
27 |
|
28 |
-
Large language models like ChatGPT excel at general queries but can falter on specialized topics.
|
29 |
|
30 |
"""
|
31 |
)
|
|
|
25 |
"""
|
26 |
**Under the hood:**
|
27 |
|
28 |
+
Large language models like ChatGPT excel at general queries but can falter on specialized topics. This tool uses LlamaIndex for Retrieval Augmented Generation (RAG), pulling data directly from trusted sources like the US Department of Transportation (DOT) and airline customer service documents. This ensures a more reliable chatbot that provides accurate information tailored to your specific needs, rather than relying on broad internet data.
|
29 |
|
30 |
"""
|
31 |
)
|